summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass
Commit message (Expand)AuthorAgeFilesLines
* Avoid possible null deref if ypclnt_new returns nulleadler2012-11-151-2/+5
* Remove unnecessary castkevlo2012-02-141-2/+2
* Mark the structure fields as const.ed2011-11-062-17/+14
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* mdoc: remove stray anduqs2010-05-111-1/+0
* Restore historical behaviour of only executing chflags on files that exist.emaste2010-05-041-0/+2
* Let the afterinstall target ignore failures from running chflags. Thisscottl2010-03-041-1/+1
* The group field is called `gid', not `group'.ed2010-01-141-1/+1
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* Make the chpass Makefile honour NO_FSCHG.ed2009-06-151-3/+4
* Fix bug introduced in rev 1.23:marck2006-09-251-1/+6
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-4/+6
* Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8).seanc2005-08-021-0/+1
* Sort sections.ru2005-01-181-2/+2
* More NO_NIS cleanup: LINKS and MLINKSache2004-12-291-0/+4
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-3/+9
* Remove useless .Pp. Typo: gcos -> gecos (as spelled in passwd(5)).charnier2004-07-261-2/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
* Typo fix.blackend2004-03-031-1/+1
* Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, makecharnier2004-01-184-21/+39
* Do not compare unsigned int values with ULONG_MAX. The comparison iskan2003-07-111-2/+2
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].obrien2003-05-032-2/+3
* Avoid clobbering the gecos field, as we intend to use the original later.des2003-04-091-3/+10
* Style cleanup.obrien2002-12-301-11/+10
* Make WARNS=5 clean.obrien2002-12-302-5/+3
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-5/+5
* mdoc(7) police: more `The .Nm utility' + markup nit.ru2002-12-231-5/+5
* Move the NOTES section to DESCRIPTION. And correct some documentation whiletrhodes2002-12-201-11/+13
* Don't try to dereference a NULL pw pointer. This would happen whenjoerg2002-10-291-1/+1
* Consistently use FBSDIDobrien2002-06-302-3/+3
* Use libutil and libypclnt for all passwd manipulation and NIS needs.des2002-05-0811-1216/+317
* Use `The .Nm utility'charnier2002-04-191-10/+15
* Rename a couple of local variables to avoid warnings.des2002-04-061-26/+26
* Fix vendor ID.dwmalone2002-03-301-2/+4
* Minor post warns stuff.dwmalone2002-03-303-19/+14
* Fix warns, ANSIfy, use __FBSDID(), sort headers.markm2002-03-249-155/+114
* Fix a style(9) error. Put the vendor version control string back in.cjc2002-03-241-0/+1
* remove __Pimp2002-03-223-20/+21
* Fix a bug that prevents "00" being used as a valid year. Why bother incjc2002-03-181-1/+1
* It was possible for an unprivileged user to tie up the passwordcjc2002-03-183-25/+64
* ANSIfy and remove some dead code.des2002-02-061-23/+13
* Apply the following mechanical transformations in preparation fordes2002-02-062-9/+9
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksalfred2002-02-051-5/+19
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-131-0/+1
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsdd2001-09-051-2/+2
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+3
* can not -> cannotsheldonh2001-08-081-1/+1
* Prevent chpass(1) from writing -1 in the UID or GID fieldsmike2001-07-263-8/+13
* Remove whitespace at EOL.dd2001-07-151-3/+3
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
OpenPOWER on IntegriCloud