aboutsummaryrefslogtreecommitdiffstats
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Moved the module_id definition from options.c to here.Wayne Davison2005-01-291-7/+7
* Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison2005-01-281-1/+1
* - Moved read_only variable here from options.cWayne Davison2005-01-281-1/+5
* Renamed several exclude-related functions/variables using newWayne Davison2005-01-251-13/+13
* Some exclude changes for the new --filter option, including:Wayne Davison2005-01-251-10/+19
* - Mustn't override a user-specified list_only value.Wayne Davison2005-01-221-14/+20
* Since lp_bind_address() can't return NULL, we need to check if it isWayne Davison2004-12-311-1/+1
* A minor improvement to the just-committed code.Wayne Davison2004-12-311-1/+1
* Set select_timeout if the per-module timeout value was lower thanWayne Davison2004-12-311-1/+5
* If rsync_port is 0, set it to RSYNC_PORT.Wayne Davison2004-12-081-0/+3
* Check the global option "address" if the user didn't specifyWayne Davison2004-12-061-0/+2
* Allow "port" to be specified in the rsyncd.conf file.Wayne Davison2004-11-271-0/+3
* If we need to return an error during the startup phase and the otherWayne Davison2004-07-311-0/+3
* If someone is denied access to a "list = no" module, lie and tell themWayne Davison2004-07-301-22/+29
* - Got rid of the arg to the io_start_multiplex_{in,out}() calls.Wayne Davison2004-07-171-3/+5
* My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison2004-07-151-1/+2
* Added a short msleep() after option_error() before we exit. ThisWayne Davison2004-06-131-0/+1
* - Changed some FERROR log calls to FLOG.Wayne Davison2004-06-121-32/+31
* Allow the argv list the daemon uses for globbing its args to grow.Wayne Davison2004-06-091-6/+12
* Changed a few FINFO messages to FLOG.Wayne Davison2004-06-071-6/+6
* Some superficial code tweaks.Wayne Davison2004-06-051-41/+34
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-4/+4
* Updated the exclude-list code to handle the new linked-listWayne Davison2004-04-141-1/+1
* Moved (and expanded) a verbose message from clientserver.c to socket.cWayne Davison2004-04-141-9/+1
* Use the new XFLG_* flags to call the add_exclude*() functions.Wayne Davison2004-04-121-4/+7
* The args are now sanitized in parse_arguments() instead of here.Wayne Davison2004-03-271-13/+0
* Use MY_UID() instead of getuid().Wayne Davison2004-02-041-2/+2
* Use the new lp_max_verbosity() value to limit the server's "verbose"Wayne Davison2004-02-041-1/+2
* Better pid handling.Wayne Davison2004-01-271-2/+2
* Tweaked the externs.Wayne Davison2004-01-271-17/+15
* Use new push_dir() syntax.Wayne Davison2004-01-201-2/+2
* In two places: needed to use protocol_version, not PROTOCOL_VERSION.Wayne Davison2004-01-151-2/+2
* Got rid of support for protocols 17 and 18.Wayne Davison2004-01-081-2/+2
* If lp_path() returns "/", set exclude_path_prefix to "" (because theWayne Davison2003-09-111-0/+2