aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/passwd
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoBrian Somers2007-04-031-1/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Cross-reference pw(8) into chpass(1), passwd(1), and vipw(8).Sean Chittenden2005-08-021-0/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Fixed xref.Ruslan Ermilov2005-01-211-1/+1
* NO_NIS cleanup: LINKS and MLINKSAndrey A. Chernov2004-12-291-0/+2
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* While I really liked the error message one received from `passwd'Jacques Vidrine2003-04-181-6/+3
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-2/+2
* Introduce enumerate of options using the standard way.Philippe Charnier2002-10-161-12/+10
* #include <stdlib.h> for exit(3) prototype.Chris D. Faulhaber2002-05-111-0/+1
* These files haven't been used in a while.Dag-Erling Smørgrav2002-05-083-480/+0
* Fix VCS inclusions.Mark Murray2002-04-283-6/+9
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-5/+8
* PAMified passwd(1). Some NIS-related issues remain to be solved, but thisDag-Erling Smørgrav2002-04-152-286/+118
* Remove bogus dependency on rlogin.Dag-Erling Smørgrav2002-04-131-4/+3
* remove __PWarner Losh2002-03-222-4/+4
* Fix world breakage introduced by my recent modifications toCrist J. Clark2002-03-182-1/+3
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-3/+3
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksAlfred Perlstein2002-02-051-3/+19
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+0
* reset uid back to the user before doing kerberised change password.Assar Westerlund2001-03-121-0/+1
* Updates for Blowfish password hashing.Mark Murray2001-03-111-2/+6
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-15/+15
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-14/+7
* Correct a few typos, including a mis-represented option (-s instead ofSheldon Hearn2000-09-181-4/+4
* Fix a premature freeing bug found with malloc debugging courtesy John Hay.Brian Feldman2000-08-261-1/+5
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-221-14/+7
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLKris Kennaway2000-03-091-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-14/+28
* Use libcrypto in place of libdes.Mark Murray2000-02-241-2/+2
* Teach passwd about a new "mixpasswordcase" login.conf parameter. If thisNik Clayton2000-02-111-5/+12
* Teach passwd about a new "mixpasswordcase" login.conf parameter. If thisNik Clayton2000-02-111-2/+11
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-7/+6
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-6/+7
* Update PicoBSD so it does not need to patch the passwd Makefile.Roger Hardiman1999-10-301-0/+25
* Change edistribution to krb4 in preaparation for K5Mark Murray1999-09-191-1/+1
* Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional andPeter Wemm1999-09-061-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Allow comments and blank lines as advertised in passwd(5).Sheldon Hearn1999-07-291-2/+2
* Clarify when the user gets a prompt for the old password, and thatGreg Lehey1999-05-031-13/+33
* Change references from "passwordperiod" to "passwordtime", sinceTim Vanderhoek1999-04-301-2/+2
* Ignore errors from chflags. This makes it possible to make installworldDag-Erling Smørgrav1999-02-141-3/+3
* Back out the new crypt(3) stuff untill we can go through an independantMark Murray1999-01-232-154/+31
* Added support for multiple hash formats, and new salt generation code.Brandon Gillespie1999-01-222-31/+154