1. ed4b344 Preparing for release of 3.2.7pre1 by Wayne Davison · 3 years, 6 months ago
  2. 7e2711b Improve various things in the checksum code by Wayne Davison · 3 years, 7 months ago
  3. 59cb358 More TANDEM changes by Wayne Davison · 6 years ago
  4. d6f0342 Change name map funcs to return a const char*. by Wayne Davison · 6 years ago
  5. 11eb67e Some memory allocation improvements by Wayne Davison · 6 years ago
  6. c5fabfb Set Copyright years and make them easier to update by Wayne Davison · 6 years ago
  7. 8475e0e Tweak some indentation. by Wayne Davison · 6 years ago
  8. 3e2e4b5 Tweak the copyright year. by Wayne Davison · 7 years ago
  9. c376170 Make sure that some memory zeroing always happens. by Wayne Davison · 7 years ago
  10. 473108a Tweak copyright date. by Wayne Davison · 8 years ago
  11. 416e719 More archaic-checksum improvements. This makes the len vars clearer by Wayne Davison · 8 years ago
  12. bc112b0 Use full MD4 len for archaic protocol auth. by Wayne Davison · 8 years ago
  13. 9a480de Only allow a modern checksum method for passwords. by Wayne Davison · 8 years ago
  14. a5a7d3a Add --checksum-choice option to choose the checksum algorithms. by Wayne Davison · 10 years ago
  15. 2a7355f Change daemon's gid list to use an "item_list". by Wayne Davison · 11 years ago
  16. 453914e Update the copyright year. by Wayne Davison · 11 years ago
  17. 0dedfbc Avoid infinite wait reading secrets file. by Wayne Davison · 12 years ago
  18. dfa5b49 Bump the year to 2014. by Wayne Davison · 12 years ago
  19. 12505e0 Allow --password-file=- for a stdin-supplied password. by Wayne Davison · 13 years ago
  20. 7e1a9c4 Update copyright year. by Wayne Davison · 13 years ago
  21. 70c4bfb Error out if --password-file specifed and it fails. Fixes bug 8440. by Wayne Davison · 15 years ago
  22. 5ebe9a4 Add @group auth and overrides to "auth user" daemon config. by Wayne Davison · 15 years ago
  23. b3bf9b9 Update the copyright year. by Wayne Davison · 17 years ago
  24. d3d07a5 Include 2008 in the copyright years. by Wayne Davison · 18 years ago
  25. 3f0211b New logging categories added to allow differentiation between by Wayne Davison · 18 years ago
  26. c9b16cd Stop password errors from getting reported as transfer errors. by Wayne Davison · 18 years ago
  27. 3f655ca If the user told us to use a password file and we used it, there's by Wayne Davison · 18 years ago
  28. f74a3d8 Call the renamed read_line_old() function (was read_line()). by Wayne Davison · 19 years ago
  29. 8e41b68 Tweaking the license text a bit more. by Wayne Davison · 19 years ago
  30. 4fd842f Switching to GPL 3. by Wayne Davison · 19 years ago
  31. a0456b9 Protocol 30 now uses MD5 checksums instead of MD4. by Wayne Davison · 19 years ago
  32. ba2133d Further modifications to the copyright comment section. by Wayne Davison · 19 years ago
  33. 4a19c3b Added "const" to appropriate char pointers. by Wayne Davison · 19 years ago
  34. e7c6706 Updated the FSF's address to an even newer one. by Wayne Davison · 20 years ago
  35. 0f78b81 - Updated the address for the FSF in the opening comment. by Wayne Davison · 20 years ago
  36. 293def6 The base4_encode() function now takes a "pad" arg which indicates by Wayne Davison · 20 years ago
  37. 351f5e2 Check MY_UID() directly instead of accessing am_root. by Wayne Davison · 20 years ago
  38. 45c49b5 Got rid of calls to (the soon to vanish) safe_fname() function. by Wayne Davison · 20 years ago
  39. d999d31 Use BIGPATHBUFLEN for the length of a line buffer. by Wayne Davison · 21 years ago
  40. bf011fe Made the code a little cleaner by having gen_challenge() return by Wayne Davison · 21 years ago
  41. 5037cf3 - Use the MD4_SUM_LENGTH define in place of some hard-wired values. by Wayne Davison · 21 years ago
  42. 4875d6b Adding more calls to safe_fname(). by Wayne Davison · 21 years ago
  43. 30c041f Changed the errors concerning the secrets file to output with FLOG by Wayne Davison · 22 years ago
  44. ba582f7 Changed sum_init() to take a seed value as an arg instead of always by Wayne Davison · 22 years ago
  45. 18cc8c7 Improved a comment and got rid of some trailing whitespace. by Wayne Davison · 22 years ago
  46. 58c9b4b Tweaked the sizeof syntax and some multi-statement lines. by Wayne Davison · 22 years ago
  47. 38cab94 - Improved the get_secret()'s function comments, made it accept a line by Wayne Davison · 22 years ago
  48. 4b2f6a7 Decided to use "nobody" instead of "guest". by Wayne Davison · 22 years ago
  49. ef383c0 The auth_client function must not return without outputting something by Wayne Davison · 22 years ago
  50. 5738512 Made base64_encode() non-static. by Wayne Davison · 22 years ago
  51. fe33203 Call wildmatch(), not fnmatch(). by Wayne Davison · 23 years ago
  52. 908f5a9 Add a comment about using getpassphrase() or readpassphrase() rather by Martin Pool · 23 years ago
  53. 73ff720 File I/O already handles '\r', so we can remove the O_TEXT flags. by Wayne Davison · 23 years ago
  54. 536b846 Open config files in text mode when O_TEXT is defined. This helps on by David Dykstra · 23 years ago
  55. 973007d Changed auth_server() to take two fds (for the daemon via remote-shell support). by Wayne Davison · 24 years ago
  56. 707de53 Another harmless size_t warning. by Martin Pool · 24 years ago
  57. 64bd756 Add comment: cyeoh says that getpass is deprecated, because it may by Martin Pool · 25 years ago
  58. 5d78a10 allow shell wildcards in auth users lines by Andrew Tridgell · 25 years ago
  59. 4a13b9d Print strerror when a system error occurs; add a new function rsyserr by Martin Pool · 25 years ago
  60. a039749 Print strerror when a system error occurs; add a new function rsyserr by Martin Pool · 25 years ago
  61. ae682c3 got rid of some unused variables by Andrew Tridgell · 26 years ago
  62. 3060d4a handle systems that don't take a 2nd argument to gettimeofday() by Andrew Tridgell · 26 years ago
  63. 3ca8e68 Added "strict modes" option. When set false (default is true), it allows by David Dykstra · 27 years ago
  64. 379e689 fixed bug where strtok() could return NULL in getpassf(). by Andrew Tridgell · 27 years ago
  65. 65575e9 added --password-file patch from Alex Schlessinger <alex@inconnect.com> by Andrew Tridgell · 27 years ago
  66. d1be231 Make sure secrets file is not other-accessible, and owned by root if the by David Dykstra · 27 years ago
  67. 37f9805 changed strlcat() and strlcpy() to have the same semantics as the by Andrew Tridgell · 27 years ago
  68. 6e4fb64 added finddead target, removed dead code and made some functions static by Andrew Tridgell · 28 years ago
  69. d0d5639 for authenticated access record the authenticated username in the logs by Andrew Tridgell · 28 years ago
  70. 1a016bf - changed the log messages to show the requested path by Andrew Tridgell · 28 years ago
  71. e42c945 use strlcat() strlcpy() and slprintf() whenever possible to avoid any by Andrew Tridgell · 28 years ago
  72. c8e78d8 improved the authentication and in particular the error reporting by Andrew Tridgell · 28 years ago
  73. bcb7e50 first working version of challenge response authentication. needs testing. by Andrew Tridgell · 28 years ago
  74. 31593dd by Andrew Tridgell · 28 years ago