Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
FreeBSD's example, a '~' in an environment variable is replaced with the user's homedir. A '$' is replaced by the user's login name. Both can be escaped with a backslash to get the literal char. OK deraadt@ | |||
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 | |
u_char -> unsigned char u_short -> unsigned short u_long -> unsigned long u_int -> unsigned int okay millert@ | |||
2002-08-02 | Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd". | Todd C. Miller | |
If there is no login.conf or it is corrupt we don't want to make any assumptions about kerberos. By request of deraadt@ | |||
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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 | |
the login_* helper programs and other support will be committed in the near future. | |||
2000-11-19 | Remove prototypes for old BSD auth functions. New ones will live in | Todd C. Miller | |
bsd_auth.h when BSD authentication is committed. | |||
2000-08-20 | login.conf code from BSDi. This does not include the bsd auth code | Todd C. Miller | |
which will come later. At this stage it is primarily used for setting resource limits. |