1. 2c681b8 Some fixes after compiling on cygwin. by Wayne Davison · 6 years ago
  2. 249e28c Rename "haproxy header" to "proxy protocol". by Wayne Davison · 6 years ago
  3. e63ff70 Some indentation fixes. by Wayne Davison · 6 years ago
  4. cff0764 Add `haproxy header` parameter to rsync daemon by Wayne Davison · 6 years ago
  5. 3e2e4b5 Tweak the copyright year. by Wayne Davison · 7 years ago
  6. 473108a Tweak copyright date. by Wayne Davison · 8 years ago
  7. 453914e Update the copyright year. by Wayne Davison · 11 years ago
  8. dfa5b49 Bump the year to 2014. by Wayne Davison · 12 years ago
  9. 99c9520 Look for REMOTE_HOST before SSH_* environment options. by Wayne Davison · 13 years ago
  10. 70d4a94 Support rsync daemon over SSL via stunnel. by Wayne Davison · 13 years ago
  11. 7e1a9c4 Update copyright year. by Wayne Davison · 13 years ago
  12. b3bf9b9 Update the copyright year. by Wayne Davison · 17 years ago
  13. ea0f037 Don't lookup address "0.0.0.0" when we're a remote-shell daemon. by Wayne Davison · 18 years ago
  14. d3d07a5 Include 2008 in the copyright years. by Wayne Davison · 18 years ago
  15. f587061 Cast ai->ai_addrlen to int for an rprintf() call using %d. by Wayne Davison · 18 years ago
  16. 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
  17. 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
  18. ba2133d Further modifications to the copyright comment section. by Wayne Davison · 19 years ago
  19. 5541036 - Changed strcpy() calls into strlcpy() calls, just to be extra safe. by Wayne Davison · 20 years ago
  20. e7c6706 Updated the FSF's address to an even newer one. by Wayne Davison · 20 years ago
  21. 0f78b81 - Updated the address for the FSF in the opening comment. by Wayne Davison · 20 years ago
  22. cca9208 Got rid of unused externs. by Wayne Davison · 20 years ago
  23. e16ca9e Got rid of a superfluous empty line. by Wayne Davison · 20 years ago
  24. 4f5b075 John E. Malmberg convinced me to standardize on #ifs for defined by Wayne Davison · 21 years ago
  25. 25ff044 Use "#if" (not "#ifdef") for configure-defined macros. by Wayne Davison · 21 years ago
  26. fde045c Turned the various FERROR messages into (the more proper) FLOG. by Wayne Davison · 22 years ago
  27. b2ef4f6 The daemon-over-ssh code now looks for $SSH_CONNECTION and $SSH2_CLIENT by Wayne Davison · 22 years ago
  28. d62bcc1 Changed rprintf() calls that included strerror() to use rsyserr(). by Wayne Davison · 22 years ago
  29. 6a6d211 Only refer to AI_NUMERICHOST if it is defined. by Wayne Davison · 22 years ago
  30. 706c753 Use getaddrinfo() to figure out if a numeric address is IPv4 or IPv6. by Wayne Davison · 22 years ago
  31. 2b284ee Last of the cleanup before the patching starts. by Wayne Davison · 22 years ago
  32. 4cfa615 A couple more minor twiddles. by Wayne Davison · 22 years ago
  33. c1e7217 Updated the sizeof syntax and trimmed some trailing whitespace. by Wayne Davison · 22 years ago
  34. 16f72ad Changed HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN. by Wayne Davison · 22 years ago
  35. ac7aa92 Use new HAVE_SOCKADDR_SIN_LEN define (replaces HAVE_SOCKADDR_LEN). by Wayne Davison · 22 years ago
  36. aaf375d The inet_pton() man page says we need to pass in a pointer to a by Wayne Davison · 23 years ago
  37. bc2b496 Support IPv6 addresses with "hosts allow" and "hosts deny". Patch from by David Dykstra · 23 years ago
  38. 3b5f621 * Don't call getnameinfo() if we've already populated the addr_buf. by Wayne Davison · 24 years ago
  39. 542ad67 Put in better method of checking whether or not daemon over --rsh mode is by David Dykstra · 24 years ago
  40. 1e736b8 Fix client_name to work on when INET6 is enabled but using a 4-part IPv4 by David Dykstra · 24 years ago
  41. a6d8c3f Fix last change to use correct IPv6 structure names when using INET6. by David Dykstra · 24 years ago
  42. 09021ea Fix to correctly identify remote IP address and host name when using by David Dykstra · 24 years ago
  43. 6c92af2 Commit patch based on one from John L. Allen to fix "forward name by Martin Pool · 24 years ago
  44. be8bd99 check_name doesn't need a socklen_t, because it knows what is inside by Martin Pool · 24 years ago
  45. 6780f72 Add code to compare sin6_addrs. by Martin Pool · 24 years ago
  46. 39e01d2 Back out last change -- to see whether an address is spoofed, we don't by Martin Pool · 24 years ago
  47. f755029 compare_addrinfo_sockaddr: Add code to compare AF_INET6 addresses. by Martin Pool · 24 years ago
  48. 974f27e Split out code to compare addrinfo and sockaddr into it's own by Martin Pool · 24 years ago
  49. af32f69 Doc. by Martin Pool · 24 years ago
  50. 0cd2f40 The name resolution stuff is getting complicated -- split it out into by Martin Pool · 24 years ago