]> git.cameronkatri.com Git - pw-darwin.git/shortlog
pw-darwin.git
1997-10-10 Philippe CharnierStaticize usage(). Cosmetics.
1997-10-10 Philippe CharnierUse err(3) instead of local redefinition. Add rcsid...
1997-10-05 Jordan K. HubbardChanges to support full make parallelism (-j<n>) in...
1997-09-29 Wolfram SchneiderEndless loop.
1997-09-28 Mark MurrayQuieten -Wall.
1997-09-20 Wolfram SchneiderDo not complain about non existing shell "/nonexistent"
1997-09-20 Wolfram SchneiderDo not accept empty user names.
1997-09-13 Wolfram SchneiderAdd manpage links ypchpass.1, ypchfn.1, ypchsh.1
1997-09-04 Paul TrainaThe parameters to logwtmp should be const char's
1997-09-01 David NugentUnquote default group in pw.conf.
1997-09-01 Philippe CharnierCosmetic changes.
1997-08-31 Brian SomersRemove login_progok()
1997-08-27 Brian SomersAdd full support for determining if a user
1997-08-26 Wolfram SchneiderStop the growing list of shells if /etc/adduser.conf
1997-08-24 Joerg WunschCosmetic: distinguish in diag message between rebuildin...
1997-08-10 Andrey A. ChernovImplement canonical locking protocol
1997-08-01 David NugentFix -p switch.
1997-07-31 Paul TrainaNologin is also a valid 'invalid' shell
1997-07-29 Bill PaulModify passwd and chpass to use new AF_LOCAL RPC interf...
1997-07-24 Wolfram SchneiderDelete dead test code.
1997-07-18 Wolfram Schneider`cp -r' -> `cp -R'
1997-07-17 David Nugentgetuid() -> geteuid().
1997-07-05 Paul TrainaRemove addgroup/rmgroup -- they are completely replaced...
1997-06-25 Philippe CharnierFree a malloc'ed variable before exiting. Compute line...
1997-06-23 Steve PriceFix a minor nit in the .Dd macro invocation so that
1997-06-14 Andrey A. ChernovRemove srandomdev fallback code
1997-06-13 David NugentAdd "break" inadvertently removed in previous update.
1997-05-24 David NugentFixes skeleton directory test-it-is-a-directory logic.
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-05-01 Andrey A. ChernovChange "no" answer to "default" for login class, becaus...
1997-05-01 Andrey A. ChernovAllow "no" answer on login class prompt override non...
1997-05-01 Andrey A. Chernov1. Deal with login classes now
1997-04-02 Wolfram SchneiderVariable name typo.
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-03-29 Bill PaulFix for PR #3141: check for NULL before strdup()ing...
1997-03-29 Warner Loshcompare return value from getopt against -1 rather...
1997-03-24 Andrey A. ChernovInitialize RNG only once
1997-03-11 Andrey A. ChernovFix srandom arg according to Lite2
1997-03-09 Wolfram SchneiderSupport comments in password database (/etc/master...
1997-03-08 Wolfram SchneiderCleaned up some messages, added a check to remove a...
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
next