summaryrefslogtreecommitdiff
path: root/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-06There's no need for lp_load() to check am_daemon.Wayne Davison1-2/+1
2006-01-30Added support for the new "outgoing chmod" daemon option.Wayne Davison1-0/+4
2006-01-30Added the "incoming chmod" config option.Wayne Davison1-0/+4
2005-09-19Tweaked some comments.Wayne Davison1-36/+39
2005-09-16Improved the sDefault initialization so that the prefixedWayne Davison1-34/+34
2005-09-03Added a per-module "temp dir" setting.Wayne Davison1-0/+4
2005-09-03Sorted some of the data structures (using vim's "!sort" commandWayne Davison1-119/+129
2005-07-28Added 2 new config options: "pre-xfer exec" and "post-xfer exec".Wayne Davison1-0/+10
2005-06-10Changed the "max verbosity" setting from global to per-module.Wayne Davison1-4/+4
2005-06-10Use the new NOBODY_USER and NOBODY_GROUP configure defines.Wayne Davison1-11/+2
2005-02-19Decided to leave the "log format" default the same as inWayne Davison1-1/+1
2005-02-17Changed the default log format.Wayne Davison1-1/+1
2005-01-25Added the "filter" parameter.Wayne Davison1-0/+4
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