summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure that supplementary groups are removed from a server processcvs/branch-2.4Martin Pool2002-02-095-587/+106
* Bump version to 2.4.8v2.4.8Martin Pool2002-01-252-2/+2
* Should be 2.4.8, because we talked about doing 2.4.7 a while ago.v2.4.8pre1Martin Pool2002-01-252-2/+2
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --v2.4.7pre1Martin Pool2002-01-259-927/+343
* 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
* indent -kr -i8Martin Pool2002-01-231-7/+9
* Another signedness fix to quieten Sun cc warning.Martin Pool2002-01-231-1/+1
* Skip this for now; it's a known bugMartin Pool2002-01-231-0/+3
* Bump version to 2.5.2pre1.Martin Pool2002-01-231-1/+1
* Note batch-mode changes.Martin Pool2002-01-231-0/+3
* Note about proxy authentication and SOCKS.Martin Pool2002-01-231-0/+13
* Indent.Martin Pool2002-01-231-10/+10