| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Small tweak: the 'is exisating password an empty string' check isn't | wpaul | 1995-12-09 | 1 | -2/+3 |
* | | Point passwd to the new locations of kpasswd.c and kadm.h. | gibbs | 1995-09-14 | 1 | -3/+3 |
* | | Add pw_yp.c to SRCS. This is code that was moved to chpass, but passwd still | markm | 1995-09-03 | 1 | -2/+2 |
* | | Bug fix: use the use_yp() function in the chpass(1) code to determine | wpaul | 1995-09-02 | 3 | -48/+34 |
* | | Remove bogus ${DESTDIR}s from LINKS. | bde | 1995-08-17 | 1 | -2/+6 |
* | | Remove the ypchfn/ypchsh stuff from passwd and leave just the | wpaul | 1995-08-13 | 5 | -169/+78 |
* | | Argh!! Got the arguments in the printf() backwards. | wpaul | 1995-06-24 | 1 | -2/+2 |
* | | Whoops: getnewpasswd() always says "Changing local password for foo". | wpaul | 1995-06-24 | 2 | -5/+7 |
* | | getnewyppasswd() in yp_passwd.c doesn't generate correct encrypted | wpaul | 1995-06-24 | 1 | -42/+2 |
* | | Patch to fix PR #518. In a system with no NIS, passwd will complain | wpaul | 1995-06-16 | 1 | -20/+29 |
* | | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 1 | -1/+2 |
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -12/+12 |
* | | Remove references to yppasswd_xdr.c: the stuff in this file already exists | wpaul | 1995-04-01 | 1 | -7/+6 |
* | | Removed redundant function to64() which also exists in local_passwd.c | nate | 1995-03-08 | 1 | -11/+0 |