aboutsummaryrefslogtreecommitdiffstats
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* If the pre-xfer exec failed with -1, output the strerror()Wayne Davison2006-12-061-1/+3
* Use rwrite() to output the err_msg string.Wayne Davison2006-11-191-1/+1
* Added "const" to appropriate char pointers.Wayne Davison2006-11-191-1/+1
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-2/+2
* Obey the new --no-motd option.Wayne Davison2006-10-241-1/+5
* Call push_dir() with its new boolean arg.Wayne Davison2006-10-081-2/+2
* Added the RSYNC_PID environment variable for the pre-/post-xferWayne Davison2006-09-091-11/+12
* Call log_init() with its new "restart" (0 or 1) arg.Wayne Davison2006-06-071-2/+2
* Allow the --log-file-format=FMT option (if given when starting a daemon)Wayne Davison2006-05-301-7/+5
* Some demon_log_* variables changed into logfile_* variables that areWayne Davison2006-05-091-7/+9
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-12/+7
* Tweaked a comment.Wayne Davison2006-04-111-1/+1
* Moved the calls to client_addr() and client_name() below the lp_load()Wayne Davison2006-04-081-9/+8
* A slightly better fix than the last version.Wayne Davison2006-04-061-3/+6
* Log the connect message after calling log_init().Wayne Davison2006-03-311-2/+2
* The orig_umask value is now a mode_t.Wayne Davison2006-02-241-1/+1
* Log every connect to the daemon.Wayne Davison2006-02-211-8/+6
* Added a comment.Wayne Davison2006-02-211-0/+4
* When starting up a transfer, substitute the remember_children()Wayne Davison2006-02-201-0/+9
* Set a new daemon_chmod_modes pointer with the daemon's chmodWayne Davison2006-02-201-2/+2
* Log when someone requests a module list.Wayne Davison2006-02-031-0/+4
* Ignore the --quiet option if someone sent it to us (which doesn'tWayne Davison2006-02-011-0/+2
* Added support for the new "outgoing chmod" daemon option.Wayne Davison2006-01-301-3/+8
* If the module has defined an "incoming chmod" option, callWayne Davison2006-01-301-1/+7
* Make use of the new sockopts variable.Wayne Davison2006-01-261-1/+7
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-5/+5
* We now send all the option args to the pre-exec command.Wayne Davison2006-01-121-16/+48
* Enhanced the "pre-xfer exec" handling so that it gets the user'sWayne Davison2005-10-241-24/+83
* Pass XFLG_ABS_IF_SLASH instead of XFLG_ANCHORED2ABS for server excludes.Wayne Davison2005-10-071-5/+5
* Make use of the per-module "temp dir" setting.Wayne Davison2005-09-031-0/+11
* Got rid of the argp var that is not needed now that argv is noWayne Davison2005-08-031-4/+2
* - Use BIGPATHBUFLEN for the length of two line buffers.Wayne Davison2005-07-291-13/+16
* If the user has specified "pre-xfer exec" or "post-xfer exec", runWayne Davison2005-07-281-0/+55
* Changed the "max verbosity" setting from global to per-module.Wayne Davison2005-06-101-2/+2
* - Call the new set_io_timeout() function to set the timeout value.Wayne Davison2005-05-191-6/+2
* - Call auth_server() with its new "host" arg.Wayne Davison2005-04-091-3/+1
* The "@ERROR" handler in start_inband_exchange() was not returningWayne Davison2005-04-091-4/+4
* Fix the setting of module_dirlen for a module path of "/".Wayne Davison2005-04-011-4/+2
* Use new log_format_has() function instead of strstr().Wayne Davison2005-03-311-2/+2
* - Look for last '@' in a user@host spec.Wayne Davison2005-03-011-4/+1
* Enhanced the option-parsing failure mode to handle the situationWayne Davison2005-03-011-2/+18
* Explicitly set kluge_around_eof to a 1 when it is needed.Wayne Davison2005-02-261-3/+3
* We now set daemon_log_format_has_i and daemon_log_format_has_o_or_iWayne Davison2005-02-191-3/+9
* If the "log format" has a %i in it, set itemize_daemon_changes.Wayne Davison2005-02-191-2/+6
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-1/+1
* Adding more calls to safe_fname().Wayne Davison2005-02-071-7/+10
* Changed add_filter() to parse_rule() and add_filter_file()Wayne Davison2005-02-041-5/+5
* Call add_filter() and add_filter_file() with their new flag args.Wayne Davison2005-02-031-9/+10
* Tweaked one or more warning messages.Wayne Davison2005-01-311-1/+1