| Commit message (Expand) | Author | Age | Files | Lines |
* | Change edistribution to krb4 in preaparation for K5 | markm | 1999-09-19 | 1 | -1/+1 |
* | Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional and | peter | 1999-09-06 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
* | Allow comments and blank lines as advertised in passwd(5). | sheldonh | 1999-07-29 | 1 | -2/+2 |
* | Clarify when the user gets a prompt for the old password, and that | grog | 1999-05-03 | 1 | -13/+33 |
* | Change references from "passwordperiod" to "passwordtime", since | hoek | 1999-04-30 | 1 | -2/+2 |
* | Ignore errors from chflags. This makes it possible to make installworld | des | 1999-02-14 | 1 | -3/+3 |
* | Back out the new crypt(3) stuff untill we can go through an independant | markm | 1999-01-23 | 2 | -154/+31 |
* | Added support for multiple hash formats, and new salt generation code. | brandon | 1999-01-22 | 2 | -31/+154 |
* | We use login.conf, not login.cap | billf | 1998-11-30 | 1 | -2/+2 |
* | Use KJH's auth.conf parser to turn on/off Kerberos in userland. | markm | 1998-10-09 | 2 | -2/+10 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
* | The host commandline option is -h and not -s. | steve | 1998-08-24 | 1 | -2/+2 |
* | Fix LIBDIR (for aout/ELF). | markm | 1998-08-06 | 1 | -2/+2 |
* | Use the correct name of the login.conf(5) capability (`passwordperiod' -> | jkoshy | 1998-05-19 | 1 | -4/+4 |
* | Fixed missing dependencies on headers generated by rpcgen, as usual. | bde | 1998-05-10 | 1 | -11/+9 |
* | Ifdefed conditionally-unused variables. | bde | 1998-03-23 | 1 | -1/+3 |
* | Prevent passwd locking database forever waiting for user input | ache | 1998-03-07 | 1 | -3/+4 |
* | Fixed `make -jN' for large N, as usual. | bde | 1998-03-06 | 1 | -2/+3 |
* | Type fix: when -> with | steve | 1998-01-03 | 1 | -1/+2 |
* | Changes for KTH KerberosIV. | markm | 1997-09-28 | 2 | -8/+7 |
* | spelling corrections. | wosch | 1997-09-13 | 1 | -1/+1 |
* | Cosmetic in usage string and err() messages. | charnier | 1997-07-31 | 2 | -22/+20 |
* | Modify passwd and chpass to use new AF_LOCAL RPC interface instead of | wpaul | 1997-07-29 | 2 | -20/+25 |
* | kill the undead | peter | 1997-07-13 | 2 | -373/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27241, | bde | 1997-07-06 | 2 | -0/+373 |
|\ |
|
| * | Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail, | bde | 1997-07-06 | 2 | -0/+373 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -373/+0 |
* | | Remove srandomdev fallback code | ache | 1997-06-14 | 1 | -3/+2 |
* | | login_getclass() -> login_getpwclass() | davidn | 1997-05-10 | 1 | -2/+2 |
* | | Fix for PR #3141: check for NULL before strdup()ing pw->pw_class. | wpaul | 1997-03-29 | 1 | -1/+2 |
* | | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
* | | Initialize RNG only once | ache | 1997-03-24 | 1 | -2/+7 |
* | | Fix srandom arg type according to Lite2 | ache | 1997-03-11 | 1 | -2/+2 |
* | | Add ^ getpid() for better srandom results | ache | 1997-03-10 | 1 | -2/+2 |
* | | If an administrator somehow manages to break the hardlinks | mpp | 1997-02-26 | 1 | -3/+5 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 4 | -4/+4 |
* | | Adds login class support for local & nis passwords: | davidn | 1997-02-10 | 3 | -16/+60 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 4 | -4/+4 |
* | | I haven't had a single contraversial commit all week, so what the | jkh | 1996-11-03 | 2 | -3/+10 |
* | | Fix a core dump condition I discovered the other day (right | wpaul | 1996-10-23 | 1 | -3/+3 |
* | | Reset password change time to zero. (This has no effect with standard | wpaul | 1996-09-05 | 1 | -0/+2 |
* | | Add synopsis for yppasswd. | alex | 1996-08-24 | 1 | -0/+6 |
* | | Implement incremental passwd database updates. This is done by ading a '-u' | guido | 1996-07-01 | 1 | -2/+2 |
* | | Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs. | wpaul | 1996-02-23 | 4 | -151/+251 |
* | | Add a little info to this man page at the start so it doesn't | mpp | 1996-02-12 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 2 | -373/+0 |
* | | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -115/+0 |
* | | 1) Fix local_passwd to co-operate with dual-personality crypt(3). | markm | 1995-12-16 | 3 | -10/+26 |
* | | Fix a cosmetic null termination problem for completeness. | peter | 1995-12-11 | 1 | -1/+2 |