aboutsummaryrefslogtreecommitdiffstats
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* Made read_arg_from_pipe() handle EINTR.Wayne Davison2008-01-021-1/+5
* Add a new daemon security option: "munge symlinks".Wayne Davison2007-11-271-0/+13
* A daemon needs to set dry_run with --only-write-batch.Wayne Davison2007-11-221-0/+4
* When listing a bare module name w/o -r, make sure we list theWayne Davison2007-10-271-10/+24
* Got rid of a useless list_only tweak.Wayne Davison2007-10-071-3/+0
* - Set config_file to a default filename if it is NULL.Wayne Davison2007-10-011-4/+18
* - Moved become_daemon() here from socket.c and made it static.Wayne Davison2007-09-301-23/+57
* Got rid of some unneeded externs.Wayne Davison2007-09-231-1/+0
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Changed print_child_argv() to take its prefix message as an arg.Wayne Davison2007-09-161-1/+1
* - Made start_socket_client() and start_inband_exchange() take a variableWayne Davison2007-09-091-109/+120
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* If a module's path is not absolute, make it absolute.Wayne Davison2007-07-021-18/+25
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-1/+1
* Adding the --fake-super option.Wayne Davison2007-04-241-0/+5
* No need to reset quiet, since we tell parse_arguments() that itWayne Davison2007-04-231-2/+1
* Make sure that the am_server variable is non-zero after parsing theWayne Davison2007-02-161-0/+1
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Set ignore_errors variable based on lp_ignore_errors(module_id).Wayne Davison2006-12-251-0/+3
* 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