summaryrefslogtreecommitdiff
path: root/lib/libutil/login_cap.c
AgeCommit message (Expand)Author
2007-10-06split LOGIN_SETGROUP -> LOGIN_SETGID|LOGIN_SETGROUPSchristos
2007-02-04Add support for per-user /tmp.elad
2006-12-20From Anon Ymous:christos
2006-10-15- Instead of wondering if to syslog an error, do so, but in the calledchristos
2006-10-14Allow escaping of the separators using a double backslashchristos
2005-12-20make setuserenv and setuserpath take an environment setting function andchristos
2005-08-27Lint warnings.elad
2005-04-13Allow for a login.conf file without an explicite "default" classdrochner
2004-12-20Unbreak setuserpath(); from Nick Hudson.christos
2004-12-11Constify; the api was completely broken before.christos
2004-05-09sbsize should be parsed as R_CSIZE so that suffixes work correctly.lukem
2004-04-23sprinkle constchristos
2004-04-18Add sbsize login capability.matt
2003-10-25delint pointer casts.christos
2003-10-21Don't use NULL to compare against an int.fvdl
2003-09-08initialize 'res' to NULLitojun
2003-09-08plug possible memory leak. from openbsditojun
2001-07-22seperate -> separatewiz
2001-01-03sprinkle in _DIAGASSERT() as appropriatelukem
2000-10-12/etc/login.conf is optional, so don't return NULL even ifitojun
2000-10-12cosmetic; indentationitojun
2000-09-21- Pull in <util.h> to get secure_path() declared.ad
2000-07-05- __RCSID() police.ad
2000-02-10Add a missing free() of a temporary buffer.mjl
2000-02-04Add login_getpwclass to libutil as convenience function formjl
2000-01-14Make setusercontext() resilient against missing login.conf too.mjl
2000-01-13Make login_cap routines resilient to non-existant conf file, andmjl
2000-01-12Add necessary support routines for login.conf.mjl