Got rid of trailing whitespace.
[rsync/rsync.git] / loadparm.c
2003-09-10 Wayne DavisonGot rid of trailing whitespace.
2002-08-30 David DykstraWhen using daemon mode over a remote shell program...
2002-04-11 Martin PoolTry to fix ctype issues by always calling these functio...
2002-04-09 Martin PoolCorrection from Nelson Beebe: argument to functions...
2002-03-25 Martin PoolDoc.
2002-03-15 Martin PoolDoc: Debian uses "nogroup" instead of group "nobody...
2001-12-02 Martin PoolRevert change from 1.39, because it causes a crash...
2001-11-26 Martin PoolFix a small memory leak that was causing an Insure...
2000-08-19 Andrew Tridgellgot rid of some unused variables
2000-08-19 Andrew Tridgelladded "ignore nonreadable" option (useful for hiding...
2000-06-24 Andrew Tridgelladded *.bz2 and *.tbz to default dont compress list
2000-04-19 Andrew Tridgellby default don't gzip .iso images
1999-10-31 Andrew Tridgelladded "ignore errors" option in rsyncd.conf
1999-02-09 David DykstraAdded "strict modes" option. When set false (default...
1999-02-09 David DykstraUse MAXHOSTNAMELEN (256) for the array holding the...
1999-01-08 Andrew Tridgellmade the "max connections" and "lock file" local rather...
1998-11-23 David DykstraAdd "include" and "include from" rsyncd.conf options...
1998-11-20 Andrew Tridgelladded "dont compress" option with the default setting of
1998-11-19 Andrew Tridgelladded "refuse options" option
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
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 a perl script to summarise the rsyncd log format
1998-10-30 Andrew Tridgelladded %m, %P and %u options to logging
1998-10-30 Andrew Tridgelladded "log format" option to allow admins to choose...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-10-26 David DykstraAdd "use chroot" and "pid file" rsyncd.conf options...
1998-09-09 Andrew Tridgelladded "log file" option for those systems with broken...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-28 Andrew Tridgellfix realloc call for systems that don't handle realloc...
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 Tridgelladded "exclude" and "exclude from" options to rsyncd...
1998-05-14 Andrew Tridgelldocumentation!
1998-05-14 Andrew Tridgellnow support integers or strings for syslog facility
1998-05-14 Andrew Tridgellchanged "syslog facility" to an enumerated type so...
1998-05-13 Andrew Tridgellimproved max connections code. Now use fcntl instead...
1998-05-13 Andrew Tridgelladded two new options "max connections" and "lock file"
1998-05-13 Andrew Tridgelladded "syslog facility" option. It is an integer and...
1998-05-13 Andrew Tridgelladded hosts allow and hosts deny support. I ended up...
1998-05-10 Andrew Tridgellchanged a couple of places to use strlcpy()
1998-05-10 Andrew Tridgellonly call openlog once
1998-05-10 Andrew Tridgellchange to allow names or numbers to be used for uid...
1998-05-09 Andrew Tridgellconfiguration parsing and loading code for rsyncd....