summaryrefslogtreecommitdiff
path: root/loadparm.c
Commit message (Expand)AuthorAgeFilesLines
* Make gcc die on init overflow of an array.Wayne Davison2020-09-291-1/+1
* A few word tweaks.Wayne Davison2020-07-121-1/+1
* Don't turn off the user's open-noatime unless the module is forcing the value.Wayne Davison2020-07-041-26/+24
* Simplify the daemon parameter definitionsWayne Davison2020-06-301-358/+21
* Avoid crash of transfer logging w/default log format.Wayne Davison2020-06-301-10/+9
* Some memory allocation improvementsWayne Davison2020-06-251-6/+3
* Use documentation to extract 2 more .h listsWayne Davison2020-06-181-5/+1
* Rename "haproxy header" to "proxy protocol".Wayne Davison2020-06-151-4/+4
* Add `haproxy header` parameter to rsync daemonWayne Davison2020-06-111-0/+7
* Add `early exec` daemon parameter.Wayne Davison2020-06-101-1/+7
* Add extensions to the default no-compress list.Wayne Davison2020-04-261-1/+2
* Spelling fixes from a Fossies run done by Jens.Wayne Davison2020-04-151-2/+2
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-4/+3
* Fix the default skip-compress list.Wayne Davison2020-04-071-2/+2
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Save each expanded daemon-config string on first use toWayne Davison2019-01-091-18/+93
* No need to strdup each new section since we stopped using free().Wayne Davison2019-01-081-15/+4
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Add "daemon chroot|uid|gid" parameters.Wayne Davison2017-09-041-0/+12
* Add "syslog tag" to rsync daemon config.Wayne Davison2017-04-291-0/+4
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* 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