summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd
Commit message (Expand)AuthorAgeFilesLines
* #include <stdlib.h> for exit(3) prototype.jedgar2002-05-111-0/+1
* These files haven't been used in a while.des2002-05-083-480/+0
* Fix VCS inclusions.markm2002-04-283-6/+9
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* Use `The .Nm utility'charnier2002-04-201-5/+8
* PAMified passwd(1). Some NIS-related issues remain to be solved, but thisdes2002-04-152-286/+118
* Remove bogus dependency on rlogin.des2002-04-131-4/+3
* remove __Pimp2002-03-222-4/+4
* Fix world breakage introduced by my recent modifications tocjc2002-03-182-1/+3
* Apply the following mechanical transformations in preparation fordes2002-02-061-3/+3
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksalfred2002-02-051-3/+19
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-131-0/+1
* Remove whitespace at EOL.dd2001-07-151-8/+8
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+0
* reset uid back to the user before doing kerberised change password.assar2001-03-121-0/+1
* Updates for Blowfish password hashing.markm2001-03-111-2/+6
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-15/+15
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-14/+7
* Correct a few typos, including a mis-represented option (-s instead ofsheldonh2000-09-181-4/+4
* Fix a premature freeing bug found with malloc debugging courtesy John Hay.green2000-08-261-1/+5
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-221-14/+7
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-091-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-14/+28
* Use libcrypto in place of libdes.markm2000-02-241-2/+2
* Teach passwd about a new "mixpasswordcase" login.conf parameter. If thisnik2000-02-111-5/+12
* Teach passwd about a new "mixpasswordcase" login.conf parameter. If thisnik2000-02-111-2/+11
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-181-7/+6
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-6/+7
* Update PicoBSD so it does not need to patch the passwd Makefile.roger1999-10-301-0/+25
* Change edistribution to krb4 in preaparation for K5markm1999-09-191-1/+1
* Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional andpeter1999-09-061-1/+1
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Allow comments and blank lines as advertised in passwd(5).sheldonh1999-07-291-2/+2
* Clarify when the user gets a prompt for the old password, and thatgrog1999-05-031-13/+33
* Change references from "passwordperiod" to "passwordtime", sincehoek1999-04-301-2/+2
* Ignore errors from chflags. This makes it possible to make installworlddes1999-02-141-3/+3
* Back out the new crypt(3) stuff untill we can go through an independantmarkm1999-01-232-154/+31
* Added support for multiple hash formats, and new salt generation code.brandon1999-01-222-31/+154
* We use login.conf, not login.capbillf1998-11-301-2/+2
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.markm1998-10-092-2/+10
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
* The host commandline option is -h and not -s.steve1998-08-241-2/+2
* Fix LIBDIR (for aout/ELF).markm1998-08-061-2/+2
* Use the correct name of the login.conf(5) capability (`passwordperiod' ->jkoshy1998-05-191-4/+4
* Fixed missing dependencies on headers generated by rpcgen, as usual.bde1998-05-101-11/+9
* Ifdefed conditionally-unused variables.bde1998-03-231-1/+3
* Prevent passwd locking database forever waiting for user inputache1998-03-071-3/+4
* Fixed `make -jN' for large N, as usual.bde1998-03-061-2/+3
* Type fix: when -> withsteve1998-01-031-1/+2
OpenPOWER on IntegriCloud