summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-05-15preparing for release of 2.0.5v2.0.5rsync-bugs1-1/+1
1998-05-15removed some debug codeAndrew Tridgell1-4/+0
1998-05-15got rid of "EOF in map_ptr" problem. If a file shrinks mid transferAndrew Tridgell2-29/+38
1998-05-15added a "socket options" option to rsyncd.conf. This option willAndrew Tridgell4-0/+15
1998-05-15preparing for release of 2.0.4v2.0.4rsync-bugs1-1/+1
1998-05-15load just the globals section of the config file when the daemonAndrew Tridgell3-18/+28
1998-05-15- changed the log messages to show the requested pathAndrew Tridgell5-25/+45
1998-05-15use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell9-44/+118
1998-05-15allow the specification of multiple filenames (with or withoutAndrew Tridgell2-2/+31
1998-05-15preparing for release of 2.0.3v2.0.3rsync-bugs1-1/+1
1998-05-15use a separate "make man" target so people don't need yodlAndrew Tridgell2-6/+6
1998-05-15preparing for release of 2.0.2v2.0.2rsync-bugs1-1/+1
1998-05-15added write buffering during the file list sending. This makes thingsAndrew Tridgell3-2/+63
1998-05-15fixed a select bug which caused rsync to use far more cpu time thanAndrew Tridgell1-1/+2
1998-05-15updated the README a bitAndrew Tridgell1-1/+13
1998-05-15- added some notes about encryption and authentication to the manAndrew Tridgell2-0/+22
1998-05-15preparing for release of 2.0.1v2.0.1rsync-bugs1-1/+1
1998-05-15fixed typo in rsyncd exclude handlingAndrew Tridgell1-1/+1
1998-05-15added "exclude" and "exclude from" options to rsyncd.conf.Andrew Tridgell4-6/+45
1998-05-15fixed SIGCLD -> SIGCHLDAndrew Tridgell2-23/+20
1998-05-14preparing for release of 2.0.0v2.0.0rsync-bugs1-1/+1
1998-05-14fixed spelling mistakesAndrew Tridgell2-9/+9
1998-05-14documentation!Andrew Tridgell4-2/+812
1998-05-14syslog some statsAndrew Tridgell1-0/+7
1998-05-14now support integers or strings for syslog facilityAndrew Tridgell1-0/+3
1998-05-14changed "syslog facility" to an enumerated type so the string name isAndrew Tridgell1-1/+67
1998-05-14make host access controls case insensitiveAndrew Tridgell2-0/+15
1998-05-13removed a debug lineAndrew Tridgell1-1/+0
1998-05-13added globbing support in the rsync daemon. This will allow you toAndrew Tridgell5-33/+59
1998-05-13vsprintf returns char* on sunos4Andrew Tridgell2-2/+4
1998-05-13added replacement memmoveAndrew Tridgell1-0/+8
1998-05-13define INADDR_NONE if necessaryAndrew Tridgell1-0/+4
1998-05-13improved the authentication and in particular the error reportingAndrew Tridgell2-3/+24
1998-05-13first working version of challenge response authentication. needsAndrew Tridgell3-18/+191
1998-05-13improved max connections code. Now use fcntl instead of flock.Andrew Tridgell5-89/+62
1998-05-13save another couple of round trip latencies. This set of changes isAndrew Tridgell1-10/+10
1998-05-13need sys/file.h for flock()Andrew Tridgell1-0/+1
1998-05-13save one round trip (version swapping) for daemon.Andrew Tridgell2-33/+35
1998-05-13added two new options "max connections" and "lock file"Andrew Tridgell5-1/+153
1998-05-13added "syslog facility" option. It is an integer and defaults to theAndrew Tridgell2-1/+7
1998-05-13added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell4-2/+145
1998-05-13check argc and show usage if no argsAndrew Tridgell1-0/+5
1998-05-13load the config file on each connect rather than at startupAndrew Tridgell1-6/+5
1998-05-11fixed a bug in the new . filename codeAndrew Tridgell1-1/+9
1998-05-10changed the name of the temporary filename to include a leading . soAndrew Tridgell1-8/+15
1998-05-10the statistics reporting was the wrong way around for client receiptAndrew Tridgell1-1/+1
1998-05-10changed a couple of places to use strlcpy()Andrew Tridgell2-2/+2
1998-05-10only call openlog onceAndrew Tridgell2-11/+14
1998-05-10use syslog instead of /var/adm/rsyncd.logAndrew Tridgell6-21/+77
1998-05-10change to allow names or numbers to be used for uid and gid.Andrew Tridgell6-45/+73