summaryrefslogtreecommitdiff
path: root/clientserver.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-17Update the copyright year.Wayne Davison1-1/+1
2008-11-09Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison1-3/+7
2008-09-26Fix the %P logfile escape inside a chroot.Wayne Davison1-44/+42
2008-04-15Moved the setting of the socket options before the connect().Wayne Davison1-6/+0
2008-03-30Improved the chdir() code:Wayne Davison1-5/+5
2008-03-22Added XFLG_DIR2WILD3 flag that the daemon uses to transform anyWayne Davison1-5/+5
2008-03-20Changed the name of the server_filter_list to beWayne Davison1-6/+6
2008-03-17A couple more changes for dealing with "checker" warnings.Wayne Davison1-1/+1
2008-03-17Attempting to silence some more "checker" warnings.Wayne Davison1-1/+1
2008-03-16Changed stat() call to do_stat().Wayne Davison1-1/+1
2008-03-15Fixed the use of --protect-args (-s) with a daemon.Wayne Davison1-9/+38
2008-03-07The --fake-super option conflicts with -XX (which copies internalWayne Davison1-2/+5
2008-03-03Fixing a problem with a NULL config_file pointer when accessingWayne Davison1-9/+13
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-27Added missing init_iconv() call when initiating a daemon transfer.Wayne Davison1-0/+4
2008-02-18Fixed a compilation problem when iconv support is disabled.Wayne Davison1-1/+3
2008-02-15A few minor changes, including better push_dir()/pop_dir() verbosity.Wayne Davison1-3/+2
2008-02-15Added a way to specify where the chroot should occur in the module'sWayne Davison1-10/+37
2008-02-15Some daemon security improvements, including the new parametersWayne Davison1-4/+27
2008-02-09Add a trailing slash to a modname arg that has no path information.Wayne Davison1-1/+1
2008-02-06A daemon needs to call setup_iconv() after parsing the optionsWayne Davison1-0/+4
2008-01-02Made read_arg_from_pipe() handle EINTR.Wayne Davison1-1/+5
2007-11-27Add a new daemon security option: "munge symlinks".Wayne Davison1-0/+13
2007-11-22A daemon needs to set dry_run with --only-write-batch.Wayne Davison1-0/+4
2007-10-27When listing a bare module name w/o -r, make sure we list theWayne Davison1-10/+24
2007-10-07Got rid of a useless list_only tweak.Wayne Davison1-3/+0
2007-10-01- Set config_file to a default filename if it is NULL.Wayne Davison1-4/+18
2007-09-30- Moved become_daemon() here from socket.c and made it static.Wayne Davison1-23/+57
2007-09-23Got rid of some unneeded externs.Wayne Davison1-1/+0
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-0/+1
2007-09-16Changed print_child_argv() to take its prefix message as an arg.Wayne Davison1-1/+1
2007-09-09- Made start_socket_client() and start_inband_exchange() take a variableWayne Davison1-109/+120
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-07-02If a module's path is not absolute, make it absolute.Wayne Davison1-18/+25
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-1/+1
2007-04-24Adding the --fake-super option.Wayne Davison1-0/+5
2007-04-23No need to reset quiet, since we tell parse_arguments() that itWayne Davison1-2/+1
2007-02-16Make sure that the am_server variable is non-zero after parsing theWayne Davison1-0/+1
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-12-25Set ignore_errors variable based on lp_ignore_errors(module_id).Wayne Davison1-0/+3
2006-12-06If the pre-xfer exec failed with -1, output the strerror()Wayne Davison1-1/+3
2006-11-19Use rwrite() to output the err_msg string.Wayne Davison1-1/+1
2006-11-19Added "const" to appropriate char pointers.Wayne Davison1-1/+1
2006-11-09Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison1-2/+2
2006-10-24Obey the new --no-motd option.Wayne Davison1-1/+5
2006-10-08Call push_dir() with its new boolean arg.Wayne Davison1-2/+2
2006-09-09Added the RSYNC_PID environment variable for the pre-/post-xferWayne Davison1-11/+12
2006-06-07Call log_init() with its new "restart" (0 or 1) arg.Wayne Davison1-2/+2
2006-05-30Allow the --log-file-format=FMT option (if given when starting a daemon)Wayne Davison1-7/+5