Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@ | 2009-01-15 | 1 | -15/+13 | |
| | |||||
* | Zero out the password/response argument in the simplified BSD auth | 2008-04-04 | 1 | -3/+5 | |
| | | | | | interafces. Otherwise, we end up with an extra copy in memory when auth_call() forks that is not possible to clear. | ||||
* | Check snprintf(3) return value for error or truncation. | 2007-09-17 | 1 | -5/+20 | |
| | | | | | | Mostly path construction, where truncation could be bad. ok and input from deraadt@ millert@ ray@ | ||||
* | Use strlcpy() return value in bound check instead of using an | 2005-12-19 | 1 | -3/+2 | |
| | | | | extra strlen(). This has been in my tree for a long time. | ||||
* | add missing va_end(); Andrey Matveev | 2005-06-26 | 1 | -1/+2 | |
| | |||||
* | cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64 | 2002-10-15 | 1 | -5/+5 | |
| | |||||
* | indent, and double free fix; millert ok | 2002-07-14 | 1 | -10/+12 | |
| | |||||
* | uid_t is unsigned | 2002-06-23 | 1 | -2/+2 | |
| | |||||
* | try to use strlcpy and snprintf more; ok various | 2002-05-24 | 1 | -4/+4 | |
| | |||||
* | fix memleak. | 2002-03-20 | 1 | -1/+6 | |
| | | | | millert@ ok | ||||
* | Convert indentation whitespace -> tabs and kill $@%^#! ^M's | 2002-03-13 | 1 | -29/+29 | |
| | |||||
* | o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and | 2002-02-05 | 1 | -21/+29 | |
| | | | | | | | | | auth_clean(). Spotted via ftpd. We could use ftpd as a simple debug tool for bsdauth and login_cap routines. :) millert@ help&OK | ||||
* | run the approve for accounts with expiration time, too. ok millert@ | 2001-10-26 | 1 | -2/+2 | |
| | |||||
* | a first pass at -Wall | 2001-07-09 | 1 | -5/+3 | |
| | |||||
* | Convert warn/warnx -> _warn/_warnx | 2001-07-02 | 1 | -7/+7 | |
| | | | | | Should not really spew to stderr from libc but right now there is no other way to get a sensible error message to the user. | ||||
* | When splitting instance from username, treat '/' as a separator as | 2001-06-24 | 1 | -13/+16 | |
| | | | | well (for Kerb5). | ||||
* | Don't bail out early for users w/o passwd file entries since we may | 2001-06-03 | 1 | -5/+5 | |
| | | | | | want to cons up a fake prompt for challenge/response auth methods. markus@ OK'd. | ||||
* | BSD authentication routines from BSDI. Presently this is not used but | 2000-11-21 | 1 | -0/+478 | |
the login_* helper programs and other support will be committed in the near future. |