]> git.cameronkatri.com Git - pw-darwin.git/history - pw/pw_user.c
Fix a typo in a variable name that made pw(8) coredump when using
[pw-darwin.git] / pw / pw_user.c
2001-08-21 Joerg WunschFix a typo in a variable name that made pw(8) coredump...
2001-03-21 Andrey A. ChernovUse %c for expire/change dates
2001-03-05 Kris KennawaySwitch from using rand() or random() to a stronger...
2000-12-29 Ben SmithurstConvert to use the <sys/queue.h> macros rather than...
2000-08-22 Brian FeldmanAdd working and easy crypt(3)-switching. Yes, we need...
2000-07-20 David NugentMove test for -w flag outside of the code dealing with...
2000-07-20 David NugentAllow -g with an empty argument in the -D case. This...
2000-07-20 David NugentFix another missed case where usermod would not set...
2000-07-03 David NugentFix breakage introduced by bypassing update for additio...
2000-06-24 Andrey A. ChernovLocalize ctype too.
2000-06-22 Andrey A. ChernovLocalize time/date.
2000-06-18 David NugentFix obvious braino in assignment statement. usermod...
2000-06-18 David NugentFix a long-standing bug in the rename case previously...
2000-01-15 David NugentPortability fixes for other bsd4.4 derivatives.
1999-10-26 David NugentDon't try updating the passwd file if no data has chang...
1999-10-26 David NugentAdd new functionality "lock" and "unlock" to provide...
1999-10-26 David NugentClean up error handling in fileupdate(), which now...
1999-08-28 Peter Wemm$Id$ -> $FreeBSD$
1999-07-28 David NugentRemove some more warnings.
1999-03-02 David NugentAdd the ability to print user records in unix version...
1999-02-23 David Nugent1) Do not blindly ignore file update errors which may...
1999-02-08 Dag-Erling SmørgravDon't assume a_name is a number just because the first...
1999-01-04 Bill Fumerola-Clarification of last commit-
1999-01-02 Bill FumerolaLet's make sure we're at the end of the password string...
1997-10-10 Philippe CharnierUse err(3) instead of local redefinition. Add rcsid...
1997-08-01 David NugentFix -p switch.
1997-06-14 Andrey A. ChernovRemove srandomdev fallback code
1997-05-24 David NugentFixes skeleton directory test-it-is-a-directory logic.
1997-03-24 Andrey A. ChernovInitialize RNG only once
1997-03-11 Andrey A. ChernovFix srandom arg according to Lite2
1997-03-03 Andrey A. ChernovBack out MAXLOGNAME fix, Bruce points that copyinstr...
1997-03-02 Andrey A. ChernovFix MAXLOGNAME usage, the code has wrong assumption...
1997-02-22 Peter WemmRevert $FreeBSD$ to $Id$
1997-02-07 David NugentFix useage of MAXLOGNAME to include terminating NUL...
1997-01-14 Jordan K. HubbardMake the long-awaited change from $Id$ to $FreeBSD$
1997-01-05 David NugentAdds optional NIS passwd file updating and optionally...
1997-01-03 David NugentImplemented /home -> /usr/home symlink kludge.
1996-12-30 David Nugent1) Base home directory is created if it does not alread...
1996-12-23 David NugentCorrect file modes on updated /etc/skeykeys.
1996-12-21 David Nugent1) 200 users per group limitation removed and pw
1996-12-20 David NugentBugfix (cosmetic) for output of generated passwords.
1996-12-19 David NugentAllow 8-bit characters in the passwd gecos field, and...
1996-12-17 David NugentChanges to password generator: fallback to MD5 generato...
1996-12-17 David NugentSubmitted by: proff@iq.org
1996-12-16 David NugentReviewed by: davidn@blaze.net.au
1996-12-11 Joerg WunschUpdate from David, reflecting Wolfram's wishes regardin...
1996-12-10 Joerg WunschCopyright update by the author, to be more in line...
1996-12-09 Joerg WunschUpgrade from the author, reflecting all my wishes resul...
1996-12-09 Joerg Wunschpw(8) -- a backend utility to manage the user and group...