Simplify an "if" in ssh-basic.test. Fixes bug #6169;
[rsync/rsync.git] / clientserver.c
2009-02-20 Wayne DavisonProperly indent some lines.
2009-02-20 Wayne DavisonAdded a way for supplementary groups to be specified...
2009-01-15 Wayne DavisonChange some args from "char *" to "const char *" in...
2009-01-15 Matt McCutchenAdded the "reverse lookup" daemon-config parameter.
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-11-10 Wayne DavisonFixed a bunch of "warn_unused_result" compiler warnings.
2008-09-11 Wayne DavisonConvey the cleaned-up module-path to the user in all...
2008-09-10 Wayne DavisonFix the %P logfile escape inside a chroot.
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-07-28 Wayne DavisonAdded a client --munge-links option that works like...
2008-07-27 Wayne DavisonAdded a command-line override for daemon config parameters:
2008-07-27 Wayne DavisonChange the references to "service" to be either "sectio...
2008-07-21 Wayne DavisonImproved var-checker and tweaked all the issues it...
2008-07-21 Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-04-15 Wayne DavisonMoved the setting of the socket options before the...
2008-03-30 Wayne DavisonImproved the chdir() code:
2008-03-22 Wayne DavisonAdded XFLG_DIR2WILD3 flag that the daemon uses to trans...
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be old/master
2008-03-17 Wayne DavisonA couple more changes for dealing with "checker" warnings.
2008-03-17 Wayne DavisonAttempting to silence some more "checker" warnings.
2008-03-17 Wayne DavisonChanged stat() call to do_stat().
2008-03-15 Wayne DavisonFixed the use of --protect-args (-s) with a daemon.
2008-03-07 Wayne DavisonThe --fake-super option conflicts with -XX (which copie...
2008-03-04 Wayne DavisonFixing a problem with a NULL config_file pointer when...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-27 Wayne DavisonAdded missing init_iconv() call when initiating a daemo...
2008-02-19 Wayne DavisonFixed a compilation problem when iconv support is disabled.
2008-02-16 Wayne DavisonA few minor changes, including better push_dir()/pop_di...
2008-02-16 Wayne DavisonAdded a way to specify where the chroot should occur...
2008-02-16 Wayne DavisonSome daemon security improvements, including the new...
2008-02-10 Wayne DavisonAdd a trailing slash to a modname arg that has no path...
2008-02-07 Wayne DavisonA daemon needs to call setup_iconv() after parsing...
2008-01-03 Wayne DavisonMade read_arg_from_pipe() handle EINTR.
2007-11-27 Wayne DavisonAdd a new daemon security option: "munge symlinks".
2007-11-22 Wayne DavisonA daemon needs to set dry_run with --only-write-batch.
2007-10-27 Wayne DavisonWhen listing a bare module name w/o -r, make sure we...
2007-10-07 Wayne DavisonGot rid of a useless list_only tweak.
2007-10-01 Wayne Davison- Set config_file to a default filename if it is NULL.
2007-09-30 Wayne Davison- Moved become_daemon() here from socket.c and made...
2007-09-23 Wayne DavisonGot rid of some unneeded externs.
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-16 Wayne DavisonChanged print_child_argv() to take its prefix message...
2007-09-09 Wayne Davison- Made start_socket_client() and start_inband_exchange...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-07-02 Wayne DavisonIf a module's path is not absolute, make it absolute.
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-04-23 Wayne DavisonNo need to reset quiet, since we tell parse_arguments...
2007-02-16 Wayne DavisonMake sure that the am_server variable is non-zero after...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-12-25 Wayne DavisonSet ignore_errors variable based on lp_ignore_errors...
2006-12-06 Wayne DavisonIf the pre-xfer exec failed with -1, output the strerror()
2006-11-19 Wayne DavisonUse rwrite() to output the err_msg string.
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-11-09 Wayne DavisonGot rid of type-casting into isFOO() and toFOO() functi...
2006-10-24 Wayne DavisonObey the new --no-motd option.
2006-10-08 Wayne DavisonCall push_dir() with its new boolean arg.
2006-09-09 Wayne DavisonAdded the RSYNC_PID environment variable for the pre...
2006-06-07 Wayne DavisonCall log_init() with its new "restart" (0 or 1) arg.
2006-05-30 Wayne DavisonAllow the --log-file-format=FMT option (if given when...
2006-05-09 Wayne DavisonSome demon_log_* variables changed into logfile_* varia...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-11 Wayne DavisonTweaked a comment.
2006-04-08 Wayne DavisonMoved the calls to client_addr() and client_name()...
2006-04-06 Wayne DavisonA slightly better fix than the last version.
2006-03-31 Wayne DavisonLog the connect message after calling log_init().
2006-02-24 Wayne DavisonThe orig_umask value is now a mode_t.
2006-02-21 Wayne DavisonLog every connect to the daemon.
2006-02-21 Wayne DavisonAdded a comment.
2006-02-20 Wayne DavisonWhen starting up a transfer, substitute the remember_ch...
2006-02-20 Wayne DavisonSet a new daemon_chmod_modes pointer with the daemon...
2006-02-03 Wayne DavisonLog when someone requests a module list.
2006-02-01 Wayne DavisonIgnore the --quiet option if someone sent it to us...
2006-01-30 Wayne DavisonAdded support for the new "outgoing chmod" daemon option.
2006-01-30 Wayne DavisonIf the module has defined an "incoming chmod" option...
2006-01-26 Wayne DavisonMake use of the new sockopts variable.
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2006-01-12 Wayne DavisonWe now send all the option args to the pre-exec command.
2005-10-24 Wayne DavisonEnhanced the "pre-xfer exec" handling so that it gets...
2005-10-07 Wayne DavisonPass XFLG_ABS_IF_SLASH instead of XFLG_ANCHORED2ABS...
2005-09-03 Wayne DavisonMake use of the per-module "temp dir" setting.
2005-08-03 Wayne DavisonGot rid of the argp var that is not needed now that...
2005-07-29 Wayne Davison- Use BIGPATHBUFLEN for the length of two line buffers.
2005-07-28 Wayne DavisonIf the user has specified "pre-xfer exec" or "post...
2005-06-10 Wayne DavisonChanged the "max verbosity" setting from global to...
2005-05-19 Wayne Davison- Call the new set_io_timeout() function to set the...
2005-04-09 Wayne Davison- Call auth_server() with its new "host" arg.
2005-04-09 Wayne DavisonThe "@ERROR" handler in start_inband_exchange() was...
2005-04-01 Wayne DavisonFix the setting of module_dirlen for a module path...
2005-03-31 Wayne DavisonUse new log_format_has() function instead of strstr().
2005-03-01 Wayne Davison- Look for last '@' in a user@host spec.
2005-03-01 Wayne DavisonEnhanced the option-parsing failure mode to handle...
2005-02-26 Wayne DavisonExplicitly set kluge_around_eof to a 1 when it is needed.
2005-02-19 Wayne DavisonWe now set daemon_log_format_has_i and daemon_log_forma...
2005-02-19 Wayne DavisonIf the "log format" has a %i in it, set itemize_daemon_...
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
next