summaryrefslogtreecommitdiffstats
path: root/chpass
Commit message (Expand)AuthorAgeFilesLines
...
* Consistently use FBSDIDDavid E. O'Brien2002-06-302-3/+3
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-0811-1216/+317
* Use `The .Nm utility'Philippe Charnier2002-04-191-10/+15
* Rename a couple of local variables to avoid warnings.Dag-Erling Smørgrav2002-04-061-26/+26
* Fix vendor ID.David Malone2002-03-301-2/+4
* Minor post warns stuff.David Malone2002-03-303-19/+14
* Fix warns, ANSIfy, use __FBSDID(), sort headers.Mark Murray2002-03-249-155/+114
* Fix a style(9) error. Put the vendor version control string back in.Crist J. Clark2002-03-241-0/+1
* remove __PWarner Losh2002-03-223-20/+21
* Fix a bug that prevents "00" being used as a valid year. Why bother inCrist J. Clark2002-03-181-1/+1
* It was possible for an unprivileged user to tie up the passwordCrist J. Clark2002-03-183-25/+64
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-23/+13
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-062-9/+9
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein2002-02-051-5/+19
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-051-2/+2
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* Prevent chpass(1) from writing -1 in the UID or GID fieldsMike Barcroft2001-07-263-8/+13
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* Use correct macro for path nameAlexey Zelkin2000-11-221-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-063-4/+5
* 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