index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
login_cap.h
Age
Commit message (
Expand
)
Author
2018-07-29
Add _PATH_AUTHPROGDIR = "/usr/libexec/auth", this path will be used
Theo de Raadt
2014-11-21
change prototype for crypt_newhash. the login_cap_t is a holdover from its
Ted Unangst
2014-11-19
prototype for crypt_newhash(). adding it here because this is where
Ted Unangst
2005-01-28
LOGIN_SETALL did not include LOGIN_SETENV as it should.
Todd C. Miller
2004-08-09
Support the "setenv" capability in login.conf ala FreeBSD. Following
Todd C. Miller
2004-08-03
Define BI_FDPASS for the BSD auth fd passing changes.
Todd C. Miller
2004-01-22
Remove unnecessary typedef usage.
Marc Espie
2002-08-02
Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".
Todd C. Miller
2002-06-03
compatiblity -> compatibility
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-07-15
Give login_cap_t a struct name so we can use forward declarations.
Todd C. Miller
2001-06-30
Default login style is now krb4-or-pwd, not krb-or-pwd.
Todd C. Miller
2001-01-01
Guard against multiple inclusion
Todd C. Miller
2000-11-21
BSD authentication routines from BSDI. Presently this is not used but
Todd C. Miller
2000-11-19
Remove prototypes for old BSD auth functions. New ones will live in
Todd C. Miller
2000-08-20
login.conf code from BSDi. This does not include the bsd auth code
Todd C. Miller