aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/passwd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ^ getpid() for better srandom resultsAndrey A. Chernov1997-03-101-2/+2
* If an administrator somehow manages to break the hardlinksMike Pritchard1997-02-261-3/+5
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
* Adds login class support for local & nis passwords:David Nugent1997-02-103-16/+60
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
* I haven't had a single contraversial commit all week, so what theJordan K. Hubbard1996-11-032-3/+10
* Fix a core dump condition I discovered the other day (rightBill Paul1996-10-231-3/+3
* Reset password change time to zero. (This has no effect with standardBill Paul1996-09-051-0/+2
* Add synopsis for yppasswd.Alexander Langer1996-08-241-0/+6
* Implement incremental passwd database updates. This is done by ading a '-u'Guido van Rooij1996-07-011-2/+2
* Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.Bill Paul1996-02-234-151/+251
* Add a little info to this man page at the start so it doesn'tMike Pritchard1996-02-121-1/+1
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-302-373/+0
* recording cvs-1.6 file deathPeter Wemm1995-12-301-115/+0
* 1) Fix local_passwd to co-operate with dual-personality crypt(3).Mark Murray1995-12-163-10/+26
* Fix a cosmetic null termination problem for completeness.Peter Wemm1995-12-111-1/+2
* Small tweak: the 'is exisating password an empty string' check isn'tBill Paul1995-12-091-2/+3
* Point passwd to the new locations of kpasswd.c and kadm.h.Justin T. Gibbs1995-09-141-3/+3
* Add pw_yp.c to SRCS. This is code that was moved to chpass, but passwd stillMark Murray1995-09-031-2/+2
* Bug fix: use the use_yp() function in the chpass(1) code to determineBill Paul1995-09-023-48/+34
* Remove bogus ${DESTDIR}s from LINKS.Bruce Evans1995-08-171-2/+6
* Remove the ypchfn/ypchsh stuff from passwd and leave just theBill Paul1995-08-135-169/+78
* 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-242-5/+7
* getnewyppasswd() in yp_passwd.c doesn't generate correct encryptedBill Paul1995-06-241-42/+2
* Patch to fix PR #518. In a system with no NIS, passwd will complainBill Paul1995-06-161-20/+29
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-12/+12
* Remove references to yppasswd_xdr.c: the stuff in this file already existsBill Paul1995-04-011-7/+6
* Removed redundant function to64() which also exists in local_passwd.cNate Williams1995-03-081-11/+0
* Remove usage of LINKS and LN_FLAGS=-s, this does not do the correct thingRodney W. Grimes1995-02-141-4/+7
* Changed passwd's Makefile to use the built-in LINKS mechanism to createBill Paul1995-02-141-9/+4
* Merge with eBones stuffAndrey A. Chernov1995-02-111-1/+13
* cleaned up and modified slightly to reflect changesBill Paul1995-02-011-68/+55