patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
[rsync/rsync.git] / loadparm.c
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....