Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-30 | Complain via syslog if login.conf does not exist. With the BSD | Todd C. Miller | |
authentication stuff in you really want to know if this file doesn't exist. The last two releases have shipped with /etc/login.conf so there's no excuse not to have it, other than an error. | |||
2000-12-04 | Silently convert s/key -> skey in login_getstyle(). A bit of a hack | Todd C. Miller | |
but OpenBSD folks are more used to saying s/key. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-09-16 | Change setuserpath() from void to int so we can pass up a return | Todd C. Miller | |
value if setenv() fails. Porblem pointed out by deraadt. | |||
2000-08-24 | KNF | Theo de Raadt | |
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. |