index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loadparm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
2008-09-01
1
-1
/
+1
*
- Don't require a daemon config &directive to use an equal sign.
Wayne Davison
2008-07-27
1
-1
/
+1
*
Added a command-line override for daemon config parameters:
Wayne Davison
2008-07-27
1
-1
/
+31
*
- Got rid of unused pstring/P_GSTRING/P_SEP/P_SEPARATOR code.
Wayne Davison
2008-07-27
1
-23
/
+11
*
Added &include and &merge config-file directives that allow the
Wayne Davison
2008-07-26
1
-2
/
+30
*
Changed the module array to use an item_list structure.
Wayne Davison
2008-07-26
1
-23
/
+13
*
Change the references to "service" to be either "section" or "module".
Wayne Davison
2008-07-26
1
-59
/
+59
*
Reorder the static functions to avoid the need for forward declarations.
Wayne Davison
2008-07-26
1
-106
/
+87
*
Since the loadparm.c file is changing, I'm reformatting it to use the
Wayne Davison
2008-07-26
1
-401
/
+310
*
A few minor changes, including better push_dir()/pop_dir() verbosity.
Wayne Davison
2008-02-15
1
-1
/
+1
*
Some daemon security improvements, including the new parameters
Wayne Davison
2008-02-15
1
-2
/
+10
*
Don't allow a slash to be specified in a module name.
Wayne Davison
2008-01-09
1
-0
/
+5
*
Add a new daemon security option: "munge symlinks".
Wayne Davison
2007-11-27
1
-0
/
+4
*
Use FLOG instead of FERROR for config errors.
Wayne Davison
2007-11-22
1
-5
/
+5
*
The lp_load() function doesn't fudge the pszFname arg anymore.
Wayne Davison
2007-10-01
1
-8
/
+1
*
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
2007-09-22
1
-0
/
+1
*
Added more suffixes to the default "dont compress" value.
Wayne Davison
2007-07-14
1
-1
/
+4
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
Adding the --fake-super option.
Wayne Davison
2007-04-24
1
-1
/
+5
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-3
/
+2
*
Got rid of type-casting into isFOO() and toFOO() functions by
Wayne Davison
2006-11-09
1
-4
/
+3
*
Indented the function comments with "* ".
Wayne Davison
2006-10-13
1
-27
/
+26
*
Removed the changes in symlink handling in non-chroot daemon mode as
Wayne Davison
2006-10-12
1
-4
/
+0
*
Added the "munge symlinks" setting.
Wayne Davison
2006-07-03
1
-0
/
+4
*
Made "log file" and "syslog facility" per-module settings.
Wayne Davison
2006-06-07
1
-9
/
+12
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-17
/
+17
*
There's no need for lp_load() to check am_daemon.
Wayne Davison
2006-04-06
1
-2
/
+1
*
Added support for the new "outgoing chmod" daemon option.
Wayne Davison
2006-01-30
1
-0
/
+4
*
Added the "incoming chmod" config option.
Wayne Davison
2006-01-30
1
-0
/
+4
*
Tweaked some comments.
Wayne Davison
2005-09-19
1
-36
/
+39
*
Improved the sDefault initialization so that the prefixed
Wayne Davison
2005-09-16
1
-34
/
+34
*
Added a per-module "temp dir" setting.
Wayne Davison
2005-09-03
1
-0
/
+4
*
Sorted some of the data structures (using vim's "!sort" command
Wayne Davison
2005-09-03
1
-119
/
+129
*
Added 2 new config options: "pre-xfer exec" and "post-xfer exec".
Wayne Davison
2005-07-28
1
-0
/
+10
*
Changed the "max verbosity" setting from global to per-module.
Wayne Davison
2005-06-10
1
-4
/
+4
*
Use the new NOBODY_USER and NOBODY_GROUP configure defines.
Wayne Davison
2005-06-10
1
-11
/
+2
*
Decided to leave the "log format" default the same as in
Wayne Davison
2005-02-19
1
-1
/
+1
*
Changed the default log format.
Wayne Davison
2005-02-17
1
-1
/
+1
*
Added the "filter" parameter.
Wayne Davison
2005-01-25
1
-0
/
+4
*
Added support for the "address" option.
Wayne Davison
2004-12-06
1
-0
/
+3
*
Allow "port" to be specified in the rsyncd.conf file.
Wayne Davison
2004-11-27
1
-0
/
+3
*
Don't ignore case in lp_number() because the rest of the daemon code
Wayne Davison
2004-07-30
1
-1
/
+1
*
Added the "write only" option to the daemon config file.
Wayne Davison
2004-05-19
1
-0
/
+4
*
Added "max verbosity" global parameter that allows you to configure
Wayne Davison
2004-02-04
1
-3
/
+6
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-2
/
+2
*
Make sure that the new slash-stripping P_PATH code doesn't turn
Wayne Davison
2003-09-11
1
-2
/
+2
*
Make sure that the "path" value has any trailing slashes removed.
Wayne Davison
2003-09-10
1
-2
/
+13
*
Got rid of trailing whitespace.
Wayne Davison
2003-09-10
1
-34
/
+33
[next]