summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
2000-11-07fix up various .Nm abuses:lukem
2000-10-12/etc/login.conf is optional, so don't return NULL even ifitojun
2000-10-12cosmetic; indentationitojun
2000-10-10login_cap.h requires sys/types.h (or should it pull sys/types.h in?)itojun
2000-10-04honor behavior of warn(NULL).itojun
2000-10-03Close possible format string attack.sommerfeld
2000-09-21Use .{B,Bs,F,N,O}x and fix miscellaneous errors.ad
2000-09-21- Pull in <util.h> to get secure_path() declared.ad
2000-09-19Document secure_path() better; in particular, note that it will writead
2000-09-18- Simplify code path.ad
2000-09-18Add a LIBRARY section.ad
2000-07-11PCVT hack is gone.ad
2000-07-11Correct ctype(3) usage.itohy
2000-07-10- More fixes.ad
2000-07-10`.Fn foo' -> `.Fn foo "void"' in SYNOPSIS.ad
2000-07-10Remove PCVT hack.ad
2000-07-07rename securepath.3 into secure_path.3, as the function is named secure_path().itojun
2000-07-07Couple of nits.ad
2000-07-07Fix typo. This probably would have stopped passwd(1) working ifad
2000-07-06Oops - declare static functions.ad
2000-07-06Use ':' as group prefix; suggested by hubertf.ad
2000-07-06Bump libutil minor (pw_getconf()).ad
2000-07-06Documentation for pw_getconf(). From OpenBSD.ad
2000-07-06- Add pw_getconf(). This is used to read configuration information fromad
2000-07-05- __RCSID() police.ad
2000-05-12Correct typos which prevent man pages from being installed.mjl
2000-03-08Added details about origin of code (BSD/OS) in history section.mjl
2000-02-13Mention the LOGIN_SETENV flag for setusercontext()mjl
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-13Add a history section.mjl
2000-01-12Add necessary support routines for login.conf.mjl
1999-12-03Use /bin/sh to take care of the EDITOR command parsing instead of homemjl
1999-11-19Typos (from OpenBSD)kristerw
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-17remove diagnostic check for name==NULL; it's ok to call pw_error() in this caselukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-07-02More trailing white space.simonb
1999-06-12const poisoning.christos
1999-06-06Use asprintf(3), as suggested by Simon Burge.thorpej
1999-06-06Add pidfile(3), which write a pid file in /var/run, and arranges for itthorpej
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
1999-02-16Dv vs. Va police.kleink
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1999-01-11strtok() -> strtok_r() to avoid side-effects.kleink
1999-01-11In userland, pull in <errno.h> instead of <sys/errno.h> for the declarationkleink
1999-01-112 -> STDERR_FILENOkleink