summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changes for KTH KerberosIV.markm1997-09-282-8/+7
* spelling corrections.wosch1997-09-131-1/+1
* Cosmetic in usage string and err() messages.charnier1997-07-312-22/+20
* Modify passwd and chpass to use new AF_LOCAL RPC interface instead ofwpaul1997-07-292-20/+25
* kill the undeadpeter1997-07-132-373/+0
* This commit was generated by cvs2svn to compensate for changes in r27241,bde1997-07-062-0/+373
|\
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-062-0/+373
| * recording cvs-1.6 file deathpeter1995-12-302-373/+0
* | Remove srandomdev fallback codeache1997-06-141-3/+2
* | login_getclass() -> login_getpwclass()davidn1997-05-101-2/+2
* | Fix for PR #3141: check for NULL before strdup()ing pw->pw_class.wpaul1997-03-291-1/+2
* | compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-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
* | If an administrator somehow manages to break the hardlinksmpp1997-02-261-3/+5
* | Revert $FreeBSD$ to $Id$peter1997-02-224-4/+4
* | Adds login class support for local & nis passwords:davidn1997-02-103-16/+60
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
* | I haven't had a single contraversial commit all week, so what thejkh1996-11-032-3/+10
* | Fix a core dump condition I discovered the other day (rightwpaul1996-10-231-3/+3
* | Reset password change time to zero. (This has no effect with standardwpaul1996-09-051-0/+2
* | Add synopsis for yppasswd.alex1996-08-241-0/+6
* | Implement incremental passwd database updates. This is done by ading a '-u'guido1996-07-011-2/+2
* | Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.wpaul1996-02-234-151/+251
* | Add a little info to this man page at the start so it doesn'tmpp1996-02-121-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-302-373/+0
* | recording cvs-1.6 file deathpeter1995-12-301-115/+0
* | 1) Fix local_passwd to co-operate with dual-personality crypt(3).markm1995-12-163-10/+26
* | Fix a cosmetic null termination problem for completeness.peter1995-12-111-1/+2
* | Small tweak: the 'is exisating password an empty string' check isn'twpaul1995-12-091-2/+3
* | Point passwd to the new locations of kpasswd.c and kadm.h.gibbs1995-09-141-3/+3
* | Add pw_yp.c to SRCS. This is code that was moved to chpass, but passwd stillmarkm1995-09-031-2/+2
OpenPOWER on IntegriCloud