summaryrefslogtreecommitdiff
path: root/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-15A few minor changes, including better push_dir()/pop_dir() verbosity.Wayne Davison1-1/+1
2008-02-15Some daemon security improvements, including the new parametersWayne Davison1-2/+10
2008-01-09Don't allow a slash to be specified in a module name.Wayne Davison1-0/+5
2007-11-27Add a new daemon security option: "munge symlinks".Wayne Davison1-0/+4
2007-11-22Use FLOG instead of FERROR for config errors.Wayne Davison1-5/+5
2007-10-01The lp_load() function doesn't fudge the pszFname arg anymore.Wayne Davison1-8/+1
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-0/+1
2007-07-14Added more suffixes to the default "dont compress" value.Wayne Davison1-1/+4
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-04-24Adding the --fake-super option.Wayne Davison1-1/+5
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-3/+2
2006-11-09Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison1-4/+3
2006-10-13Indented the function comments with "* ".Wayne Davison1-27/+26
2006-10-12Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison1-4/+0
2006-07-03Added the "munge symlinks" setting.Wayne Davison1-0/+4
2006-06-07Made "log file" and "syslog facility" per-module settings.Wayne Davison1-9/+12
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-17/+17
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