summaryrefslogtreecommitdiff
path: root/authenticate.c
Commit message (Expand)AuthorAgeFilesLines
...
* File I/O already handles '\r', so we can remove the O_TEXT flags.Wayne Davison2003-01-261-2/+2
* Open config files in text mode when O_TEXT is defined. This helps onDavid Dykstra2003-01-261-2/+2
* Changed auth_server() to take two fds (for the daemon via remote-shellWayne Davison2002-08-011-3/+3
* Another harmless size_t warning.Martin Pool2002-01-241-2/+2
* Add comment: cyeoh says that getpass is deprecated, because it mayMartin Pool2001-08-291-0/+3
* allow shell wildcards in auth users linesAndrew Tridgell2001-06-221-2/+2
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-3/+4
* Print strerror when a system error occurs; add a new function rsyserrMartin Pool2000-10-261-2/+2
* got rid of some unused variablesAndrew Tridgell2000-08-191-2/+1
* handle systems that don't take a 2nd argument to gettimeofday()Andrew Tridgell2000-01-231-1/+1
* Added "strict modes" option. When set false (default is true), it allowsDavid Dykstra1999-02-091-6/+8
* fixed bug where strtok() could return NULL in getpassf().Andrew Tridgell1999-01-081-1/+3
* added --password-file patch from Alex Schlessinger <alex@inconnect.com>Andrew Tridgell1999-01-081-2/+50
* Make sure secrets file is not other-accessible, and owned by root if theDavid Dykstra1998-11-241-0/+19
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-1/+1
* added finddead target, removed dead code and made some functionsAndrew Tridgell1998-09-091-1/+1
* for authenticated access record the authenticated username in the logsAndrew Tridgell1998-05-161-10/+20
* - changed the log messages to show the requested pathAndrew Tridgell1998-05-151-6/+1
* use strlcat() strlcpy() and slprintf() whenever possible to avoid anyAndrew Tridgell1998-05-151-5/+4
* improved the authentication and in particular the error reportingAndrew Tridgell1998-05-131-0/+13
* first working version of challenge response authentication. needsAndrew Tridgell1998-05-131-0/+177
* improved max connections code. Now use fcntl instead of flock.Andrew Tridgell1998-05-131-0/+21