Be clear on which part(s) of testsuite's checkit() failed.
[rsync/rsync.git] / authenticate.c
2010-10-12 Wayne DavisonAdd @group auth and overrides to "auth user" daemon...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-03 Wayne DavisonStop password errors from getting reported as transfer...
2007-10-14 Wayne DavisonIf the user told us to use a password file and we used...
2007-09-09 Wayne DavisonCall the renamed read_line_old() function (was read_lin...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-03-06 Wayne DavisonThe base4_encode() function now takes a "pad" arg which...
2006-01-26 Wayne DavisonCheck MY_UID() directly instead of accessing am_root.
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-07-29 Wayne DavisonUse BIGPATHBUFLEN for the length of a line buffer.
2005-04-10 Wayne DavisonMade the code a little cleaner by having gen_challenge...
2005-04-09 Wayne Davison- Use the MD4_SUM_LENGTH define in place of some hard...
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2004-09-24 Wayne DavisonChanged the errors concerning the secrets file to outpu...
2004-05-21 Wayne DavisonChanged sum_init() to take a seed value as an arg inste...
2004-05-08 Wayne DavisonImproved a comment and got rid of some trailing whitespace.
2004-05-08 Wayne DavisonTweaked the sizeof syntax and some multi-statement...
2004-05-08 Wayne Davison- Improved the get_secret()'s function comments, made...
2004-04-01 Wayne DavisonDecided to use "nobody" instead of "guest".
2004-03-31 Wayne DavisonThe auth_client function must not return without output...
2004-01-03 Wayne DavisonMade base64_encode() non-static.
2003-07-30 Wayne DavisonCall wildmatch(), not fnmatch().
2003-06-17 Martin PoolAdd a comment about using getpassphrase() or readpassph...
2003-01-26 Wayne DavisonFile I/O already handles '\r', so we can remove the...
2003-01-26 David DykstraOpen config files in text mode when O_TEXT is defined...
2002-08-01 Wayne DavisonChanged auth_server() to take two fds (for the daemon...
2002-01-24 Martin PoolAnother harmless size_t warning.
2001-08-29 Martin PoolAdd comment: cyeoh says that getpass is deprecated...
2001-06-22 Andrew Tridgellallow shell wildcards in auth users lines
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-10-26 Martin PoolPrint strerror when a system error occurs; add a new...
2000-08-19 Andrew Tridgellgot rid of some unused variables
2000-01-23 Andrew Tridgellhandle systems that don't take a 2nd argument to gettim...
1999-02-09 David DykstraAdded "strict modes" option. When set false (default...
1999-01-08 Andrew Tridgellfixed bug where strtok() could return NULL in getpassf().
1999-01-08 Andrew Tridgelladded --password-file patch from Alex Schlessinger...
1998-11-24 David DykstraMake sure secrets file is not other-accessible, and...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-09-09 Andrew Tridgelladded finddead target, removed dead code and made some...
1998-05-16 Andrew Tridgellfor authenticated access record the authenticated usern...
1998-05-15 Andrew Tridgell- changed the log messages to show the requested path
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-13 Andrew Tridgellimproved the authentication and in particular the error...
1998-05-13 Andrew Tridgellfirst working version of challenge response authenticat...
1998-05-13 Andrew Tridgellimproved max connections code. Now use fcntl instead...