index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
login_cap.c
Age
Commit message (
Expand
)
Author
2007-10-06
split LOGIN_SETGROUP -> LOGIN_SETGID|LOGIN_SETGROUPS
christos
2007-02-04
Add support for per-user /tmp.
elad
2006-12-20
From Anon Ymous:
christos
2006-10-15
- Instead of wondering if to syslog an error, do so, but in the called
christos
2006-10-14
Allow escaping of the separators using a double backslash
christos
2005-12-20
make setuserenv and setuserpath take an environment setting function and
christos
2005-08-27
Lint warnings.
elad
2005-04-13
Allow for a login.conf file without an explicite "default" class
drochner
2004-12-20
Unbreak setuserpath(); from Nick Hudson.
christos
2004-12-11
Constify; the api was completely broken before.
christos
2004-05-09
sbsize should be parsed as R_CSIZE so that suffixes work correctly.
lukem
2004-04-23
sprinkle const
christos
2004-04-18
Add sbsize login capability.
matt
2003-10-25
delint pointer casts.
christos
2003-10-21
Don't use NULL to compare against an int.
fvdl
2003-09-08
initialize 'res' to NULL
itojun
2003-09-08
plug possible memory leak. from openbsd
itojun
2001-07-22
seperate -> separate
wiz
2001-01-03
sprinkle in _DIAGASSERT() as appropriate
lukem
2000-10-12
/etc/login.conf is optional, so don't return NULL even if
itojun
2000-10-12
cosmetic; indentation
itojun
2000-09-21
- Pull in <util.h> to get secure_path() declared.
ad
2000-07-05
- __RCSID() police.
ad
2000-02-10
Add a missing free() of a temporary buffer.
mjl
2000-02-04
Add login_getpwclass to libutil as convenience function for
mjl
2000-01-14
Make setusercontext() resilient against missing login.conf too.
mjl
2000-01-13
Make login_cap routines resilient to non-existant conf file, and
mjl
2000-01-12
Add necessary support routines for login.conf.
mjl