| Commit message (Expand) | Author | Age | Files | Lines |
* | libc's authentication privsep layer performed insufficient username |  deraadt | 2019-12-04 | 1 | -7/+30 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -3/+3 |
* | Use S_ISDIR instead of doing it by hand. No binary change. |  millert | 2016-05-26 | 1 | -3/+2 |
* | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within |  millert | 2015-11-24 | 1 | -15/+20 |
* | remove null check before free. from Michael McConville |  tedu | 2015-09-14 | 1 | -5/+3 |
* | Wrap <bsd_auth.h> so that calls go direct and the symbols are all weak |  guenther | 2015-09-12 | 1 | -1/+10 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 1 | -8/+8 |
* | use explicit_bzero to clear some memory that had creds in it instead of |  dlg | 2015-08-27 | 1 | -3/+3 |
* | most obvious unsigned char casts for ctype |  deraadt | 2013-11-24 | 1 | -2/+2 |
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, |  millert | 2013-09-30 | 1 | -10/+11 |
* | Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@ |  millert | 2009-01-15 | 1 | -15/+13 |
* | Zero out the password/response argument in the simplified BSD auth |  millert | 2008-04-04 | 1 | -3/+5 |
* | Check snprintf(3) return value for error or truncation. |  moritz | 2007-09-17 | 1 | -5/+20 |
* | Use strlcpy() return value in bound check instead of using an |  millert | 2005-12-19 | 1 | -3/+2 |
* | add missing va_end(); Andrey Matveev |  millert | 2005-06-26 | 1 | -1/+2 |
* | cast NULL varargs sentinel to char * so it is 64 bit on alpha & sparc64 |  millert | 2002-10-15 | 1 | -5/+5 |
* | indent, and double free fix; millert ok |  deraadt | 2002-07-14 | 1 | -10/+12 |
* | uid_t is unsigned |  deraadt | 2002-06-23 | 1 | -2/+2 |
* | try to use strlcpy and snprintf more; ok various |  deraadt | 2002-05-24 | 1 | -4/+4 |
* | fix memleak. |  mpech | 2002-03-20 | 1 | -1/+6 |
* | Convert indentation whitespace -> tabs and kill $@%^#! ^M's |  millert | 2002-03-13 | 1 | -29/+29 |
* | o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and |  mpech | 2002-02-05 | 1 | -21/+29 |
* | run the approve for accounts with expiration time, too. ok millert@ |  markus | 2001-10-26 | 1 | -2/+2 |
* | a first pass at -Wall |  deraadt | 2001-07-09 | 1 | -5/+3 |
* | Convert warn/warnx -> _warn/_warnx |  millert | 2001-07-02 | 1 | -7/+7 |
* | When splitting instance from username, treat '/' as a separator as |  millert | 2001-06-24 | 1 | -13/+16 |
* | Don't bail out early for users w/o passwd file entries since we may |  millert | 2001-06-03 | 1 | -5/+5 |
* | BSD authentication routines from BSDI. Presently this is not used but |  millert | 2000-11-21 | 1 | -0/+478 |