- 02 Dec, 2001 1 commit
-
-
Martin Pool authored
attempting to free a static string. (Thankyou to Paul Mackerras.) There's still a small leak here.
-
- 26 Nov, 2001 1 commit
-
-
Martin Pool authored
-
- 19 Aug, 2000 2 commits
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- 24 Jun, 2000 1 commit
-
-
Andrew Tridgell authored
-
- 19 Apr, 2000 1 commit
-
-
Andrew Tridgell authored
-
- 31 Oct, 1999 1 commit
-
-
Andrew Tridgell authored
-
- 09 Feb, 1999 2 commits
-
-
David Dykstra authored
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
-
David Dykstra authored
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
-
- 08 Jan, 1999 1 commit
-
-
Andrew Tridgell authored
options so you can set them on a per-module basis (requested by kernel.org mirror maintiner)
-
- 23 Nov, 1998 1 commit
-
-
David Dykstra authored
by Dennis Gilbert <dennis@oit.pdx.edu>.
-
- 20 Nov, 1998 1 commit
-
-
Andrew Tridgell authored
*.gz *.tgz *.zip *.z *.rpm *.deb
-
- 19 Nov, 1998 1 commit
-
-
Andrew Tridgell authored
-
- 14 Nov, 1998 1 commit
-
-
Andrew Tridgell authored
OpenBSD functions of the same name. changed slprintf() to take buffer length rather than buffer length -1
-
- 04 Nov, 1998 1 commit
-
-
Andrew Tridgell authored
-
- 03 Nov, 1998 1 commit
-
-
Andrew Tridgell authored
different exit codes for different conditions.
-
- 30 Oct, 1998 3 commits
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
rsyncd log file entries
-
- 28 Oct, 1998 1 commit
-
-
Andrew Tridgell authored
Jason Andrade convinced me to add ftpd style logging of transfers, enabled with a "transfer logging" option in rsyncd.conf you can customise the format in log.c
-
- 26 Oct, 1998 1 commit
-
-
David Dykstra authored
to disable the use of chroot so rsync --daemon can be run as a non-root user (if a non-privileged --port is used). The latter allows one to specify a file in which to write the process id of the daemon, which is useful when rsync --daemon is not run from inetd.
-
- 09 Sep, 1998 1 commit
-
-
Andrew Tridgell authored
AIX)
-
- 18 Jun, 1998 1 commit
-
-
Andrew Tridgell authored
-
- 28 May, 1998 2 commits
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- 15 May, 1998 4 commits
-
-
Andrew Tridgell authored
provide hours of fun for those people who like to tune their systems to the utmost degree.
-
Andrew Tridgell authored
starts so we know the syslog facility for the "starting" message
-
Andrew Tridgell authored
- some more paranoid buffer size checks - separate open syslog call - handle systems without LOG_NDELAY
-
Andrew Tridgell authored
This is useful for mirroring a web site when you don't want users to mirror everything.
-
- 14 May, 1998 3 commits
-
-
Andrew Tridgell authored
documentation! I've written a rsyncd.conf man page (in yodl) and updated the rsync man page.
-
Andrew Tridgell authored
-
Andrew Tridgell authored
used in rsyncd.conf
-
- 13 May, 1998 4 commits
-
-
Andrew Tridgell authored
improved max connections code. Now use fcntl instead of flock. also started on authentication code (I'm doing a challenge response system initially)
-
Andrew Tridgell authored
added two new options "max connections" and "lock file"
-
Andrew Tridgell authored
added "syslog facility" option. It is an integer and defaults to the value of LOG_DAEMON.
-
Andrew Tridgell authored
the tcpd code is not quite what I wanted.
-
- 10 May, 1998 3 commits
-
-
Andrew Tridgell authored
changed a couple of places to use strlcpy()
-
Andrew Tridgell authored
only call openlog once fix a segv in loadparm.c
-
Andrew Tridgell authored
change to allow names or numbers to be used for uid and gid.
-
- 09 May, 1998 1 commit
-
-
Andrew Tridgell authored
configuration parsing and loading code for rsyncd. This is based on the Samba config code, so you'll find that the config files will be eerily familiar if you have ever worked with Samba.
-