summaryrefslogtreecommitdiff
path: root/lib/libc/gen/login_cap.c
AgeCommit message (Expand)Author
2004-09-16unused variable killedTheo de Raadt
2004-08-10Only expand a tilde for strings like "~", "~/..", "~user" and "~user/".Todd C. Miller
2004-08-09Support the "setenv" capability in login.conf ala FreeBSD. FollowingTodd C. Miller
2004-08-07Honor vmemoryuse resouce limit if RLIMIT_VMEM is defined.Todd C. Miller
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2004-01-07amout -> amount; from tom@.Federico G. Schwindt
2003-10-24dont compare int to NULL, millert@ okAnil Madhavapeddy
2003-06-25protosTheo de Raadt
2003-03-31Rewritten setuserpath() that is much clearer and uses strlcpy()Todd C. Miller
2002-12-15more writeable -> writable by torhHenning Brauer
2002-11-22more snprintf; ok millertTheo de Raadt
2002-10-09Use strtoll() and strtoull() instead of strtoq() and strtouq() nowTodd C. Miller
2002-06-27%u and uid/gidTheo de Raadt
2002-06-23uid_t is unsignedTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-29Fix memory leak in setuserpath(). We prefer patch from millert@.Mike Pechkin
2002-01-28Fix memory leaks in login_getcapnum() and login_getcapsize().Mike Pechkin
2002-01-23Fix memory leaks in login_getstyle(), login_getstr() and login_getcaptime()Todd C. Miller
2001-05-30Complain via syslog if login.conf does not exist. With the BSDTodd C. Miller
2000-12-04Silently convert s/key -> skey in login_getstyle(). A bit of a hackTodd C. Miller
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
2000-08-24KNFTheo de Raadt
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller