summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove addgroup/rmgroup -- they are completely replaced by pw(1).Paul Traina1997-07-055-362/+3
* Free a malloc'ed variable before exiting. Compute line number when parsingPhilippe Charnier1997-06-252-5/+12
* Fix a minor nit in the .Dd macro invocation so thatSteve Price1997-06-233-6/+6
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-5/+7
* Add "break" inadvertently removed in previous update.David Nugent1997-06-131-1/+3
* Fixes skeleton directory test-it-is-a-directory logic.David Nugent1997-05-241-2/+2
* Now I really understand the reason for the style.9 rule about not havingPeter Wemm1997-05-191-14/+14
* For non-root uids, consider root-owned files also 'secure' unless otherwiseDavid Nugent1997-05-151-2/+2
* Make uu_* const correct.Brian Somers1997-05-121-4/+4
* MF2.2: bugfix in arrayize().David Nugent1997-05-111-2/+2
* Summary of login.conf support changes:David Nugent1997-05-104-362/+656
* Move login_cap.h from src/include for easier maintenance withDavid Nugent1997-05-101-0/+141
* Change "no" answer to "default" for login class, because "no" classAndrey A. Chernov1997-05-011-3/+3
* Allow "no" answer on login class prompt override non-emptyAndrey A. Chernov1997-05-011-2/+3
* 1. Deal with login classes nowAndrey A. Chernov1997-05-012-14/+54
* Variable name typo.Wolfram Schneider1997-04-021-2/+2
* Remove the syslog stuff, and allow various return valuesBrian Somers1997-03-311-1/+9
* Move uucplock into libutil and create a manual page.Brian Somers1997-03-301-1/+3
* Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.Bill Paul1997-03-291-2/+3
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-3/+3
* Initialize RNG only onceAndrey A. Chernov1997-03-241-23/+18
* Fix srandom arg according to Lite2Andrey A. Chernov1997-03-111-3/+3
* Support comments in password database (/etc/master.passwd).Wolfram Schneider1997-03-091-1/+9
* Cleaned up some messages, added a check to remove a leftover popd fileWolfram Schneider1997-03-082-50/+227
* Typo fix 'and' -> 'an'.Daniel O'Callaghan1997-03-041-2/+2
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULAndrey A. Chernov1997-03-031-2/+2
* Fix MAXLOGNAME usage, the code has wrong assumption thatAndrey A. Chernov1997-03-021-3/+3
* "infinity" check was missed from login_getcapsize(), add itAndrey A. Chernov1997-02-271-1/+7
* If an administrator somehow manages to break the hardlinksMike Pritchard1997-02-261-2/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* 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