summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd/local_passwd.c
Commit message (Expand)AuthorAgeFilesLines
* Updates for Blowfish password hashing.markm2001-03-111-2/+6
* 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
* Teach passwd about a new "mixpasswordcase" login.conf parameter. If thisnik2000-02-111-5/+12
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Back out the new crypt(3) stuff untill we can go through an independantmarkm1999-01-231-143/+30
* Added support for multiple hash formats, and new salt generation code.brandon1999-01-221-30/+143
* Use the correct name of the login.conf(5) capability (`passwordperiod' ->jkoshy1998-05-191-4/+4
* Prevent passwd locking database forever waiting for user inputache1998-03-071-3/+4
* Remove srandomdev fallback codeache1997-06-141-3/+2
* login_getclass() -> login_getpwclass()davidn1997-05-101-2/+2
* Initialize RNG only onceache1997-03-241-2/+7
* Fix srandom arg type according to Lite2ache1997-03-111-2/+2
* Add ^ getpid() for better srandom resultsache1997-03-101-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Adds login class support for local & nis passwords:davidn1997-02-101-7/+39
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* I haven't had a single contraversial commit all week, so what thejkh1996-11-031-1/+8
* Implement incremental passwd database updates. This is done by ading a '-u'guido1996-07-011-2/+2
* 1) Fix local_passwd to co-operate with dual-personality crypt(3).markm1995-12-161-5/+17
* Fix a cosmetic null termination problem for completeness.peter1995-12-111-1/+2
* Bug fix: use the use_yp() function in the chpass(1) code to determinewpaul1995-09-021-0/+7
* Remove the ypchfn/ypchsh stuff from passwd and leave just thewpaul1995-08-131-2/+2
* Argh!! Got the arguments in the printf() backwards.wpaul1995-06-241-2/+2
* Whoops: getnewpasswd() always says "Changing local password for foo".wpaul1995-06-241-3/+5
* Always make the salt a 8 char string (incl '\0') for algorithms that can use itphk1994-11-061-1/+8
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+153
OpenPOWER on IntegriCloud