- 15 May, 1998 15 commits
-
-
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
chance of a buffer overflow
-
Andrew Tridgell authored
wildcards) to a rsync server. For example you can do: rsync -avz samba::'ftp/pub/samba/README ftp/pub/samba/*.gz' .
-
rsync-bugs authored
-
Andrew Tridgell authored
-
rsync-bugs authored
-
Andrew Tridgell authored
a bit more efficient (less system calls)
-
Andrew Tridgell authored
necessary on the server
-
Andrew Tridgell authored
-
Andrew Tridgell authored
pages - documented the RSYNC_PASSWORD environment variable
-
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 1 commit
-
-
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.
-