summaryrefslogtreecommitdiffstats
path: root/include/login_cap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add _PATH_AUTHPROGDIR = "/usr/libexec/auth", this path will be usedderaadt2018-07-291-1/+2
* change prototype for crypt_newhash. the login_cap_t is a holdover from itstedu2014-11-211-3/+1
* prototype for crypt_newhash(). adding it here because this is wheretedu2014-11-191-1/+3
* LOGIN_SETALL did not include LOGIN_SETENV as it should.millert2005-01-281-2/+2
* Support the "setenv" capability in login.conf ala FreeBSD. Followingmillert2004-08-091-1/+2
* Define BI_FDPASS for the BSD auth fd passing changes.millert2004-08-031-1/+2
* Remove unnecessary typedef usage.espie2004-01-221-4/+4
* Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".millert2002-08-021-2/+2
* compatiblity -> compatibilityderaadt2002-06-031-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-12/+12
* Give login_cap_t a struct name so we can use forward declarations.millert2001-07-151-2/+2
* Default login style is now krb4-or-pwd, not krb-or-pwd.millert2001-06-301-2/+2
* Guard against multiple inclusionmillert2001-01-011-1/+6
* BSD authentication routines from BSDI. Presently this is not used butmillert2000-11-211-2/+2
* Remove prototypes for old BSD auth functions. New ones will live inmillert2000-11-191-19/+1
* login.conf code from BSDi. This does not include the bsd auth codemillert2000-08-201-0/+120