summaryrefslogtreecommitdiff
path: root/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-01-03Added "listen backlog" daemon config paramater.Wayne Davison1-0/+4
2011-01-03Daemon supports forward-DNS lookups for simple hostnamesWayne Davison1-0/+4
2010-08-21Add some new dont-compress suffixes.Wayne Davison1-2/+2
2009-10-17Allow %VAR% environment references in daemon-config parameter values.Wayne Davison1-2/+63
2009-09-05Add a few new "dont compress" suffixes and improve the docs.Wayne Davison1-1/+2
2009-02-19Added a way for supplementary groups to be specified in the rsyncd.confWayne Davison1-2/+2
2009-02-06Made copy_section() and string_set() simpler, getting rid of aWayne Davison1-54/+22
2009-02-05Combine Globals and Locals into a Vars struct that parallels Defaults,Wayne Davison1-79/+83
2009-01-18Added a "Defaults" structure with both globals and locals in it.Wayne Davison1-16/+24
2009-01-18A couple minor function-call tweaks.Wayne Davison1-7/+4
2009-01-18Renamed some typedefs:Wayne Davison1-22/+22
2009-01-18Renamed sDefault to Locals.Wayne Davison1-56/+53
2009-01-15Added the "reverse lookup" daemon-config parameter.Matt McCutchen1-0/+4
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-07-27- Don't require a daemon config &directive to use an equal sign.Wayne Davison1-1/+1
2008-07-27Added a command-line override for daemon config parameters:Wayne Davison1-1/+31
2008-07-27- Got rid of unused pstring/P_GSTRING/P_SEP/P_SEPARATOR code.Wayne Davison1-23/+11
2008-07-26Added &include and &merge config-file directives that allow theWayne Davison1-2/+30
2008-07-26Changed the module array to use an item_list structure.Wayne Davison1-23/+13
2008-07-26Change the references to "service" to be either "section" or "module".Wayne Davison1-59/+59
2008-07-26Reorder the static functions to avoid the need for forward declarations.Wayne Davison1-106/+87
2008-07-26Since the loadparm.c file is changing, I'm reformatting it to use theWayne Davison1-401/+310
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