]> git.cameronkatri.com Git - pw-darwin.git/history - libutil
More NO_NIS cleanup: LINKS and MLINKS
[pw-darwin.git] / libutil /
2004-12-18 Ruslan ErmilovGrammar in a comment.
2004-05-24 Pawel Jakub DawidekAdd humanize_number(3) to libutil for formating numbers...
2004-05-18 Stefan FarfelederDon't depend on NULL's expansion being a pointer, cast...
2004-05-11 Diomidis SpinellisBring the description for login_getclassbyname in sync...
2004-02-26 Tim KientzleAdd the clean_environment call to libutil.h also.
2003-10-26 Peter Wemm(mostly) Clean up some const warnings here. The code...
2003-10-18 Mark MurrayANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.
2003-06-14 Mark MurrayTidy up. Sort headers.
2003-04-10 Dag-Erling SmørgravBrucify.
2003-04-09 Dag-Erling SmørgravCorrectly detect the case where a password entry was...
2003-04-09 Dag-Erling SmørgravApply the correct fix for bin/50679: don't mess around...
2003-04-08 Dag-Erling SmørgravBand-aid for the "^C kills the editor" problem. I...
2003-03-17 David SchultzMake pw_edit() use /bin/sh to interpret the EDITOR...
2002-10-29 Dag-Erling SmørgravDon't forget to '\n'-terminate new entries. This unbre...
2002-08-25 Philippe CharnierReplace various spelling with FALLTHROUGH which is...
2002-08-16 Robert WatsonAdd LOGIN_SETMAC, which will indicate to the user conte...
2002-08-11 Robert WatsonWhitespace cleanup--it's not style(9), but it is consis...
2002-06-23 Nick HibmaBe more clear in error messages.
2002-05-08 Dag-Erling SmørgravIf no old_pw was passed to pw_copy, compare just the...
2002-05-08 Dag-Erling SmørgravAdd passwd manipulation code based on parts of vipw...
2002-04-17 Dag-Erling SmørgravMake mppath and masterpasswd pointers instead of arrays...
2002-04-15 Dag-Erling SmørgravRemove bogus reference to _use_yp.
2002-04-08 Ruslan ErmilovConst poisoning.
2002-03-22 David E. O'BrienRemove multi-line __P() usage.
2002-03-21 David E. O'BrienRemove __P() usage.
2002-03-06 Dag-Erling SmørgravRemove a bogus cast.
2002-02-25 Bruce Evans#include <stddef.h> for the definition of NULL instead...
2002-02-05 Dag-Erling SmørgravANSIfy and constify.
2001-09-30 Matthew DillonAdd __FBSDID()s to libutil
2001-09-25 Andrey A. Chernov1) Back out ~/.login_conf disable
2001-09-16 Robert WatsonDisable per-user .login_conf support due to incorrect...
2001-09-15 Robert Watsono Add a comment noting that the early setting of privil...
2001-07-23 Assar Westerlundremove emalloc,ecalloc,erealloc,estrdup
2001-07-22 Assar Westerlundadd ecalloc, emalloc, erealloc, estrdup - versions...
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. :-)
next