- 15 May, 1998 4 commits
-
-
rsync-bugs authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
This is useful for mirroring a web site when you don't want users to mirror everything.
-
Andrew Tridgell authored
fixed SIGCLD -> SIGCHLD fixed formatting of man page (thanks to Karsten)
-
- 14 May, 1998 7 commits
-
-
rsync-bugs authored
-
Andrew Tridgell authored
-
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
-
Andrew Tridgell authored
used in rsyncd.conf
-
Andrew Tridgell authored
-
- 13 May, 1998 16 commits
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
specify wildcards when grabbing files from a anon rsync daemon.
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
testing.
-
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
backwards compatible.
-
Andrew Tridgell authored
-
Andrew Tridgell authored
This is an imcompatible change in the socket protocol. You get "is your shell clean" if using an older rsync client
-
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.
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- 11 May, 1998 1 commit
-
-
Andrew Tridgell authored
-
- 10 May, 1998 11 commits
-
-
Andrew Tridgell authored
changed the name of the temporary filename to include a leading . so that it appears hidden while being transferred. This should be useful when using rsync for mirroring so users accessing via ftp don't get confused by the temporary files.
-
Andrew Tridgell authored
the statistics reporting was the wrong way around for client receipt mode! It reported the read/written backwards.
-
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
use syslog instead of /var/adm/rsyncd.log
-
Andrew Tridgell authored
change to allow names or numbers to be used for uid and gid.
-
Andrew Tridgell authored
fixed typo in socket test
-
Andrew Tridgell authored
-
Andrew Tridgell authored
added the --port and --config options use strlcpy() instead of strncpy() some cleanups and formatting changes
-
Andrew Tridgell authored
-
Andrew Tridgell authored
cleanup code a bit
-
- 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.
-