summaryrefslogtreecommitdiff
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* Replace another inet_ntop() call with getnameinfo().Wayne Davison2011-07-161-1/+1
* Protect a remote filename that starts with a dash.Wayne Davison2010-12-231-1/+4
* If a module has no path setting, return an error.Wayne Davison2010-07-031-0/+5
* Get rid of some unused externs.Wayne Davison2009-12-121-2/+0
* Use seteuid() (if available) when using setuid().Wayne Davison2009-12-121-1/+5
* Make sure daemon's io_timeout is used as a maximum value.Wayne Davison2009-12-121-1/+1
* Update the copyright year.Wayne Davison2009-01-171-1/+1
* Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison2008-11-091-3/+7
* Fix the %P logfile escape inside a chroot.Wayne Davison2008-09-261-44/+42
* Moved the setting of the socket options before the connect().Wayne Davison2008-04-151-6/+0
* Improved the chdir() code:Wayne Davison2008-03-301-5/+5
* Added XFLG_DIR2WILD3 flag that the daemon uses to transform anyWayne Davison2008-03-221-5/+5
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-6/+6
* A couple more changes for dealing with "checker" warnings.Wayne Davison2008-03-171-1/+1
* Attempting to silence some more "checker" warnings.Wayne Davison2008-03-171-1/+1
* Changed stat() call to do_stat().Wayne Davison2008-03-161-1/+1
* 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