summaryrefslogtreecommitdiff
path: root/lib/libc/gen/login_cap.c
AgeCommit message (Collapse)Author
2001-05-30Complain via syslog if login.conf does not exist. With the BSDTodd 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-04Silently convert s/key -> skey in login_getstyle(). A bit of a hackTodd C. Miller
but OpenBSD folks are more used to saying s/key.
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-09-16Change setuserpath() from void to int so we can pass up a returnTodd C. Miller
value if setenv() fails. Porblem pointed out by deraadt.
2000-08-24KNFTheo de Raadt
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
which will come later. At this stage it is primarily used for setting resource limits.