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