I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed handling of vsprintf on SunOS More... about 27 years ago
preparing for release of 2.0.5 More... about 27 years ago
removed some debug code More... about 27 years ago
got rid of "EOF in map_ptr" problem. If a file shrinks mid transfer then we supply a zero filled buffer at the end and rely on the checksum to cause a retry. This is really the best we can do as there is no correct semantics for copying a changing file! More... about 27 years ago
added a "socket options" option to rsyncd.conf. This option will provide hours of fun for those people who like to tune their systems to the utmost degree. More... about 27 years ago
preparing for release of 2.0.4 More... about 27 years ago
load just the globals section of the config file when the daemon starts so we know the syslog facility for the "starting" message More... about 27 years ago
- changed the log messages to show the requested path - some more paranoid buffer size checks - separate open syslog call - handle systems without LOG_NDELAY More... about 27 years ago
use strlcat() strlcpy() and slprintf() whenever possible to avoid any chance of a buffer overflow More... about 27 years ago
allow the specification of multiple filenames (with or without wildcards) to a rsync server. For example you can do: More... about 27 years ago
preparing for release of 2.0.3 More... about 27 years ago
use a separate "make man" target so people don't need yodl More... about 27 years ago
preparing for release of 2.0.2 More... about 27 years ago
added write buffering during the file list sending. This makes things a bit more efficient (less system calls) More... about 27 years ago
fixed a select bug which caused rsync to use far more cpu time than necessary on the server More... about 27 years ago
updated the README a bit More... about 27 years ago
- added some notes about encryption and authentication to the man pages More... about 27 years ago
preparing for release of 2.0.1 More... about 27 years ago
fixed typo in rsyncd exclude handling More... about 27 years ago
added "exclude" and "exclude from" options to rsyncd.conf. More... about 27 years ago
fixed SIGCLD -> SIGCHLD More... about 27 years ago
preparing for release of 2.0.0 More... about 27 years ago
fixed spelling mistakes More... about 27 years ago
documentation! More... about 27 years ago
syslog some stats More... about 27 years ago
now support integers or strings for syslog facility More... about 27 years ago
changed "syslog facility" to an enumerated type so the string name is used in rsyncd.conf More... about 27 years ago
make host access controls case insensitive More... about 27 years ago
removed a debug line More... about 27 years ago
added globbing support in the rsync daemon. This will allow you to specify wildcards when grabbing files from a anon rsync daemon. More... about 27 years ago