summaryrefslogtreecommitdiff
path: root/lib/libc/gen/auth_subr.c
AgeCommit message (Expand)Author
2002-03-13Convert indentation whitespace -> tabs and kill $@%^#! ^M'sTodd C. Miller
2002-02-05o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() andMike Pechkin
2002-01-14If waitpid() return ECHILD that should not be a fatal error sinceTodd C. Miller
2001-07-02Convert warn/warnx -> _warn/_warnxTodd C. Miller
2001-06-24When splitting instance from username, treat '/' as a separator asTodd C. Miller
2000-11-23zero pw_passwd before freeingTodd C. Miller
2000-11-21Remove needless memset() from last commit.Todd C. Miller
2000-11-21Deal with va_list not being a pointer; this should be re-evaluated.Todd C. Miller
2000-11-21BSD authentication routines from BSDI. Presently this is not used butTodd C. Miller