aboutsummaryrefslogtreecommitdiffstats
path: root/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Added "listen backlog" daemon config paramater.Wayne Davison2011-01-031-0/+4
* Daemon supports forward-DNS lookups for simple hostnamesWayne Davison2011-01-031-0/+4
* Add some new dont-compress suffixes.Wayne Davison2010-08-211-2/+2
* Allow %VAR% environment references in daemon-config parameter values.Wayne Davison2009-10-171-2/+63
* Add a few new "dont compress" suffixes and improve the docs.Wayne Davison2009-09-051-1/+2
* Added a way for supplementary groups to be specified in the rsyncd.confWayne Davison2009-02-191-2/+2
* Made copy_section() and string_set() simpler, getting rid of aWayne Davison2009-02-061-54/+22
* Combine Globals and Locals into a Vars struct that parallels Defaults,Wayne Davison2009-02-051-79/+83
* Added a "Defaults" structure with both globals and locals in it.Wayne Davison2009-01-181-16/+24
* A couple minor function-call tweaks.Wayne Davison2009-01-181-7/+4
* Renamed some typedefs:Wayne Davison2009-01-181-22/+22
* Renamed sDefault to Locals.Wayne Davison2009-01-181-56/+53
* Added the "reverse lookup" daemon-config parameter.Matt McCutchen2009-01-151-0/+4
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* - Don't require a daemon config &directive to use an equal sign.Wayne Davison2008-07-271-1/+1
* Added a command-line override for daemon config parameters:Wayne Davison2008-07-271-1/+31
* - Got rid of unused pstring/P_GSTRING/P_SEP/P_SEPARATOR code.Wayne Davison2008-07-271-23/+11
* Added &include and &merge config-file directives that allow theWayne Davison2008-07-261-2/+30
* Changed the module array to use an item_list structure.Wayne Davison2008-07-261-23/+13
* Change the references to "service" to be either "section" or "module".Wayne Davison2008-07-261-59/+59
* Reorder the static functions to avoid the need for forward declarations.Wayne Davison2008-07-261-106/+87
* Since the loadparm.c file is changing, I'm reformatting it to use theWayne Davison2008-07-261-401/+310
* A few minor changes, including better push_dir()/pop_dir() verbosity.Wayne Davison2008-02-151-1/+1
* Some daemon security improvements, including the new parametersWayne Davison2008-02-151-2/+10
* Don't allow a slash to be specified in a module name.Wayne Davison2008-01-091-0/+5
* Add a new daemon security option: "munge symlinks".Wayne Davison2007-11-271-0/+4
* Use FLOG instead of FERROR for config errors.Wayne Davison2007-11-221-5/+5
* The lp_load() function doesn't fudge the pszFname arg anymore.Wayne Davison2007-10-011-8/+1
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Added more suffixes to the default "dont compress" value.Wayne Davison2007-07-141-1/+4
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Adding the --fake-super option.Wayne Davison2007-04-241-1/+5
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-3/+2
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-4/+3
* Indented the function comments with "* ".Wayne Davison2006-10-131-27/+26
* Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison2006-10-121-4/+0
* Added the "munge symlinks" setting.Wayne Davison2006-07-031-0/+4
* Made "log file" and "syslog facility" per-module settings.Wayne Davison2006-06-071-9/+12
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-17/+17
* There's no need for lp_load() to check am_daemon.Wayne Davison2006-04-061-2/+1
* Added support for the new "outgoing chmod" daemon option.Wayne Davison2006-01-301-0/+4
* Added the "incoming chmod" config option.Wayne Davison2006-01-301-0/+4
* Tweaked some comments.Wayne Davison2005-09-191-36/+39
* Improved the sDefault initialization so that the prefixedWayne Davison2005-09-161-34/+34
* Added a per-module "temp dir" setting.Wayne Davison2005-09-031-0/+4