Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-21 | login_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-09 | some -Wall and spaces cleanup, scsi.c left. | Federico G. Schwindt | |
some brave soul should look at it. | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part 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-29 | re-enable pidfile(3). ok millert@ | Jakob Schlyter | |
2001-09-29 | zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@ | Matthieu Herrb | |
2001-09-28 | add pidfile(3) prototype | 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-08-12 | Get rid of extraneous #includes by using stub struct declarations. | Todd C. Miller | |
2001-06-10 | proto; S@mSmith.net | Theo de Raadt | |
2000-11-26 | login_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-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 | Add OPENDEV_BLCK | Todd C. Miller | |
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 | |||
1997-06-17 | Add support to handle password files in directories other than /etc | Niklas Hallqvist | |
1997-02-16 | added password configuration access function, used to determine | Niels Provos | |
password cipher type at the moment | |||
1996-12-23 | readlabelfs() takes two arguments now, update prototype, inc major number. | Jason Downs | |
1996-12-03 | Add readlabelfs(). | Jason Downs | |
1996-07-31 | login_fbtab() in libutil | Theo de Raadt | |
1996-06-17 | util.h: new resting place | Jason Downs | |
opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h" |