summaryrefslogtreecommitdiff
path: root/include/login_cap.h
AgeCommit message (Expand)Author
2018-07-29Add _PATH_AUTHPROGDIR = "/usr/libexec/auth", this path will be usedTheo de Raadt
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itsTed Unangst
2014-11-19prototype for crypt_newhash(). adding it here because this is whereTed Unangst
2005-01-28LOGIN_SETALL did not include LOGIN_SETENV as it should.Todd C. Miller
2004-08-09Support the "setenv" capability in login.conf ala FreeBSD. FollowingTodd C. Miller
2004-08-03Define BI_FDPASS for the BSD auth fd passing changes.Todd C. Miller
2004-01-22Remove unnecessary typedef usage.Marc Espie
2002-08-02Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".Todd C. Miller
2002-06-03compatiblity -> compatibilityTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-15Give login_cap_t a struct name so we can use forward declarations.Todd C. Miller
2001-06-30Default login style is now krb4-or-pwd, not krb-or-pwd.Todd C. Miller
2001-01-01Guard against multiple inclusionTodd C. Miller
2000-11-21BSD authentication routines from BSDI. Presently this is not used butTodd C. Miller
2000-11-19Remove prototypes for old BSD auth functions. New ones will live inTodd C. Miller
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller