summaryrefslogtreecommitdiffstats
path: root/chpass
Commit message (Expand)AuthorAgeFilesLines
* Use an MD5 checksum to test for file changes; the previous methodSheldon Hearn2000-04-122-3/+10
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-10/+20
* Extra sanity checks in information from file edited by user. ThisWarner Losh1999-12-211-16/+16
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-2/+2
* Document -e flag.Alexey Zelkin1999-12-171-0/+14
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+3
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS inSheldon Hearn1999-12-021-0/+6
* mdoc(7)'fyAlexey Zelkin1999-11-181-33/+40
* mdoc(7)'fyAlexey Zelkin1999-10-301-12/+20
* fix a serious bug where, on alpha, due to a an int/long type mismatch,Andrew Gallatin1999-10-201-1/+1
* Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional andPeter Wemm1999-09-062-3/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
* Allow comments and blank lines as advertised in passwd(5).Sheldon Hearn1999-07-292-1/+12
* More egcs warning fixes:Warner Losh1999-04-252-3/+4
* Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match().Bill Paul1999-03-011-1/+17
* Change the prompt for the office location field from "Location:"Guy Helmer1999-02-233-8/+13
* Ignore errors from chflags. This makes it possible to make installworldDag-Erling Smørgrav1999-02-141-2/+2
* Allow two digit years 1969-2068Daniel O'Callaghan1999-01-181-3/+6
* Fixed disordering of cross references in previous commit.Bruce Evans1998-12-131-3/+3
* Add reference to login.conf(5)Matthew Dillon1998-12-131-2/+3
* PR: docs/9045Matthew Dillon1998-12-131-27/+31
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-065-10/+11
* Fixed printf format errors. Assume that uid_t's are representable asBruce Evans1998-10-171-2/+2
* Fixed printf format errors. Assume that time_t's are representable asBruce Evans1998-10-171-2/+2
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
* Bump up the E_SHELL constant after an extra field was added, thus makingMark Murray1998-09-031-1/+1
* Submitted by: Peter Hawkins <thepish@freebsd.org>Peter Hawkins1998-08-141-5/+9
* Submitted by: Peter Hawkins <thepish@FreeBSD.org>Peter Hawkins1998-08-143-4/+13
* Correct the description of the last four fields.Steve Price1998-06-131-3/+3
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusBruce Evans1998-04-261-10/+10
* Add rcsid. Correct -Wall warning.Philippe Charnier1998-03-231-1/+5
* Removed extra (non-trailing) arg in a call to warnx().Bruce Evans1997-12-181-2/+2
* Quieten -Wall.Mark Murray1997-09-281-1/+2
* Add manpage links ypchpass.1, ypchfn.1, ypchsh.1Wolfram Schneider1997-09-131-0/+3
* Modify passwd and chpass to use new AF_LOCAL RPC interface instead ofBill Paul1997-07-292-17/+23
* 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