aboutsummaryrefslogtreecommitdiffstats
path: root/loadparm.c
Commit message (Collapse)AuthorAgeFilesLines
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-4/+3
| | | | using static inline functions that take a signed char pointer.
* 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
| | | | | they were not yet safe (I'll consider similar changes for the next release).
* 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
| | | | | | | - Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files).
* 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
| | | | | comments exactly match the variable names (making sure that they will sort exactly the same way as the variables).
* Added a per-module "temp dir" setting.Wayne Davison2005-09-031-0/+4
|
* Sorted some of the data structures (using vim's "!sort" commandWayne Davison2005-09-031-119/+129
| | | | makes it easy).
* Added 2 new config options: "pre-xfer exec" and "post-xfer exec".Wayne Davison2005-07-281-0/+10
|
* Changed the "max verbosity" setting from global to per-module.Wayne Davison2005-06-101-4/+4
|
* Use the new NOBODY_USER and NOBODY_GROUP configure defines.Wayne Davison2005-06-101-11/+2
|
* Decided to leave the "log format" default the same as inWayne Davison2005-02-191-1/+1
| | | | earlier versions.
* Changed the default log format.Wayne Davison2005-02-171-1/+1
|
* Added the "filter" parameter.Wayne Davison2005-01-251-0/+4
|
* Added support for the "address" option.Wayne Davison2004-12-061-0/+3
|
* Allow "port" to be specified in the rsyncd.conf file.Wayne Davison2004-11-271-0/+3
|
* Don't ignore case in lp_number() because the rest of the daemon codeWayne Davison2004-07-301-1/+1
| | | | | can't handle the case where the module name doesn't exactly match the string the user provided.
* Added the "write only" option to the daemon config file.Wayne Davison2004-05-191-0/+4
|
* Added "max verbosity" global parameter that allows you to configureWayne Davison2004-02-041-3/+6
| | | | a higher debug level instead of the default of level-l verbosity.
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-2/+2
|
* Make sure that the new slash-stripping P_PATH code doesn't turnWayne Davison2003-09-111-2/+2
| | | | a "/" into an empty string.
* Make sure that the "path" value has any trailing slashes removed.Wayne Davison2003-09-101-2/+13
|
* Got rid of trailing whitespace.Wayne Davison2003-09-101-34/+33
|
* When using daemon mode over a remote shell program and not running as root,David Dykstra2002-08-301-1/+9
| | | | | | | | | default the config file to just "rsyncd.conf" in the current directory instead of /etc/rsyncd.conf. Also, fix problems with logging messages when running daemon mode over a remote shell program: it was pretty much doing the opposite of what it should have, sending early error messages to the log and later messages to the client. Switched it around so the very early error messages go to the client and the later ones go to the log.
* Try to fix ctype issues by always calling these functions asMartin Pool2002-04-111-3/+3
| | | | | | | | | if (!isdigit(* (unsigned char *) p)) { so that the argument is always in the range of unsigned char when coerced to an int. (See digit 1.)
* Correction from Nelson Beebe: argument to functions such as isspace()Martin Pool2002-04-091-3/+4
| | | | must be an int, not a char. This could cause sign-extension problems.
* Doc.Martin Pool2002-03-251-0/+2
|
* Doc: Debian uses "nogroup" instead of group "nobody", so our defaultsMartin Pool2002-03-151-1/+10
| | | | are not so good.
* Revert change from 1.39, because it causes a crash because ofMartin Pool2001-12-021-5/+10
| | | | | attempting to free a static string. (Thankyou to Paul Mackerras.) There's still a small leak here.
* Fix a small memory leak that was causing an Insure warning.Martin Pool2001-11-261-2/+16
|
* got rid of some unused variablesAndrew Tridgell2000-08-191-4/+0
|
* added "ignore nonreadable" option (useful for hiding files in public archives)Andrew Tridgell2000-08-191-1/+5
|
* added *.bz2 and *.tbz to default dont compress listAndrew Tridgell2000-06-241-1/+1
|
* by default don't gzip .iso imagesAndrew Tridgell2000-04-191-1/+1
|
* added "ignore errors" option in rsyncd.confAndrew Tridgell1999-10-311-0/+4
|
* Added "strict modes" option. When set false (default is true), it allowsDavid Dykstra1999-02-091-0/+4
| | | | | the secrets file to be readable by other users. Added to support the Windows port under cygwin. Problem reported by Martin Krumpolec krumpo@pobox.sk
* Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.cDavid Dykstra1999-02-091-3/+0
| | | | | | instead of 200. Move the defines of True and False to rsync.h. Eliminate the defines of BOOL in loadparm.c and params.c because it is already defined in rsync.h. Changes suggested by Roman Gollent roman.gollent@wdr.com
* made the "max connections" and "lock file" local rather than globalAndrew Tridgell1999-01-081-8/+9
| | | | | options so you can set them on a per-module basis (requested by kernel.org mirror maintiner)
* Add "include" and "include from" rsyncd.conf options. ContributedDavid Dykstra1998-11-231-2/+10
| | | | by Dennis Gilbert <dennis@oit.pdx.edu>.
* added "dont compress" option with the default setting ofAndrew Tridgell1998-11-201-0/+4
| | | | *.gz *.tgz *.zip *.z *.rpm *.deb
* added "refuse options" optionAndrew Tridgell1998-11-191-0/+4
|
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-2/+2
| | | | | | OpenBSD functions of the same name. changed slprintf() to take buffer length rather than buffer length -1
* added timeout option in rsyncd.confAndrew Tridgell1998-11-041-0/+4
|
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-1/+1
| | | | different exit codes for different conditions.