summaryrefslogtreecommitdiffstats
path: root/chpass
Commit message (Expand)AuthorAgeFilesLines
* Free a malloc'ed variable before exiting. Compute line number when parsingPhilippe Charnier1997-06-252-5/+12
* 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
* If an administrator somehow manages to break the hardlinksMike Pritchard1997-02-261-2/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Sort cross references.Wolfram Schneider1997-01-151-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* pw_scan() was being used to convert a string into a struct passwd, withPeter Wemm1996-11-151-1/+1
* 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
* 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-011-2/+4
* Add missing semicolon so that this module compiles whithout -DYP.Bill Paul1996-06-151-1/+1
* 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
* 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
* Move the YP initialization earlier, so it's done before the evaluationJoerg Wunsch1996-01-061-26/+27
* 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
* 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
* Missing ${DESTDIR} on chflags commands added.Rodney W. Grimes1995-04-171-2/+3
* Bug fixed: even root was unable to edit restricted fieldsAndrey A. Chernov1995-03-211-4/+4
* Fixes for chpass.Jordan K. Hubbard1995-02-092-9/+25
* Add a `-p' option, allowing the super-user to directly set a user'sGarrett Wollman1995-01-142-7/+31
* Fix logic in previous commit.Bruce Evans1994-11-141-1/+1
* Fix beforeinstall target:Andrey A. Chernov1994-11-081-1/+1
* Add a beforeinstall rule to turn off the immutable flag on chpass so youRodney W. Grimes1994-05-301-0/+3
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2711-0/+1376