aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/passwd
Commit message (Expand)AuthorAgeFilesLines
* 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
* We use login.conf, not login.capBill Fumerola1998-11-301-2/+2
* Use KJH's auth.conf parser to turn on/off Kerberos in userland.Mark Murray1998-10-092-2/+10
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* The host commandline option is -h and not -s.Steve Price1998-08-241-2/+2
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-2/+2
* Use the correct name of the login.conf(5) capability (`passwordperiod' ->Joseph Koshy1998-05-191-4/+4
* Fixed missing dependencies on headers generated by rpcgen, as usual.Bruce Evans1998-05-101-11/+9
* Ifdefed conditionally-unused variables.Bruce Evans1998-03-231-1/+3
* Prevent passwd locking database forever waiting for user inputAndrey A. Chernov1998-03-071-3/+4
* Fixed `make -jN' for large N, as usual.Bruce Evans1998-03-061-2/+3
* Type fix: when -> withSteve Price1998-01-031-1/+2
* Changes for KTH KerberosIV.Mark Murray1997-09-282-8/+7
* spelling corrections.Wolfram Schneider1997-09-131-1/+1
* Cosmetic in usage string and err() messages.Philippe Charnier1997-07-312-22/+20
* Modify passwd and chpass to use new AF_LOCAL RPC interface instead ofBill Paul1997-07-292-20/+25
* kill the undeadPeter Wemm1997-07-132-373/+0
* This commit was generated by cvs2svn to compensate for changes in r27241,Bruce Evans1997-07-062-0/+373
|\
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,Bruce Evans1997-07-062-0/+373
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-3/+2
* login_getclass() -> login_getpwclass()David Nugent1997-05-101-2/+2
* Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.Bill Paul1997-03-291-1/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Initialize RNG only onceAndrey A. Chernov1997-03-241-2/+7
* Fix srandom arg type according to Lite2Andrey A. Chernov1997-03-111-2/+2