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