summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Part 2 of fix for PR #1519. The problem here is similar to whatBill Paul1996-10-221-8/+25
* Modify the 'couldn't create udp handle' message so it tell youBill Paul1996-10-221-4/+5
* warn if reach group line limit (>200 users, >1024 bytes per line)Wolfram Schneider1996-09-171-1/+10
* Do not backup master.passwd if pwd_mkdb returned an error. ThisWolfram Schneider1996-09-141-13/+3
* Make passwords no longer echo or display. Because of this, we now alsoJordan K. Hubbard1996-09-111-4/+16
* typo policeAdam David1996-08-282-34/+35
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-272-46/+30
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-2/+3
* run pwd_mkdb with new check option [-c] to verify correctnessWolfram Schneider1996-08-201-2/+2
* Do not add an user to a group if the group is also the login group.Wolfram Schneider1996-08-141-11/+14
* Do not send "welcome mail" as default. If you want this featureWolfram Schneider1996-08-131-4/+8
* Add new option to chpass: -e "expire" ; change the account expire timePeter Wemm1996-08-125-13/+38
* Move setting of username to the correcft place; also initialize it.Guido van Rooij1996-07-141-3/+3
* Implement incremental passwd database updates. This is done by ading a '-u'Guido van Rooij1996-07-012-4/+12
* Submitted by: archie@whistle.comJulian Elischer1996-06-201-2/+2
* Add missing semicolon so that this module compiles whithout -DYP.Bill Paul1996-06-151-1/+1
* documented login name limitWolfram Schneider1996-06-091-9/+18
* Fix the -l flag. For some reason I can't fathom, I left in some codeBill Paul1996-05-251-8/+5
* In use_yp(), call _yp_check() to make ultra, super-duper sure that NISBill Paul1996-05-071-2/+3
* We DON'T ship bash by default, why is it the default shell?Gary Clark II1996-05-061-3/+3
* Print some warnings if root invokes chpass and sets theMike Pritchard1996-04-111-0/+19
* Fix small bug in get_yp_master(): this function is used to look forBill Paul1996-03-041-1/+13
* Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.Bill Paul1996-02-236-144/+504
* Fix typo in xref in NOTES section.Mike Pritchard1996-02-141-1/+1
* Submitted by: Masafumi NAKANE <masafumi@tky007.tth.expo96.ad.jp>Wolfram Schneider1996-02-101-2/+8
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-8/+8
* Move the YP initialization earlier, so it's done before the evaluationJoerg Wunsch1996-01-061-26/+27
* Bump libutil revision after recent addition of setproctitle().Peter Wemm1996-01-011-0/+44
* recording cvs-1.6 file deathPeter Wemm1995-12-305-478/+0
* Clean up some of the english here..Jordan K. Hubbard1995-10-221-10/+10
* Various fixes to make this work better when called from other tools.Jordan K. Hubbard1995-10-191-2/+14
* Correct a typo :-).Andreas Schulz1995-09-021-1/+1
* Make use_yp() smarter about figuring out whether a user is local orBill Paul1995-09-024-30/+202
* Remove bogus ${DESTDIR}s from LINKS.Bruce Evans1995-08-171-8/+10
* Take the ypchfn/ypchsh stuff that was removed from passwdBill Paul1995-08-137-9/+421
* Small NIS tweak: frob pw_error() a little so that it can say eitherBill Paul1995-08-131-1/+8
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-5/+4
* Fix chpass so that it doesn't advance the passwordMike Pritchard1995-07-161-11/+9
* Somewhere along the line, somebody decided to make the 'full name' fieldBill Paul1995-06-231-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-304-8/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-3/+3
* The problem is the returned salt, while the freebsd man pages asks that theJordan K. Hubbard1995-05-201-2/+2
* Don't accept usernames longer than 8 charactersAndrey A. Chernov1995-04-301-1/+5
* Missing ${DESTDIR} on chflags commands added.Rodney W. Grimes1995-04-171-2/+3
* Non-blocking lockAndrey A. Chernov1995-04-091-13/+20