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