preparing for release of 2.5.0
[rsync.git] / socket.c
2001-11-27 Martin PoolFix missing parameter in log call.
2001-11-26 Martin PoolRemove kame cruft
2001-11-26 Martin PoolOops, no C++ comments.
2001-11-26 Martin PoolKill a function for jra.
2001-11-26 Martin PoolTry to be better about handling the results of getaddri...
2001-11-26 Martin PoolPut the new address family option into an options struc...
2001-11-26 Martin PoolRemove highly suspicious redefinition of sockaddr struc...
2001-11-24 Martin PoolImproved error messages.
2001-11-23 Martin PoolMerge KAME.net IPv6 patch: you can now (in theory)...
2001-08-31 Martin PoolMerge in the LIBSMB_PROG idea from samba, so that you...
2001-08-15 Martin PoolCheck that gethostbyname does actually return AF_INET...
2001-08-15 Martin PoolUse socklen_t for getpeername, since we hopefully now...
2001-08-15 Martin PoolTypo. Shouldn't depend on assert().
2001-08-15 Martin PoolBetter error messages for DNS.
2001-08-08 Andrew Tridgelldon't need to lookup our own name in open_socket_in()
2001-08-06 Martin PoolTwo more instances of socklen_t.
2001-08-06 Martin PoolUse socklen_t if defined, or otherwise int. This tries...
2001-06-21 Martin PoolIf binding to a low-numbered port fails with EACCES...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-01-08 Martin PoolInclude strerror message when there's a socket error.
2000-11-09 Martin PoolDocument getsockopt POSIX confusion.
2000-10-25 David DykstraMake sure the log file is always opened before root...
2000-10-24 David DykstraWhen running as --daemon in the background and using...
2000-01-10 Andrew Tridgellmake --address work for a client connecting to a server
1999-11-15 Andrew Tridgellremoved old non-blocking fd code (a hangover from a...
1999-10-31 Andrew Tridgelladded --address option for virtual hosting
1999-06-27 Andrew Tridgellcontinue calling waitpid() while still reapingchildren...
1999-04-13 Andrew Tridgelladded RSYNC_PROXY support from Stephen Rothwell. This...
1999-02-09 David DykstraUse MAXHOSTNAMELEN (256) for the array holding the...
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