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