]> git.cameronkatri.com Git - pw-darwin.git/history - libutil
Fix the type of the NULL arg to execl()
[pw-darwin.git] / libutil /
2001-07-09 Brian SomersFix the type of the NULL arg to execl()
2001-04-22 Dima DorfmanDon't pass NULL to the %s format.
2001-03-22 Robert Watsono Slap some "_"'s in front of variable names relating...
2001-03-19 Robert Watsono Rename "namespace" argument to "attrnamespace" as...
2001-03-15 Robert Watsono To support new EA interface with explicit namespaces...
2001-02-06 Jeroen Ruigrok van... Fix typo: seperate -> separate.
2000-11-08 Murray Stokely Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME define...
2000-10-27 Brian FeldmanFix problems people were having with large -O levels...
2000-09-04 Peter WemmConstify the arg to logout(3). It is const-safe.
2000-09-02 Brian SomersMove setproctitle() from libutil to libc (after a repo...
2000-08-23 Jeroen Ruigrok van... Add weak symbol pragma for crypt_set_format().
2000-08-23 Brian FeldmanStick login_setcryptfmt() in its own file to make pulli...
2000-08-22 Brian FeldmanAdd working and easy crypt(3)-switching. Yes, we need...
2000-07-12 Kris KennawayDon't call warn() without a format string.
2000-05-21 Tim VanderhoekFix a memory leak with lc->lc_cap in login_close().
2000-01-26 Peter WemmUse a more conventional copyright message.
2000-01-25 Yoshinobu Inoueseveral tcp apps IPv6 update
1999-12-29 Peter WemmConnect fparseln(3) for mailwrapper(8)
1999-08-28 Peter Wemm$Id$ -> $FreeBSD$
1999-08-28 Peter Wemm$Id$ -> $FreeBSD$
1999-06-29 Pierre BeyssacMove call to umask(0) back into pw_util(), because...
1999-06-26 Pierre BeyssacForce umask to 077 (instead of 000) during the edit...
1999-06-26 Sheldon HearnAdd -d option to vipw(8) to allow selection of an alter...
1999-04-24 Andrey A. Chernovoops, add pwd!=NULL check to previous fix
1999-04-24 Andrey A. ChernovSwitch to user UID/GID before checking/reading its...
1999-04-06 Brian SomersAdd realhostname() - a function to correctly lookup
1998-12-16 Bruce EvansDeclare setproctitle() as printf0-like.
1998-12-13 Matthew Dillon oops. Fix indentation of the 'for' loop I just...
1998-12-13 Matthew Dillon Handle the race condition where vipw may lock a...
1998-10-20 Dag-Erling SmørgravSince vfork() was changed to fork(), we have to pass...
1998-10-13 Dag-Erling SmørgravCalls one or more of malloc(), warn(), err(), syslog...
1998-10-09 Jordan K. HubbardNow take stdio.h out of files that don't require it.
1998-10-09 Jordan K. Hubbardo move path in libutil.h to paths.h
1998-10-09 Jordan K. HubbardTake the path spec back out.
1998-10-09 Jordan K. HubbardAll these have to include stdio.h now.
1998-10-08 Jordan K. Hubbardremove stdio.h include; I forgot Bruce's cardinal rule...
1998-10-07 Jordan K. HubbardAdd a simple mechanism for reading property lists from...
1998-06-05 Andrey A. ChernovAdd missing uu_lock_txfr() prototype
1998-06-01 Atsushi MuraiTrim a domain part for wtmp as same as showed by "netst...
1998-05-28 Brian SomersAdd uu_lock_txfr() to transfer ownership of a successful
1997-10-27 Philippe CharnierStatisize usage().
1997-10-05 Jordan K. HubbardChanges to support full make parallelism (-j<n>) in...
1997-09-29 Wolfram SchneiderEndless loop.
1997-09-04 Paul TrainaThe parameters to logwtmp should be const char's
1997-08-31 Brian SomersRemove login_progok()
1997-08-27 Brian SomersAdd full support for determining if a user
1997-08-24 Joerg WunschCosmetic: distinguish in diag message between rebuildin...
1997-08-10 Andrey A. ChernovImplement canonical locking protocol
1997-06-13 David NugentAdd "break" inadvertently removed in previous update.
1997-05-19 Peter WemmNow I really understand the reason for the style.9...
1997-05-15 David NugentFor non-root uids, consider root-owned files also ...
1997-05-12 Brian SomersMake uu_* const correct.
1997-05-11 David NugentMF2.2: bugfix in arrayize().
1997-05-10 David NugentSummary of login.conf support changes:
1997-05-10 David NugentMove login_cap.h from src/include for easier maintenanc...
1997-03-31 Brian SomersRemove the syslog stuff, and allow various return values
1997-03-30 Brian SomersMove uucplock into libutil and create a manual page.
1997-02-27 Andrey A. Chernov"infinity" check was missed from login_getcapsize(...
1997-02-22 Peter WemmRevert $FreeBSD$ to $Id$
1997-01-30 David NugentFix free()ing block twice, remove unused function.
1997-01-29 David NugentFix typo .->, for default separators in login_getcaplist().
1997-01-29 David NugentCompleted fixes with login_getcapsize().
1997-01-29 David Nugent1) Fixed bug in free()ing internal string/array where
1997-01-14 Jordan K. HubbardMake the long-awaited change from $Id$ to $FreeBSD$
1997-01-07 David NugentVarious bugfixes.
1997-01-07 David NugentCommit the right version this time. :-)
1997-01-07 David NugentFix for login_getclass(NULL) case.
1997-01-04 David NugentLibrary functions relating to the login class capabilit...
1996-12-29 Joerg WunschFinally document the interfaces found in libutil. ...
1996-07-01 Guido van RooijImplement incremental passwd database updates. This...
1996-01-01 Peter WemmBump libutil revision after recent addition of setproct...
1995-08-13 Bill PaulSmall NIS tweak: frob pw_error() a little so that it...
1995-05-30 Rodney W. GrimesRemove trailing whitespace.
1995-03-09 Andrey A. ChernovFix suspended vipw hangs
1994-05-26 Rodney W. GrimesBSD 4.4 Lite usr.sbin Sources