summaryrefslogtreecommitdiff
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed the use of --protect-args (-s) with a daemon.Wayne Davison2008-03-151-9/+38
* The --fake-super option conflicts with -XX (which copies internalWayne Davison2008-03-071-2/+5
* Fixing a problem with a NULL config_file pointer when accessingWayne Davison2008-03-031-9/+13
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Added missing init_iconv() call when initiating a daemon transfer.Wayne Davison2008-02-271-0/+4
* Fixed a compilation problem when iconv support is disabled.Wayne Davison2008-02-181-1/+3
* A few minor changes, including better push_dir()/pop_dir() verbosity.Wayne Davison2008-02-151-3/+2
* Added a way to specify where the chroot should occur in the module'sWayne Davison2008-02-151-10/+37
* Some daemon security improvements, including the new parametersWayne Davison2008-02-151-4/+27
* Add a trailing slash to a modname arg that has no path information.Wayne Davison2008-02-091-1/+1
* A daemon needs to call setup_iconv() after parsing the optionsWayne Davison2008-02-061-0/+4
* 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