aboutsummaryrefslogtreecommitdiffstats
path: root/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* When using daemon mode over a remote shell program and not running as root,David Dykstra2002-08-301-1/+9
* Try to fix ctype issues by always calling these functions asMartin Pool2002-04-111-3/+3
* Correction from Nelson Beebe: argument to functions such as isspace()Martin Pool2002-04-091-3/+4
* Doc.Martin Pool2002-03-251-0/+2
* Doc: Debian uses "nogroup" instead of group "nobody", so our defaultsMartin Pool2002-03-151-1/+10
* Revert change from 1.39, because it causes a crash because ofMartin Pool2001-12-021-5/+10
* Fix a small memory leak that was causing an Insure warning.Martin Pool2001-11-261-2/+16
* got rid of some unused variablesAndrew Tridgell2000-08-191-4/+0
* added "ignore nonreadable" option (useful for hiding files in public archives)Andrew Tridgell2000-08-191-1/+5
* added *.bz2 and *.tbz to default dont compress listAndrew Tridgell2000-06-241-1/+1
* by default don't gzip .iso imagesAndrew Tridgell2000-04-191-1/+1
* added "ignore errors" option in rsyncd.confAndrew Tridgell1999-10-311-0/+4
* Added "strict modes" option. When set false (default is true), it allowsDavid Dykstra1999-02-091-0/+4
* Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.cDavid Dykstra1999-02-091-3/+0
* made the "max connections" and "lock file" local rather than globalAndrew Tridgell1999-01-081-8/+9
* Add "include" and "include from" rsyncd.conf options. ContributedDavid Dykstra1998-11-231-2/+10
* added "dont compress" option with the default setting ofAndrew Tridgell1998-11-201-0/+4
* added "refuse options" optionAndrew Tridgell1998-11-191-0/+4
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-2/+2
* added timeout option in rsyncd.confAndrew Tridgell1998-11-041-0/+4
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-1/+1
* added a perl script to summarise the rsyncd log formatAndrew Tridgell1998-10-301-1/+1
* added %m, %P and %u options to loggingAndrew Tridgell1998-10-301-1/+1
* added "log format" option to allow admins to choose the format forAndrew Tridgell1998-10-301-0/+4
* and I thought I wasn't going to do any rsync coding for a while ...Andrew Tridgell1998-10-281-0/+4
* Add "use chroot" and "pid file" rsyncd.conf options. The former allows oneDavid Dykstra1998-10-261-0/+7
* added "log file" option for those systems with broken syslog (likeAndrew Tridgell1998-09-091-0/+3
* for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1998-06-181-1/+1
* use Realloc instead of reallocAndrew Tridgell1998-05-281-6/+1
* fix realloc call for systems that don't handle realloc(NULL, ...)Andrew Tridgell1998-05-281-2/+7
* added a "socket options" option to rsyncd.conf. This option willAndrew Tridgell1998-05-151-0/+4
* load just the globals section of the config file when the daemonAndrew Tridgell1998-05-151-12/+13
* - changed the log messages to show the requested pathAndrew Tridgell1998-05-151-1/+1
* added "exclude" and "exclude from" options to rsyncd.conf.Andrew Tridgell1998-05-151-0/+8
* documentation!Andrew Tridgell1998-05-141-1/+3
* now support integers or strings for syslog facilityAndrew Tridgell1998-05-141-0/+3
* changed "syslog facility" to an enumerated type so the string name isAndrew Tridgell1998-05-141-1/+67
* improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1998-05-131-3/+11
* added two new options "max connections" and "lock file"Andrew Tridgell1998-05-131-0/+7
* added "syslog facility" option. It is an integer and defaults to theAndrew Tridgell1998-05-131-0/+6
* added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1998-05-131-0/+8
* changed a couple of places to use strlcpy()Andrew Tridgell1998-05-101-1/+1
* only call openlog onceAndrew Tridgell1998-05-101-3/+2
* change to allow names or numbers to be used for uid and gid.Andrew Tridgell1998-05-101-8/+8
* configuration parsing and loading code for rsyncd. This is basedAndrew Tridgell1998-05-091-0/+607