summaryrefslogtreecommitdiff
path: root/authenticate.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-22New logging categories added to allow differentiation betweenWayne Davison1-9/+5
2007-11-03Stop password errors from getting reported as transfer errors.Wayne Davison1-0/+4
2007-10-14If the user told us to use a password file and we used it, there'sWayne Davison1-9/+6
2007-09-09Call the renamed read_line_old() function (was read_line()).Wayne Davison1-1/+1
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-03-18Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison1-9/+11
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-11-19Added "const" to appropriate char pointers.Wayne Davison1-20/+20
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-19/+20
2006-03-06The base4_encode() function now takes a "pad" arg which indicatesWayne Davison1-5/+8
2006-01-26Check MY_UID() directly instead of accessing am_root.Wayne Davison1-3/+2
2006-01-13Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison1-3/+3
2005-07-29Use BIGPATHBUFLEN for the length of a line buffer.Wayne Davison1-1/+1
2005-04-10Made the code a little cleaner by having gen_challenge() returnWayne Davison1-11/+10
2005-04-09- Use the MD4_SUM_LENGTH define in place of some hard-wired values.Wayne Davison1-31/+40
2005-02-07Adding more calls to safe_fname().Wayne Davison1-3/+4
2004-09-24Changed the errors concerning the secrets file to output with FLOGWayne Davison1-4/+4
2004-05-21Changed sum_init() to take a seed value as an arg instead of alwaysWayne Davison1-2/+2
2004-05-08Improved a comment and got rid of some trailing whitespace.Wayne Davison1-21/+18
2004-05-08Tweaked the sizeof syntax and some multi-statement lines.Wayne Davison1-18/+19
2004-05-08- Improved the get_secret()'s function comments, made it accept a lineWayne Davison1-53/+64
2004-04-01Decided to use "nobody" instead of "guest".Wayne Davison1-1/+1
2004-03-31The auth_client function must not return without outputting somethingWayne Davison1-1/+2
2004-01-03Made base64_encode() non-static.Wayne Davison1-2/+2
2003-07-30Call wildmatch(), not fnmatch().Wayne Davison1-1/+1
2003-06-17Add a comment about using getpassphrase() or readpassphrase() ratherMartin Pool1-2/+8
2003-01-26File I/O already handles '\r', so we can remove the O_TEXT flags.Wayne Davison1-2/+2
2003-01-26Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra1-2/+2
2002-08-01Changed auth_server() to take two fds (for the daemon via remote-shellWayne Davison1-3/+3
2002-01-24Another harmless size_t warning.Martin Pool1-2/+2
2001-08-29Add comment: cyeoh says that getpass is deprecated, because it mayMartin Pool1-0/+3
2001-06-22allow shell wildcards in auth users linesAndrew Tridgell1-2/+2
2000-10-26Print strerror when a system error occurs; add a new function rsyserrMartin Pool1-3/+4
2000-10-26Print strerror when a system error occurs; add a new function rsyserrMartin Pool1-2/+2
2000-08-19got rid of some unused variablesAndrew Tridgell1-2/+1
2000-01-23handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell1-1/+1
1999-02-09Added "strict modes" option. When set false (default is true), it allowsDavid Dykstra1-6/+8
1999-01-08fixed bug where strtok() could return NULL in getpassf().Andrew Tridgell1-1/+3
1999-01-08added --password-file patch from Alex Schlessinger <alex@inconnect.com>Andrew Tridgell1-2/+50
1998-11-24Make sure secrets file is not other-accessible, and owned by root if theDavid Dykstra1-0/+19
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-1/+1
1998-09-09added finddead target, removed dead code and made some functionsAndrew Tridgell1-1/+1
1998-05-16for authenticated access record the authenticated username in the logsAndrew Tridgell1-10/+20
1998-05-15- changed the log messages to show the requested pathAndrew Tridgell1-6/+1
1998-05-15use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1-5/+4
1998-05-13improved the authentication and in particular the error reportingAndrew Tridgell1-0/+13
1998-05-13first working version of challenge response authentication. needsAndrew Tridgell1-0/+177
1998-05-13improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1-0/+21