aboutsummaryrefslogtreecommitdiffstats
path: root/clientserver.c
Commit message (Expand)AuthorAgeFilesLines
* Refactorings to the filter code, most notably:Matt McCutchen2009-05-231-6/+6
* Use typedefs for the filter structures.Wayne Davison2009-05-231-1/+1
* Change filter MATCHFLGs to FILTRULEs.Wayne Davison2009-05-231-4/+4
* Enhance name_to_{u,g}id() to optionally parse numbers and renameWayne Davison2009-05-071-14/+8
* Properly indent some lines.Wayne Davison2009-02-191-10/+10
* Added a way for supplementary groups to be specified in the rsyncd.confWayne Davison2009-02-191-36/+112
* Change some args from "char *" to "const char *" in order to get rid ofWayne Davison2009-01-151-2/+2
* Added the "reverse lookup" daemon-config parameter.Matt McCutchen2009-01-151-1/+9
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison2008-11-091-3/+7
* Convey the cleaned-up module-path to the user in all cases.Wayne Davison2008-09-111-31/+33
* Fix the %P logfile escape inside a chroot.Wayne Davison2008-09-101-36/+32
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Added a client --munge-links option that works like the daemonWayne Davison2008-07-281-4/+11
* Added a command-line override for daemon config parameters:Wayne Davison2008-07-271-0/+1
* Change the references to "service" to be either "section" or "module".Wayne Davison2008-07-261-1/+1
* Improved var-checker and tweaked all the issues it found.Wayne Davison2008-07-211-1/+0
* Include the array-size in array externs so that IBM's code-checkerWayne Davison2008-07-201-1/+1
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-5/+3
* 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