| Commit message (Expand) | Author | Age | Files | Lines |
* | #include <stdlib.h> for exit(3) prototype. | jedgar | 2002-05-11 | 1 | -0/+1 |
* | These files haven't been used in a while. | des | 2002-05-08 | 3 | -480/+0 |
* | Fix VCS inclusions. | markm | 2002-04-28 | 3 | -6/+9 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -5/+8 |
* | PAMified passwd(1). Some NIS-related issues remain to be solved, but this | des | 2002-04-15 | 2 | -286/+118 |
* | Remove bogus dependency on rlogin. | des | 2002-04-13 | 1 | -4/+3 |
* | remove __P | imp | 2002-03-22 | 2 | -4/+4 |
* | Fix world breakage introduced by my recent modifications to | cjc | 2002-03-18 | 2 | -1/+3 |
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 1 | -3/+3 |
* | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks | alfred | 2002-02-05 | 1 | -3/+19 |
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -0/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -8/+8 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+0 |
* | reset uid back to the user before doing kerberised change password. | assar | 2001-03-12 | 1 | -0/+1 |
* | Updates for Blowfish password hashing. | markm | 2001-03-11 | 1 | -2/+6 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -15/+15 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -14/+7 |
* | Correct a few typos, including a mis-represented option (-s instead of | sheldonh | 2000-09-18 | 1 | -4/+4 |
* | Fix a premature freeing bug found with malloc debugging courtesy John Hay. | green | 2000-08-26 | 1 | -1/+5 |
* | Add working and easy crypt(3)-switching. Yes, we need a whole new API | green | 2000-08-22 | 1 | -14/+7 |
* | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | kris | 2000-03-09 | 1 | -1/+1 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -14/+28 |
* | Use libcrypto in place of libdes. | markm | 2000-02-24 | 1 | -2/+2 |
* | Teach passwd about a new "mixpasswordcase" login.conf parameter. If this | nik | 2000-02-11 | 1 | -5/+12 |
* | Teach passwd about a new "mixpasswordcase" login.conf parameter. If this | nik | 2000-02-11 | 1 | -2/+11 |
* | Revert the libcrypt/libmd stuff back to how it was. This should not have | peter | 1999-12-18 | 1 | -7/+6 |
* | Add libmd (or move it after libcrypt). We don't want the linker to be | marcel | 1999-12-16 | 1 | -6/+7 |
* | Update PicoBSD so it does not need to patch the passwd Makefile. | roger | 1999-10-30 | 1 | -0/+25 |
* | 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 |