changed strlcat() and strlcpy() to have the same semantics as the
[rsync.git] / socket.c
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-08-27 Andrew Tridgella couple of changes to where the nonblocking settings...
1998-07-20 Andrew TridgellI think I might havefinally fixed the rsync hanging...
1998-07-19 Andrew Tridgell- close stdout and stderr and reopen then as /dev/null...
1998-07-01 Andrew TridgellI've had reports of rsyncd leaving zombies under digita...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-20 Andrew Tridgelladded DNS spoofing test to host access control
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-15 Andrew Tridgelladded a "socket options" option to rsyncd.conf. This...
1998-05-15 Andrew Tridgellfixed SIGCLD -> SIGCHLD
1998-05-10 Andrew Tridgelluse syslog instead of /var/adm/rsyncd.log
1998-05-10 Andrew Tridgellchange to allow names or numbers to be used for uid...
1998-05-09 Andrew Tridgellfirst vesrion of working socket based It still needs...
1998-05-07 Andrew Tridgelljust a stub for now