summaryrefslogtreecommitdiff
path: root/lib/libc/gen/auth_subr.c
AgeCommit message (Expand)Author
2002-10-30Revert this va_copy addition, it cannot work on macppc (which is theDale Rahn
2002-10-24Use va_copy() for varargs assignemnt. va_copy() is standard with C99Dale Rahn
2002-10-16Replace "if (value != NULL && value == as->FOO)" with justTodd C. Miller
2002-10-15Fix typo introduce in last commitTodd C. Miller
2002-10-15If auth_setitem() is called with the current value (ie: the pointerTodd C. Miller
2002-10-15Cast NULL sentinel in auth_call() to a pointerTodd C. Miller
2002-10-13Move the clearing of as->state in auth_challenge() to after the sanityTodd C. Miller
2002-08-04If fork() fails, log/report the error *before* we close our fd's justTodd C. Miller
2002-06-27KNFTheo de Raadt
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
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