Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott | |
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt | |||
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-04-20 | Change pw_copy(3) to take a 3rd arguement, the existing passwd entry. | Todd C. Miller | |
This allows an application to only update a password entry if it is in the state it expects. Additionally, if the old passwd struct is specified the new one may have a different pw_name field since matching is done on the original. Adapted from FreeBSD. | |||
2003-07-23 | move junk (bad code, terrible APIs) to the only program that uses it; | Theo de Raadt | |
millert ok | |||
2003-05-15 | New: fmt_scaled() and scan_scaled() convert to and from "human readable" | Ian Darwin | |
or scaled numbers. fmt_scaled, and the format, based on Ken Stailey's code for "df -h"; scan_scaled is new. Significantly commented on and reworked by pjanzen@; other comments from millert@. OK pjanzen@. | |||
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2001-09-29 | re-enable pidfile(3). ok millert@ | Jakob Schlyter | |
2001-09-29 | jakob did not even do a make build, sigh | Theo de Raadt | |
2001-09-28 | add pidfile(3) - write a daemon pid file. ok deraadt@, millert@. | Jakob Schlyter | |
2001-08-16 | Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s | Todd C. Miller | |
flag and crank the library major due to the interface change. | |||
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt | |
2000-11-26 | Add a username argument to pw_mkdb to match 'pwd_mkdb -u username'. | Todd C. Miller | |
Crank the shlib major number due to the interface change. | |||
2000-04-30 | crank minor | Todd C. Miller | |
1999-09-21 | crank minor; costa forgot | Theo de Raadt | |
1999-07-20 | Added fparseln from NetBSD. | Jakob Schlyter | |
ok deraadt@ | |||
1998-06-08 | Add uu_lock_txfr() for donating locks to another process. | brian | |
Reviewed by: Theo | |||
1997-11-09 | Introduce uu_lock(), uu_unlock() and uu_lockerr() | bri | |
into libutil. Obtained from: FreeBSD Reviewed by: Theo | |||
1996-12-23 | readlabelfs() takes two arguments now, update prototype, inc major number. | Jason Downs | |
1996-12-03 | inc | Jason Downs | |
1996-05-22 | libutil | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |