]> git.cameronkatri.com Git - pw-darwin.git/shortlog
pw-darwin.git
1997-03-04 Daniel O'CallaghanTypo fix 'and' -> 'an'.
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-27 Andrey A. Chernov"infinity" check was missed from login_getcapsize(...
1997-02-26 Mike PritchardIf an administrator somehow manages to break the hardlinks
1997-02-22 Peter WemmRevert $FreeBSD$ to $Id$
1997-02-22 Peter WemmRevert $FreeBSD$ to $Id$
1997-02-22 Peter WemmRevert $FreeBSD$ to $Id$
1997-02-07 David NugentYet another formatting consistency check.
1997-02-07 David NugentFix useage of MAXLOGNAME to include terminating NUL...
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-20 Wolfram SchneiderSort cross references.
1997-01-15 Wolfram SchneiderSort cross references.
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-05 David NugentAdds optional NIS passwd file updating and optionally...
1997-01-05 David NugentRemove duplicated #include.
1997-01-05 David NugentFix reference /etc/acct/pw.conf -> /etc/pw.conf.
1997-01-04 David NugentLibrary functions relating to the login class capabilit...
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-29 Wolfram SchneiderAllow dash `-' (except for first char) and underscore...
1996-12-29 Joerg WunschFinally document the interfaces found in libutil. ...
1996-12-29 Wolfram Schneiderremove group limits checks
1996-12-29 Wolfram Schneiderincrease username length limit to 16
1996-12-23 David NugentCorrect file modes on updated /etc/skeykeys.
1996-12-23 Mike PritchardMinor internal mdoc usage changes.
1996-12-23 Mike PritchardMinor style fixes.
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-11 Joerg WunschMerg-o-matic.
1996-12-10 Joerg WunschCopyright update by the author, to be more in line...
1996-12-10 Joerg WunschMerge from the vendor-branch.
1996-12-09 Joerg WunschUpgrade from the author, reflecting all my wishes resul...
1996-12-09 Mike PritchardMinor spelling/mdoc/style fixes.
1996-12-09 Joerg Wunschpw(8) -- a backend utility to manage the user and group...
1996-12-07 Andrey A. ChernovExpand username limit to 16
1996-11-27 Andrey A. ChernovDon't show on the screen just securely entered password
1996-11-20 Wolfram Schneiderdo not print 'illegal shell' for pseudo users news...
1996-11-17 Wolfram Schneiderinstall rmuser, addgroup, rmgroup in /usr/sbin
1996-11-15 Peter Wemmpw_scan() was being used to convert a string into a...
1996-11-04 Wolfram Schneidermanpages for rmgroup(8) and addgroup(8)
1996-10-30 Wolfram Schneiderrmgroup - delete a Unix group
1996-10-29 Wolfram Schneideraddgroup - add a group or add users to a group
1996-10-23 Bill PaulAdd a flag to allow the 'use NIS or local?' logic to...
1996-10-22 Bill Paul*blush* Whoops: got the format strings wrong.
1996-10-22 Bill PaulPart 2 of fix for PR #1519. The problem here is similar...
1996-10-22 Bill PaulModify the 'couldn't create udp handle' message so...
1996-09-17 Wolfram Schneiderwarn if reach group line limit (>200 users, >1024 bytes...
1996-09-14 Wolfram SchneiderDo not backup master.passwd if pwd_mkdb returned an...
1996-09-11 Jordan K. HubbardMake passwords no longer echo or display. Because...
1996-08-28 Adam Davidtypo police
1996-08-27 Wolfram Schneidersync copyright with /usr/share/examples/etc/bsd-style...
1996-08-23 Mike PritchardUse the .Fx macro where appropriate.
1996-08-20 Wolfram Schneiderrun pwd_mkdb with new check option [-c] to verify corre...
1996-08-14 Wolfram SchneiderDo not add an user to a group if the group is also...
1996-08-13 Wolfram SchneiderDo not send "welcome mail" as default. If you want...
1996-08-12 Peter WemmAdd new option to chpass: -e "expire" ; change the...
1996-07-14 Guido van RooijMove setting of username to the correcft place; also...
1996-07-01 Guido van RooijImplement incremental passwd database updates. This...
1996-06-20 Julian ElischerSubmitted by: archie@whistle.com
1996-06-15 Bill PaulAdd missing semicolon so that this module compiles...
1996-06-09 Wolfram Schneiderdocumented login name limit
1996-05-25 Bill PaulFix the -l flag. For some reason I can't fathom, I...
1996-05-07 Bill PaulIn use_yp(), call _yp_check() to make ultra, super...
1996-05-06 Gary Clark IIWe DON'T ship bash by default, why is it the default...
1996-04-11 Mike PritchardPrint some warnings if root invokes chpass and sets the
1996-03-04 Bill PaulFix small bug in get_yp_master(): this function is...
1996-02-23 Bill PaulMerge in changes to support the new rpc.yppasswdd(8...
1996-02-14 Mike PritchardFix typo in xref in NOTES section.
1996-02-10 Wolfram SchneiderSubmitted by: Masafumi NAKANE <masafumi@tky007.tth...
1996-01-30 Mike PritchardFix a bunch of spelling errors in a bunch of man pages.
1996-01-06 Joerg WunschMove the YP initialization earlier, so it's done before...
1996-01-01 Peter WemmBump libutil revision after recent addition of setproct...
1995-12-30 Peter Wemmrecording cvs-1.6 file death
1995-10-22 Jordan K. HubbardClean up some of the english here..
1995-10-19 Jordan K. HubbardVarious fixes to make this work better when called...
1995-09-02 Andreas SchulzCorrect a typo :-).
1995-09-02 Bill PaulMake use_yp() smarter about figuring out whether a...
1995-08-17 Bruce EvansRemove bogus ${DESTDIR}s from LINKS.
1995-08-13 Bill PaulTake the ypchfn/ypchsh stuff that was removed from...
1995-08-13 Bill PaulSmall NIS tweak: frob pw_error() a little so that it...
1995-08-07 Garrett WollmanDelete bogus referneces to timezone code internal heade...
1995-07-16 Mike PritchardFix chpass so that it doesn't advance the password
1995-06-23 Bill PaulSomewhere along the line, somebody decided to make...
1995-05-30 Rodney W. GrimesRemove trailing whitespace.
1995-05-30 Rodney W. GrimesRemove trailing whitespace.
1995-05-20 Jordan K. HubbardThe problem is the returned salt, while the freebsd...
1995-04-30 Andrey A. ChernovDon't accept usernames longer than 8 characters
1995-04-17 Rodney W. GrimesMissing ${DESTDIR} on chflags commands added.
next