summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure that supplementary groups are removed from a server processcvs/branch-2.3Martin Pool2002-02-095-672/+139
* Bump version to 2.3.3.v2.3.3Martin Pool2002-01-252-2/+2
* Bump version to 2.3.3pre1.v2.3.3pre1Martin Pool2002-01-252-28/+2
* Merge signedness security patch from Sebastian KrahmerMartin Pool2002-01-257-1388/+582
* Ignore autoconf fluff.Martin Pool2002-01-251-0/+3
* Add code to compare sin6_addrs.v2.5.2pre3Martin Pool2002-01-251-3/+9
* Back out last change -- to see whether an address is spoofed, we don'tMartin Pool2002-01-251-15/+18
* compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses.Martin Pool2002-01-251-16/+13
* Split out code to compare addrinfo and sockaddr into it's ownMartin Pool2002-01-251-25/+45
* Doc.Martin Pool2002-01-251-7/+12
* The name resolution stuff is getting complicated -- split it out intoMartin Pool2002-01-253-217/+254
* Verbose messages for spoof check... doesn't work on old linux libc?Martin Pool2002-01-241-4/+30
* When doing a name->addr translation to check for spoofing, give theMartin Pool2002-01-241-1/+1
* Message on successful configuration.Martin Pool2002-01-241-0/+4
* Fix comment.Martin Pool2002-01-241-3/+2
* Name resolution on machines supporting IPv6 is improved.v2.5.2pre2Martin Pool2002-01-241-0/+2
* ignore gmon.outMartin Pool2002-01-241-1/+2
* Fix getpeername call.Martin Pool2002-01-241-1/+1
* size_t fix.Martin Pool2002-01-241-1/+1
* write_batch_csums_file: Opaque IO buffers should be void*.Martin Pool2002-01-241-6/+5
* Fix cast that was breaking HP/UX.Martin Pool2002-01-241-2/+6
* Move both calls to getpeername into a common wrapper function thatMartin Pool2002-01-241-22/+34
* Must get declarations from addrinfo.h before prototypes.Martin Pool2002-01-241-1/+2
* Another size_t warningMartin Pool2002-01-241-1/+1
* check_name: Print out name *before* clobbering it.Martin Pool2002-01-241-5/+5
* Try to fix error on Solaris:Martin Pool2002-01-241-5/+5
* If name lookup fails, then show the relevant IP address in the error message.Martin Pool2002-01-241-22/+17
* At the connections that just get a list of modules are not logged,Martin Pool2002-01-241-0/+3
* rsync_module: If host-based access fails, show the exact name/addressMartin Pool2002-01-241-2/+2
* Show command used to start connection child.Martin Pool2002-01-242-0/+27
* indent -kr -i8Martin Pool2002-01-241-49/+49
* Doc.Martin Pool2002-01-241-8/+2
* Show helper program with -v when opening connection.Martin Pool2002-01-241-1/+10
* Doc.Martin Pool2002-01-241-7/+10
* Fix constMartin Pool2002-01-241-2/+2
* Unbreak the old behavior of using UNKNOWN as a hostname if any of theMartin Pool2002-01-241-4/+10
* Fix inverted sense of error check.Martin Pool2002-01-241-5/+6
* Refactor client_name() into smaller functions.Martin Pool2002-01-241-31/+75
* Doc.Martin Pool2002-01-241-1/+4
* Bump version to 2.5.2pre2.Martin Pool2002-01-241-1/+1
* log_formatted: Fill the log buffer with nuls to make sure we cannotMartin Pool2002-01-241-1/+16
* Another harmless size_t warning.Martin Pool2002-01-241-2/+2
* Doc.v2.5.2pre1Martin Pool2002-01-231-0/+4
* More size_t fixes.Martin Pool2002-01-231-5/+9
* Just for variety we have some socklen_t fixes too.Martin Pool2002-01-231-3/+5
* Refactor code in send_sums to remove repeated ternaries.Martin Pool2002-01-231-14/+22
* indent -kr -i8Martin Pool2002-01-231-5/+5
* Fix more ints that ought to be size_t's.Martin Pool2002-01-231-6/+8
* Doc.Martin Pool2002-01-232-3/+8
* Fix another int that ought to be a size_t.Martin Pool2002-01-231-1/+1