summaryrefslogtreecommitdiff
path: root/lib/libutil/util.h
AgeCommit message (Collapse)Author
2002-06-21login_fbtab(3) fixes:Todd C. Miller
o make first arg const since we don't modify it o use strsep() instead of strtok() as strtok() changes internal state o add some bounds checking and use strlcat() instead of pointer arithmetic o ANSI function headers Originally based on a patch from Lars J. Buitinck but much modified.
2002-06-09some -Wall and spaces cleanup, scsi.c left.Federico G. Schwindt
some brave soul should look at it.
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-09-29re-enable pidfile(3). ok millert@Jakob Schlyter
2001-09-29zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@Matthieu Herrb
2001-09-28add pidfile(3) prototypeJakob 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-08-12Get rid of extraneous #includes by using stub struct declarations.Todd C. Miller
2001-06-10proto; S@mSmith.netTheo de Raadt
2000-11-26login_check_expire(3), a helper function for use with BSD authentication.Todd C. Miller
This lives in libutil because it uses pw_lock(3) and friends. Needs a man page (soon!).
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-30Add OPENDEV_BLCKTodd C. Miller
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
1997-06-17Add support to handle password files in directories other than /etcNiklas Hallqvist
1997-02-16added password configuration access function, used to determineNiels Provos
password cipher type at the moment
1996-12-23readlabelfs() takes two arguments now, update prototype, inc major number.Jason Downs
1996-12-03Add readlabelfs().Jason Downs
1996-07-31login_fbtab() in libutilTheo de Raadt
1996-06-17util.h: new resting placeJason Downs
opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h"