aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/passwd/local_passwd.c
Commit message (Expand)AuthorAgeFilesLines
* Updates for Blowfish password hashing.Mark Murray2001-03-111-2/+6
* 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
* Teach passwd about a new "mixpasswordcase" login.conf parameter. If thisNik Clayton2000-02-111-5/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Back out the new crypt(3) stuff untill we can go through an independantMark Murray1999-01-231-143/+30
* Added support for multiple hash formats, and new salt generation code.Brandon Gillespie1999-01-221-30/+143
* Use the correct name of the login.conf(5) capability (`passwordperiod' ->Joseph Koshy1998-05-191-4/+4
* Prevent passwd locking database forever waiting for user inputAndrey A. Chernov1998-03-071-3/+4
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-3/+2
* login_getclass() -> login_getpwclass()David Nugent1997-05-101-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
* Add ^ getpid() for better srandom resultsAndrey A. Chernov1997-03-101-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Adds login class support for local & nis passwords:David Nugent1997-02-101-7/+39
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* I haven't had a single contraversial commit all week, so what theJordan K. Hubbard1996-11-031-1/+8
* Implement incremental passwd database updates. This is done by ading a '-u'Guido van Rooij1996-07-011-2/+2
* 1) Fix local_passwd to co-operate with dual-personality crypt(3).Mark Murray1995-12-161-5/+17
* Fix a cosmetic null termination problem for completeness.Peter Wemm1995-12-111-1/+2
* Bug fix: use the use_yp() function in the chpass(1) code to determineBill Paul1995-09-021-0/+7
* Remove the ypchfn/ypchsh stuff from passwd and leave just theBill Paul1995-08-131-2/+2
* Argh!! Got the arguments in the printf() backwards.Bill Paul1995-06-241-2/+2
* Whoops: getnewpasswd() always says "Changing local password for foo".Bill Paul1995-06-241-3/+5
* Always make the salt a 8 char string (incl '\0') for algorithms that can use itPoul-Henning Kamp1994-11-061-1/+8
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+153