Optimized away 3 calls to strcmp().
[rsync/rsync.git] / clientserver.c
2003-03-30 Wayne DavisonSupport the new --files-from option.
2003-01-26 Wayne DavisonGot rid of O_TEXT_STR change.
2003-01-26 David DykstraOpen config files in text mode when O_TEXT is defined...
2002-08-30 David DykstraWhen using daemon mode over a remote shell program...
2002-08-01 David DykstraFix to correctly identify remote IP address and host...
2002-08-01 Wayne DavisonMoved the end of start_socket_client() into a new funct...
2002-04-15 Martin PoolWhen -e is specified along with an rsyncd url, the...
2002-04-11 Martin PoolTry to fix ctype issues by always calling these functio...
2002-04-11 Martin PoolReceiving an @ERROR line from the server is (I think...
2002-04-09 Martin PoolDoc start_socket_client
2002-04-09 Martin PoolDoc start_socket_client
2002-04-09 Martin PoolDoc.
2002-04-09 Martin PoolDoc.
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-03-27 Martin PoolImproved network error handling. (Greg A. Woods)
2002-03-22 Martin PoolIf there's an error in start_socket_client, print an...
2002-03-14 Martin PoolDoc: "opening tcp connection to %s port %d" is kind...
2002-02-27 David DykstraCygwin doesn't have setgroups() so probe for the functi...
2002-02-23 Martin PoolWith -vv, client shows a message when opening a daemon...
2002-02-21 Martin PoolMake setgroups(0,0) unconditional -- accidentally think...
2002-02-18 David DykstraIf a daemon prints an error message of @ERROR, have...
2002-02-09 Martin PoolOops -- have to call setgroups() before giving up root.
2002-02-09 Martin PoolMake sure we call setgroups() after setuid(). (Ethan...
2002-02-07 David DykstraRemove the "rsync:" prefixes on FINFO messages. Return...
2002-01-24 Martin Poolrsync_module: If host-based access fails, show the...
2001-12-18 Martin PoolGet rid of global_opts struct as suggested by Dave...
2001-12-05 Martin PoolAdd --no-detach option for W32, daemontools, etc.
2001-12-05 Martin PoolDoc.
2001-11-26 Martin PoolPut the new address family option into an options struc...
2001-11-24 Martin PoolSet rsync version in configure.in
2001-11-23 Martin PoolMerge KAME.net IPv6 patch: you can now (in theory)...
2001-11-09 Martin PoolDocument chroot confusion.
2001-08-31 Martin PoolAdd comment about handling of 'use chroot'
2001-08-31 Martin PoolMerge in the LIBSMB_PROG idea from samba, so that you...
2001-08-23 Martin PoolOnly use the "@RSYNC EXIT" tag if we're talking to...
2001-08-22 Martin PoolAllow the server to terminate the module list by just...
2001-08-15 Martin PoolFix casts when some variables are printed out.
2001-07-17 Andrew Tridgellprevent nasty error msgs when listing shares
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-03-22 Andrew Tridgellnew error handling system
2001-03-21 Andrew Tridgellbetter error msg for "invalid uid" and "invalid gid"
2001-03-17 Martin PoolMore accurately, the uid/gid is set to -2, not "nobody".
2001-03-17 Martin PoolAdd some todo comments.
2001-02-23 Martin PoolChange from getopt to popt.
2000-10-31 Martin PoolDisplay a warning about pointlessly using --rsh with...
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-10-24 David DykstraWhen running as --daemon in the background and using...
2000-08-29 Andrew Tridgelldetect list_only a bit earlier
2000-08-04 David DykstraUndo last setting of blocking_io. I hadn't reviewed...
2000-08-04 David DykstraTurn on blocking_io when starting client of rsync serve...
2000-03-30 Andrew Tridgellwent back to non-blokcing IO
2000-01-29 Andrew Tridgellmove the read only daemon test to after the protocol...
2000-01-28 Andrew Tridgell- switched on multiplexing for all connections, not...
2000-01-24 Andrew Tridgelldon't use stderr after we become a daemon
2000-01-23 Andrew Tridgelladded some really ugly code to allow errors to propogate to
2000-01-10 Andrew Tridgellmake --address work for a client connecting to a server
1999-11-15 Andrew Tridgellremoved old non-blocking fd code (a hangover from a...
1999-07-09 David DykstraFix significant security holes with "use chroot = no...
1999-03-24 David DykstraThe "pid file" was getting created mode 666, not applyi...
1999-02-25 David DykstraRemoved am_client variable. It was being set in one...
1999-02-09 David DykstraAdd --quiet/-q option. Contributed by Rich Salz salzr...
1999-02-03 David DykstraMove the initialization of push_dir, which calls getcwd...
1999-01-21 David DykstraFix serious bug with "use chroot = no" option which...
1999-01-08 Andrew Tridgellmade the "max connections" and "lock file" local rather...
1998-11-24 David DykstraChange sanitize_path() function to not malloc a copy...
1998-11-23 David DykstraAdd "include" and "include from" rsyncd.conf options...
1998-11-19 Andrew Tridgelladded "refuse options" option
1998-11-17 David DykstraApply sanitize_paths() to glob expansions when use...
1998-11-04 Andrew Tridgelladded timeout option in rsyncd.conf
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-10-30 Andrew Tridgelladded %m, %P and %u options to logging
1998-10-28 Andrew Tridgellsyslog support in rsync daemon has been broken since...
1998-10-26 David DykstraAdd "use chroot" and "pid file" rsyncd.conf options...
1998-09-09 Andrew Tridgellwanr people who use path names to rsync ::
1998-08-27 Andrew Tridgella couple of changes to where the nonblocking settings...
1998-07-23 Andrew Tridgellfixed the relative paths bug pointed out by Alberto...
1998-07-19 Andrew Tridgell- defer the error message from the options parsing...
1998-07-17 Andrew Tridgelluse error to detect lockfile open failures vs. max...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-23 Andrew Tridgell- don't allow chown for the group of a file if running...
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-16 Andrew Tridgellfor authenticated access record the authenticated usern...
1998-05-16 Andrew Tridgell- distinguish downloads and uploads in the syslog messages
1998-05-15 Andrew Tridgelladded a "socket options" option to rsyncd.conf. This...
1998-05-15 Andrew Tridgellload just the globals section of the config file when...
1998-05-15 Andrew Tridgell- changed the log messages to show the requested path
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-15 Andrew Tridgellallow the specification of multiple filenames (with...
1998-05-15 Andrew Tridgellfixed typo in rsyncd exclude handling
1998-05-15 Andrew Tridgelladded "exclude" and "exclude from" options to rsyncd...
1998-05-13 Andrew Tridgelladded globbing support in the rsync daemon. This will...
1998-05-13 Andrew Tridgellimproved the authentication and in particular the error...
1998-05-13 Andrew Tridgellfirst working version of challenge response authenticat...
1998-05-13 Andrew Tridgellimproved max connections code. Now use fcntl instead...
1998-05-13 Andrew Tridgellsave another couple of round trip latencies. This set...
1998-05-13 Andrew Tridgellsave one round trip (version swapping) for daemon.
1998-05-13 Andrew Tridgelladded two new options "max connections" and "lock file"
1998-05-13 Andrew Tridgelladded hosts allow and hosts deny support. I ended up...
1998-05-13 Andrew Tridgellload the config file on each connect rather than at...
next