summaryrefslogtreecommitdiff
path: root/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-06Added support for the "address" option.Wayne Davison1-0/+3
2004-11-27Allow "port" to be specified in the rsyncd.conf file.Wayne Davison1-0/+3
2004-07-30Don't ignore case in lp_number() because the rest of the daemon codeWayne Davison1-1/+1
2004-05-19Added the "write only" option to the daemon config file.Wayne Davison1-0/+4
2004-02-04Added "max verbosity" global parameter that allows you to configureWayne Davison1-3/+6
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-2/+2
2003-09-11Make sure that the new slash-stripping P_PATH code doesn't turnWayne Davison1-2/+2
2003-09-10Make sure that the "path" value has any trailing slashes removed.Wayne Davison1-2/+13
2003-09-10Got rid of trailing whitespace.Wayne Davison1-34/+33
2002-08-30When using daemon mode over a remote shell program and not running as root,David Dykstra1-1/+9
2002-04-11Try to fix ctype issues by always calling these functions asMartin Pool1-3/+3
2002-04-09Correction from Nelson Beebe: argument to functions such as isspace()Martin Pool1-3/+4
2002-03-25Doc.Martin Pool1-0/+2
2002-03-15Doc: Debian uses "nogroup" instead of group "nobody", so our defaultsMartin Pool1-1/+10
2001-12-02Revert change from 1.39, because it causes a crash because ofMartin Pool1-5/+10
2001-11-26Fix a small memory leak that was causing an Insure warning.Martin Pool1-2/+16
2000-08-19got rid of some unused variablesAndrew Tridgell1-4/+0
2000-08-19added "ignore nonreadable" option (useful for hiding files in public archives)Andrew Tridgell1-1/+5
2000-06-24added *.bz2 and *.tbz to default dont compress listAndrew Tridgell1-1/+1
2000-04-19by default don't gzip .iso imagesAndrew Tridgell1-1/+1
1999-10-31added "ignore errors" option in rsyncd.confAndrew Tridgell1-0/+4
1999-02-09Added "strict modes" option. When set false (default is true), it allowsDavid Dykstra1-0/+4
1999-02-09Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.cDavid Dykstra1-3/+0
1999-01-08made the "max connections" and "lock file" local rather than globalAndrew Tridgell1-8/+9
1998-11-23Add "include" and "include from" rsyncd.conf options. ContributedDavid Dykstra1-2/+10
1998-11-20added "dont compress" option with the default setting ofAndrew Tridgell1-0/+4
1998-11-19added "refuse options" optionAndrew Tridgell1-0/+4
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-2/+2
1998-11-04added timeout option in rsyncd.confAndrew Tridgell1-0/+4
1998-11-03patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1-1/+1
1998-10-30added a perl script to summarise the rsyncd log formatAndrew Tridgell1-1/+1
1998-10-30added %m, %P and %u options to loggingAndrew Tridgell1-1/+1
1998-10-30added "log format" option to allow admins to choose the format forAndrew Tridgell1-0/+4
1998-10-28and I thought I wasn't going to do any rsync coding for a while ...Andrew Tridgell1-0/+4
1998-10-26Add "use chroot" and "pid file" rsyncd.conf options. The former allows oneDavid Dykstra1-0/+7
1998-09-09added "log file" option for those systems with broken syslog (likeAndrew Tridgell1-0/+3
1998-06-18for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1-1/+1
1998-05-28use Realloc instead of reallocAndrew Tridgell1-6/+1
1998-05-28fix realloc call for systems that don't handle realloc(NULL, ...)Andrew Tridgell1-2/+7
1998-05-15added a "socket options" option to rsyncd.conf. This option willAndrew Tridgell1-0/+4
1998-05-15load just the globals section of the config file when the daemonAndrew Tridgell1-12/+13
1998-05-15- changed the log messages to show the requested pathAndrew Tridgell1-1/+1
1998-05-15added "exclude" and "exclude from" options to rsyncd.conf.Andrew Tridgell1-0/+8
1998-05-14documentation!Andrew Tridgell1-1/+3
1998-05-14now support integers or strings for syslog facilityAndrew Tridgell1-0/+3
1998-05-14changed "syslog facility" to an enumerated type so the string name isAndrew Tridgell1-1/+67
1998-05-13improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1-3/+11
1998-05-13added two new options "max connections" and "lock file"Andrew Tridgell1-0/+7
1998-05-13added "syslog facility" option. It is an integer and defaults to theAndrew Tridgell1-0/+6
1998-05-13added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1-0/+8