summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2231-31/+31
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Yet another formatting consistency check.David Nugent1997-02-071-1/+1
* Fix useage of MAXLOGNAME to include terminating NUL, by usingDavid Nugent1997-02-072-3/+12
* Fix free()ing block twice, remove unused function.David Nugent1997-01-301-15/+1
* Fix typo .->, for default separators in login_getcaplist().David Nugent1997-01-291-1/+2
* Completed fixes with login_getcapsize().David Nugent1997-01-291-1/+2
* 1) Fixed bug in free()ing internal string/array whereDavid Nugent1997-01-291-24/+32
* Sort cross references.Wolfram Schneider1997-01-206-9/+9
* Sort cross references.Wolfram Schneider1997-01-151-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1436-36/+36
* Various bugfixes.David Nugent1997-01-071-7/+11
* Commit the right version this time. :-)David Nugent1997-01-071-2/+2
* Fix for login_getclass(NULL) case.David Nugent1997-01-071-4/+6
* Adds optional NIS passwd file updating and optionally rebuildingDavid Nugent1997-01-058-22/+202
* Remove duplicated #include.David Nugent1997-01-051-2/+1
* Fix reference /etc/acct/pw.conf -> /etc/pw.conf.David Nugent1997-01-051-2/+2
* Library functions relating to the login class capabilities database,David Nugent1997-01-041-0/+564
* Implemented /home -> /usr/home symlink kludge.David Nugent1997-01-031-11/+28
* 1) Base home directory is created if it does not already exist ifDavid Nugent1996-12-301-35/+65
* Allow dash `-' (except for first char) and underscore `_' in usernames.Wolfram Schneider1996-12-292-5/+7
* Finally document the interfaces found in libutil. While being here,Joerg Wunsch1996-12-291-1/+3
* remove group limits checksWolfram Schneider1996-12-292-45/+7
* increase username length limit to 16Wolfram Schneider1996-12-291-2/+2
* Correct file modes on updated /etc/skeykeys.David Nugent1996-12-231-2/+2
* Minor internal mdoc usage changes.Mike Pritchard1996-12-231-4/+6
* Minor style fixes.Mike Pritchard1996-12-235-87/+94
* 1) 200 users per group limitation removed and pwDavid Nugent1996-12-219-290/+472
* Bugfix (cosmetic) for output of generated passwords.David Nugent1996-12-201-3/+3
* Allow 8-bit characters in the passwd gecos field, and adds a paragraphDavid Nugent1996-12-194-16/+37
* Changes to password generator: fallback to MD5 generator disabledDavid Nugent1996-12-172-35/+70
* Submitted by: proff@iq.orgDavid Nugent1996-12-171-2/+2
* Reviewed by: davidn@blaze.net.auDavid Nugent1996-12-161-4/+50
* Update from David, reflecting Wolfram's wishes regarding limitation ofJoerg Wunsch1996-12-111-5/+8
* Merg-o-matic.Joerg Wunsch1996-12-111-13/+7
* Copyright update by the author, to be more in line with our sampleJoerg Wunsch1996-12-1020-219/+111
* Merge from the vendor-branch.Joerg Wunsch1996-12-101-56/+208
* Upgrade from the author, reflecting all my wishes resulting out of theJoerg Wunsch1996-12-098-127/+274
* Minor spelling/mdoc/style fixes.Mike Pritchard1996-12-091-20/+25
* pw(8) -- a backend utility to manage the user and group databases.Joerg Wunsch1996-12-0921-0/+4523
* Expand username limit to 16Andrey A. Chernov1996-12-072-7/+7
* Don't show on the screen just securely entered passwordAndrey A. Chernov1996-11-271-3/+3
* do not print 'illegal shell' for pseudo users news and xtenWolfram Schneider1996-11-201-2/+2
* install rmuser, addgroup, rmgroup in /usr/sbinWolfram Schneider1996-11-174-4/+574
* pw_scan() was being used to convert a string into a struct passwd, withPeter Wemm1996-11-151-1/+1
* manpages for rmgroup(8) and addgroup(8)Wolfram Schneider1996-11-043-2/+142
* rmgroup - delete a Unix groupWolfram Schneider1996-10-301-0/+29
* addgroup - add a group or add users to a groupWolfram Schneider1996-10-291-0/+220
* Add a flag to allow the 'use NIS or local?' logic to tell when NIS isBill Paul1996-10-232-5/+8
* *blush* Whoops: got the format strings wrong.Bill Paul1996-10-221-4/+4