summaryrefslogtreecommitdiff
path: root/authenticate.c
AgeCommit message (Expand)AuthorFilesLines
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