| Commit message (Expand) | Author | Age | Files | Lines |
* | Use libutil and libypclnt for all passwd manipulation and NIS needs. | des | 2002-05-08 | 11 | -1216/+317 |
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -10/+15 |
* | Rename a couple of local variables to avoid warnings. | des | 2002-04-06 | 1 | -26/+26 |
* | Fix vendor ID. | dwmalone | 2002-03-30 | 1 | -2/+4 |
* | Minor post warns stuff. | dwmalone | 2002-03-30 | 3 | -19/+14 |
* | Fix warns, ANSIfy, use __FBSDID(), sort headers. | markm | 2002-03-24 | 9 | -155/+114 |
* | Fix a style(9) error. Put the vendor version control string back in. | cjc | 2002-03-24 | 1 | -0/+1 |
* | remove __P | imp | 2002-03-22 | 3 | -20/+21 |
* | Fix a bug that prevents "00" being used as a valid year. Why bother in | cjc | 2002-03-18 | 1 | -1/+1 |
* | It was possible for an unprivileged user to tie up the password | cjc | 2002-03-18 | 3 | -25/+64 |
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 1 | -23/+13 |
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 2 | -9/+9 |
* | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks | alfred | 2002-02-05 | 1 | -5/+19 |
* | Set BINOWN=root explicitly for setuid root binaries. | ru | 2001-09-13 | 1 | -0/+1 |
* | Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds | dd | 2001-09-05 | 1 | -2/+2 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -1/+3 |
* | can not -> cannot | sheldonh | 2001-08-08 | 1 | -1/+1 |
* | Prevent chpass(1) from writing -1 in the UID or GID fields | mike | 2001-07-26 | 3 | -8/+13 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+1 |
* | Use correct macro for path name | phantom | 2000-11-22 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -5/+5 |
* | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | nectar | 2000-09-06 | 3 | -4/+5 |
* | Use an MD5 checksum to test for file changes; the previous method | sheldonh | 2000-04-12 | 2 | -3/+10 |
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -1/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -10/+20 |
* | Extra sanity checks in information from file edited by user. This | imp | 1999-12-21 | 1 | -16/+16 |
* | Revert the libcrypt/libmd stuff back to how it was. This should not have | peter | 1999-12-18 | 1 | -2/+2 |
* | Document -e flag. | phantom | 1999-12-17 | 1 | -0/+14 |
* | Add libmd (or move it after libcrypt). We don't want the linker to be | marcel | 1999-12-16 | 1 | -2/+3 |
* | Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in | sheldonh | 1999-12-02 | 1 | -0/+6 |
* | mdoc(7)'fy | phantom | 1999-11-18 | 1 | -33/+40 |
* | mdoc(7)'fy | phantom | 1999-10-30 | 1 | -12/+20 |
* | fix a serious bug where, on alpha, due to a an int/long type mismatch, | gallatin | 1999-10-20 | 1 | -1/+1 |
* | Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional and | peter | 1999-09-06 | 2 | -3/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 6 | -6/+6 |
* | Fix a bunch of broken cross-references | chris | 1999-08-18 | 1 | -2/+2 |
* | Allow comments and blank lines as advertised in passwd(5). | sheldonh | 1999-07-29 | 2 | -1/+12 |
* | More egcs warning fixes: | imp | 1999-04-25 | 2 | -3/+4 |
* | Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match(). | wpaul | 1999-03-01 | 1 | -1/+17 |
* | Change the prompt for the office location field from "Location:" | ghelmer | 1999-02-23 | 3 | -8/+13 |
* | Ignore errors from chflags. This makes it possible to make installworld | des | 1999-02-14 | 1 | -2/+2 |
* | Allow two digit years 1969-2068 | danny | 1999-01-18 | 1 | -3/+6 |
* | Fixed disordering of cross references in previous commit. | bde | 1998-12-13 | 1 | -3/+3 |
* | Add reference to login.conf(5) | dillon | 1998-12-13 | 1 | -2/+3 |
* | PR: docs/9045 | dillon | 1998-12-13 | 1 | -27/+31 |
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 5 | -10/+11 |
* | Fixed printf format errors. Assume that uid_t's are representable as | bde | 1998-10-17 | 1 | -2/+2 |
* | Fixed printf format errors. Assume that time_t's are representable as | bde | 1998-10-17 | 1 | -2/+2 |