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
*
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
*
When using daemon mode over a remote shell program and not running as root,
David Dykstra
2002-08-30
1
-1
/
+9
*
Try to fix ctype issues by always calling these functions as
Martin Pool
2002-04-11
1
-3
/
+3
*
Correction from Nelson Beebe: argument to functions such as isspace()
Martin Pool
2002-04-09
1
-3
/
+4
*
Doc.
Martin Pool
2002-03-25
1
-0
/
+2
*
Doc: Debian uses "nogroup" instead of group "nobody", so our defaults
Martin Pool
2002-03-15
1
-1
/
+10
*
Revert change from 1.39, because it causes a crash because of
Martin Pool
2001-12-02
1
-5
/
+10
*
Fix a small memory leak that was causing an Insure warning.
Martin Pool
2001-11-26
1
-2
/
+16
*
got rid of some unused variables
Andrew Tridgell
2000-08-19
1
-4
/
+0
*
added "ignore nonreadable" option (useful for hiding files in public archives)
Andrew Tridgell
2000-08-19
1
-1
/
+5
*
added *.bz2 and *.tbz to default dont compress list
Andrew Tridgell
2000-06-24
1
-1
/
+1
*
by default don't gzip .iso images
Andrew Tridgell
2000-04-19
1
-1
/
+1
*
added "ignore errors" option in rsyncd.conf
Andrew Tridgell
1999-10-31
1
-0
/
+4
*
Added "strict modes" option. When set false (default is true), it allows
David Dykstra
1999-02-09
1
-0
/
+4
*
Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.c
David Dykstra
1999-02-09
1
-3
/
+0
*
made the "max connections" and "lock file" local rather than global
Andrew Tridgell
1999-01-08
1
-8
/
+9
*
Add "include" and "include from" rsyncd.conf options. Contributed
David Dykstra
1998-11-23
1
-2
/
+10
*
added "dont compress" option with the default setting of
Andrew Tridgell
1998-11-20
1
-0
/
+4
*
added "refuse options" option
Andrew Tridgell
1998-11-19
1
-0
/
+4
*
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1998-11-14
1
-2
/
+2
*
added timeout option in rsyncd.conf
Andrew Tridgell
1998-11-04
1
-0
/
+4
*
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1998-11-03
1
-1
/
+1
*
added a perl script to summarise the rsyncd log format
Andrew Tridgell
1998-10-30
1
-1
/
+1
*
added %m, %P and %u options to logging
Andrew Tridgell
1998-10-30
1
-1
/
+1
*
added "log format" option to allow admins to choose the format for
Andrew Tridgell
1998-10-30
1
-0
/
+4
*
and I thought I wasn't going to do any rsync coding for a while ...
Andrew Tridgell
1998-10-28
1
-0
/
+4
*
Add "use chroot" and "pid file" rsyncd.conf options. The former allows one
David Dykstra
1998-10-26
1
-0
/
+7
*
added "log file" option for those systems with broken syslog (like
Andrew Tridgell
1998-09-09
1
-0
/
+3
*
for consistency use memcpy/memset everywhere instead of bcopy/bzero
Andrew Tridgell
1998-06-18
1
-1
/
+1
*
use Realloc instead of realloc
Andrew Tridgell
1998-05-28
1
-6
/
+1
[next]