summaryrefslogtreecommitdiff
path: root/socket.c
AgeCommit message (Expand)AuthorFilesLines
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