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