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