summaryrefslogtreecommitdiff
path: root/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* Check that gethostbyname does actually return AF_INET addresses, sinceMartin Pool2001-08-151-5/+21
* Use socklen_t for getpeername, since we hopefully now have it definedMartin Pool2001-08-151-1/+1
* Typo. Shouldn't depend on assert().Martin Pool2001-08-151-2/+5
* Better error messages for DNS.Martin Pool2001-08-151-10/+17
* don't need to lookup our own name in open_socket_in()Andrew Tridgell2001-08-081-17/+2
* Two more instances of socklen_t.Martin Pool2001-08-061-3/+3
* Use socklen_t if defined, or otherwise int. This tries to fixMartin Pool2001-08-061-3/+4
* If binding to a low-numbered port fails with EACCES, then the errorMartin Pool2001-06-211-0/+4
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-1/+1
* Include strerror message when there's a socket error.Martin Pool2001-01-081-12/+19
* Document getsockopt POSIX confusion.Martin Pool2000-11-091-6/+22
* Make sure the log file is always opened before root privileges (if any)David Dykstra2000-10-251-1/+8
* When running as --daemon in the background and using a "log file" rsyncd.confDavid Dykstra2000-10-241-0/+2
* make --address work for a client connecting to a serverAndrew Tridgell2000-01-101-1/+9
* removed old non-blocking fd code (a hangover from a earlier version ofAndrew Tridgell1999-11-151-4/+0
* added --address option for virtual hostingAndrew Tridgell1999-10-311-3/+44
* continue calling waitpid() while still reapingchildren (patch fromAndrew Tridgell1999-06-271-1/+1
* added RSYNC_PROXY support from Stephen Rothwell. This allows access toAndrew Tridgell1999-04-131-6/+100
* Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.cDavid Dykstra1999-02-091-1/+1
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-2/+2
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-4/+4
* and I thought I wasn't going to do any rsync coding for a while ...Andrew Tridgell1998-10-281-2/+11
* a couple of changes to where the nonblocking settings are called.Andrew Tridgell1998-08-271-3/+7
* I think I might havefinally fixed the rsync hanging bug. It was causedAndrew Tridgell1998-07-201-8/+6
* - close stdout and stderr and reopen then as /dev/null when running asAndrew Tridgell1998-07-191-3/+8
* I've had reports of rsyncd leaving zombies under digital unix. ThisAndrew Tridgell1998-07-011-2/+9
* for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1998-06-181-1/+1
* added DNS spoofing test to host access controlAndrew Tridgell1998-05-201-1/+21
* this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1998-05-181-4/+4
* added a "socket options" option to rsyncd.conf. This option willAndrew Tridgell1998-05-151-0/+2
* fixed SIGCLD -> SIGCHLDAndrew Tridgell1998-05-151-1/+1
* use syslog instead of /var/adm/rsyncd.logAndrew Tridgell1998-05-101-0/+47
* change to allow names or numbers to be used for uid and gid.Andrew Tridgell1998-05-101-4/+3
* first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1998-05-091-1/+271
* just a stub for nowAndrew Tridgell1998-05-071-0/+27