summaryrefslogtreecommitdiff
path: root/lib/libutil/shlib_version
AgeCommit message (Collapse)Author
2010-05-26Move 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-13errno changes, lib major version bumps, and general flag dayMarco 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-20Change 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-23move junk (bad code, terrible APIs) to the only program that uses it;Theo de Raadt
millert ok
2003-05-15New: 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-03Crank all library major numbers. Needed due to the fact that weTodd 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-29re-enable pidfile(3). ok millert@Jakob Schlyter
2001-09-29jakob did not even do a make build, sighTheo de Raadt
2001-09-28add pidfile(3) - write a daemon pid file. ok deraadt@, millert@.Jakob Schlyter
2001-08-16Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -sTodd C. Miller
flag and crank the library major due to the interface change.
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2000-11-26Add 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-30crank minorTodd C. Miller
1999-09-21crank minor; costa forgotTheo de Raadt
1999-07-20Added fparseln from NetBSD.Jakob Schlyter
ok deraadt@
1998-06-08Add uu_lock_txfr() for donating locks to another process.brian
Reviewed by: Theo
1997-11-09Introduce uu_lock(), uu_unlock() and uu_lockerr()bri
into libutil. Obtained from: FreeBSD Reviewed by: Theo
1996-12-23readlabelfs() takes two arguments now, update prototype, inc major number.Jason Downs
1996-12-03incJason Downs
1996-05-22libutilTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt