summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* preparing for release of 2.0.0v2.0.0rsync-bugs1998-05-141-1/+1
* fixed spelling mistakesAndrew Tridgell1998-05-142-9/+9
* documentation!Andrew Tridgell1998-05-144-2/+812
* syslog some statsAndrew Tridgell1998-05-141-0/+7
* now support integers or strings for syslog facilityAndrew Tridgell1998-05-141-0/+3
* changed "syslog facility" to an enumerated type so the string name isAndrew Tridgell1998-05-141-1/+67
* make host access controls case insensitiveAndrew Tridgell1998-05-142-0/+15
* removed a debug lineAndrew Tridgell1998-05-131-1/+0
* added globbing support in the rsync daemon. This will allow you toAndrew Tridgell1998-05-135-33/+59
* vsprintf returns char* on sunos4Andrew Tridgell1998-05-132-2/+4
* added replacement memmoveAndrew Tridgell1998-05-131-0/+8
* define INADDR_NONE if necessaryAndrew Tridgell1998-05-131-0/+4
* improved the authentication and in particular the error reportingAndrew Tridgell1998-05-132-3/+24
* first working version of challenge response authentication. needsAndrew Tridgell1998-05-133-18/+191
* improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1998-05-135-89/+62
* save another couple of round trip latencies. This set of changes isAndrew Tridgell1998-05-131-10/+10
* need sys/file.h for flock()Andrew Tridgell1998-05-131-0/+1
* save one round trip (version swapping) for daemon.Andrew Tridgell1998-05-132-33/+35
* added two new options "max connections" and "lock file"Andrew Tridgell1998-05-135-1/+153
* added "syslog facility" option. It is an integer and defaults to theAndrew Tridgell1998-05-132-1/+7
* added hosts allow and hosts deny support. I ended up writing my own asAndrew Tridgell1998-05-134-2/+145
* check argc and show usage if no argsAndrew Tridgell1998-05-131-0/+5
* load the config file on each connect rather than at startupAndrew Tridgell1998-05-131-6/+5
* fixed a bug in the new . filename codeAndrew Tridgell1998-05-111-1/+9
* changed the name of the temporary filename to include a leading . soAndrew Tridgell1998-05-101-8/+15
* the statistics reporting was the wrong way around for client receiptAndrew Tridgell1998-05-101-1/+1
* changed a couple of places to use strlcpy()Andrew Tridgell1998-05-102-2/+2
* only call openlog onceAndrew Tridgell1998-05-102-11/+14
* use syslog instead of /var/adm/rsyncd.logAndrew Tridgell1998-05-106-21/+77
* change to allow names or numbers to be used for uid and gid.Andrew Tridgell1998-05-106-45/+73
* fixed typo in socket testAndrew Tridgell1998-05-101-2/+2
* look for -lsocket by checking for connect()Andrew Tridgell1998-05-102-0/+32
* split the options parsing code into options.cAndrew Tridgell1998-05-107-594/+665
* better negotiation of protocol versionsAndrew Tridgell1998-05-101-5/+16
* cleanup code a bitAndrew Tridgell1998-05-104-227/+263
* configuration parsing and loading code for rsyncd. This is basedAndrew Tridgell1998-05-093-0/+1263
* first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1998-05-099-74/+616
* just a stub for nowAndrew Tridgell1998-05-071-0/+27
* removed some quoted printable stuff from this so it works againAndrew Tridgell1998-05-071-3/+3
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-0714-289/+393
* some code cleanup in preparation for a cleaner client/server splitAndrew Tridgell1998-05-071-116/+131
* improve the autoconf warning for broken readdirAndrew Tridgell1998-05-071-1/+1
* Add pristine zlib-1.1.2 code, ready for hacking.Paul Mackerras1998-05-0726-0/+7631
* now using autoheader as well as autoconfAndrew Tridgell1998-05-071-0/+8
* hopefully better support for systems where sizeof(int)==8Andrew Tridgell1998-05-061-3/+3
* don't need off64_t code on systems where off_t is already 64 bitsAndrew Tridgell1998-05-061-1/+1
* damn solaris doesn't prototype it's functions correctly. grrr.Andrew Tridgell1998-05-061-0/+1
* handle mmap() failuresAndrew Tridgell1998-05-061-2/+6
* better test for solaris broken readdirAndrew Tridgell1998-05-062-19/+12
* handle broken readdir() on Solaris 2.6 (it returns the name offset byAndrew Tridgell1998-05-065-22/+48