1. 9f63921 Prevent the "Connection reset by peer" messages often seen from Cygwin. by David Dykstra · 24 years ago
  2. 39993af The function passed to start_accept_loop() now takes 2 fd ints (for by Wayne Davison · 24 years ago
  3. 32f7617 Try to fix ctype issues by always calling these functions as by Martin Pool · 24 years ago
  4. a7dc44d Doc. by Martin Pool · 24 years ago
  5. 6b2d24d Make sure that freeaddrinfo is called on all code paths leading away by Martin Pool · 24 years ago
  6. e23d790 Doc: Note from Dave Dykstra that getaddrinfo calls must be paired with by Martin Pool · 24 years ago
  7. 7bea78c With -vv, client shows a message when opening a daemon connection via by Martin Pool · 25 years ago
  8. 79845f2 Doc. by Martin Pool · 25 years ago
  9. bd37c66 Fix error handling for failing to fork after accepting a connection -- by Martin Pool · 25 years ago
  10. c4a5c57 If the daemon is unable to fork a child to accept a connection, print by Martin Pool · 25 years ago
  11. 1457949 Patch from Jos Backus <josb@cncdsl.com> to use HAVE_SOCKADDR_LEN rather by David Dykstra · 25 years ago
  12. 0cd2f40 The name resolution stuff is getting complicated -- split it out into by Martin Pool · 25 years ago
  13. 0d95824 Verbose messages for spoof check... doesn't work on old linux libc? by Martin Pool · 25 years ago
  14. bbc09ff When doing a name->addr translation to check for spoofing, give the by Martin Pool · 25 years ago
  15. 5fdcc39 Fix getpeername call. by Martin Pool · 25 years ago
  16. 07d70ff Move both calls to getpeername into a common wrapper function that by Martin Pool · 25 years ago
  17. 00d943d Another size_t warning by Martin Pool · 25 years ago
  18. 71c780d check_name: Print out name *before* clobbering it. by Martin Pool · 25 years ago
  19. 2974e20 If name lookup fails, then show the relevant IP address in the error message. by Martin Pool · 25 years ago
  20. 255810c Doc. by Martin Pool · 25 years ago
  21. 5d26403 Show helper program with -v when opening connection. by Martin Pool · 25 years ago
  22. d02984b Doc. by Martin Pool · 25 years ago
  23. 0f95552 Fix const by Martin Pool · 25 years ago
  24. 885448d Unbreak the old behavior of using UNKNOWN as a hostname if any of the by Martin Pool · 25 years ago
  25. b14545b Fix inverted sense of error check. by Martin Pool · 25 years ago
  26. 9a5a867 Refactor client_name() into smaller functions. by Martin Pool · 25 years ago
  27. d1d1505 Doc. by Martin Pool · 25 years ago
  28. d54765c Just for variety we have some socklen_t fixes too. by Martin Pool · 25 years ago
  29. a9b3140 Remove unused variable. by Martin Pool · 25 years ago
  30. 98355b8 Oops, getaddrinfo returns an error code (not -1) for error. -Wall is good. by Martin Pool · 25 years ago
  31. 362099a More comments about IPv6 stuff. by Martin Pool · 25 years ago
  32. 9ec7528 Typo by Martin Pool · 25 years ago
  33. f8be7d4 Refactor code for setting local address on outgoing connections. If a by Martin Pool · 25 years ago
  34. 13e2999 Get rid of global_opts struct as suggested by Dave -- too many by Martin Pool · 25 years ago
  35. cb1bcc7 open_socket_in was attempting to try all the protocols returned from by David Dykstra · 25 years ago
  36. 51f289d Some platforms don't have sa_family_t. by Martin Pool · 25 years ago
  37. d91c8c5 RFC2553 just says that sockaddr_storage has to have initial fields by Martin Pool · 25 years ago
  38. e20a4f8 Some platforms may have getaddrinfo() but not sockaddr_storage. by Martin Pool · 25 years ago
  39. 2d6dbe2 Change back to using sockaddr_storage rather than sockaddr_in. If by Martin Pool · 25 years ago
  40. c11b880 Fix missing parameter in log call. by Martin Pool · 25 years ago
  41. 2be5d2d Remove kame cruft by Martin Pool · 25 years ago
  42. a57568d Oops, no C++ comments. by Martin Pool · 25 years ago
  43. 61f543c Kill a function for jra. by Martin Pool · 25 years ago
  44. b8771f9 Try to be better about handling the results of getaddrinfo(): when by Martin Pool · 25 years ago
  45. d5d4b28 Put the new address family option into an options struct. We have too by Martin Pool · 25 years ago
  46. 1f0fa93 Remove highly suspicious redefinition of sockaddr structure -- there by Martin Pool · 25 years ago
  47. 7ef6aa6 Improved error messages. by Martin Pool · 25 years ago
  48. 06963d0 Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnames by Martin Pool · 25 years ago
  49. eecd22f Merge in the LIBSMB_PROG idea from samba, so that you can do by Martin Pool · 25 years ago
  50. 7d91d5a Check that gethostbyname does actually return AF_INET addresses, since by Martin Pool · 25 years ago
  51. c1f62a5 Use socklen_t for getpeername, since we hopefully now have it defined by Martin Pool · 25 years ago
  52. f8014b8 Typo. Shouldn't depend on assert(). by Martin Pool · 25 years ago
  53. d58911f Better error messages for DNS. by Martin Pool · 25 years ago
  54. 376acbf don't need to lookup our own name in open_socket_in() by Andrew Tridgell · 25 years ago
  55. 546434f Two more instances of socklen_t. by Martin Pool · 25 years ago
  56. ac2a1a4 Use socklen_t if defined, or otherwise int. This tries to fix by Martin Pool · 25 years ago
  57. 4d66e00 If binding to a low-numbered port fails with EACCES, then the error by Martin Pool · 25 years ago
  58. 8950ac0 imported new snprintf.c from samba, got rid of slprintf by Andrew Tridgell · 25 years ago
  59. 660c6fb Include strerror message when there's a socket error. by Martin Pool · 26 years ago
  60. 7c1b4da Document getsockopt POSIX confusion. by Martin Pool · 26 years ago
  61. 15b84e1 Make sure the log file is always opened before root privileges (if any) by David Dykstra · 26 years ago
  62. 45a8354 When running as --daemon in the background and using a "log file" rsyncd.conf by David Dykstra · 26 years ago
  63. e30f065 make --address work for a client connecting to a server by Andrew Tridgell · 27 years ago
  64. 1f5c634 removed old non-blocking fd code (a hangover from a earlier version of by Andrew Tridgell · 27 years ago
  65. 5c9730a added --address option for virtual hosting by Andrew Tridgell · 27 years ago
  66. 0503f06 continue calling waitpid() while still reapingchildren (patch from Matti Aarnio) by Andrew Tridgell · 27 years ago
  67. 4c3b4b2 added RSYNC_PROXY support from Stephen Rothwell. This allows access to by Andrew Tridgell · 27 years ago
  68. d41c7d0 Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.c by David Dykstra · 28 years ago
  69. 37f9805 changed strlcat() and strlcpy() to have the same semantics as the by Andrew Tridgell · 28 years ago
  70. 6541757 patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add by Andrew Tridgell · 28 years ago
  71. 11a5a3c and I thought I wasn't going to do any rsync coding for a while ... by Andrew Tridgell · 28 years ago
  72. 3eb3881 a couple of changes to where the nonblocking settings are called. by Andrew Tridgell · 28 years ago
  73. c46ded4 I think I might havefinally fixed the rsync hanging bug. It was caused by Andrew Tridgell · 28 years ago
  74. b11ed3b - close stdout and stderr and reopen then as /dev/null when running as by Andrew Tridgell · 28 years ago
  75. 31f440e I've had reports of rsyncd leaving zombies under digital unix. This by Andrew Tridgell · 28 years ago
  76. f578043 for consistency use memcpy/memset everywhere instead of bcopy/bzero by Andrew Tridgell · 28 years ago
  77. de5fb37 added DNS spoofing test to host access control by Andrew Tridgell · 28 years ago
  78. 8d9dc9f this is a large commit which adds io multiplexing, thus giving error by Andrew Tridgell · 28 years ago
  79. a6801c3 added a "socket options" option to rsyncd.conf. This option will by Andrew Tridgell · 28 years ago
  80. e22de16 by Andrew Tridgell · 28 years ago
  81. ff8b29b by Andrew Tridgell · 28 years ago
  82. 8ef4ffd by Andrew Tridgell · 28 years ago
  83. f0fca04 by Andrew Tridgell · 28 years ago
  84. bc2e93e by Andrew Tridgell · 28 years ago