| Commit message (Expand) | Author | Age | Files | Lines |
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 1 | -3/+9 |
* | Remove useless .Pp. Typo: gcos -> gecos (as spelled in passwd(5)). | charnier | 2004-07-26 | 1 | -2/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+4 |
* | Typo fix. | blackend | 2004-03-03 | 1 | -1/+1 |
* | Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, make | charnier | 2004-01-18 | 4 | -21/+39 |
* | Do not compare unsigned int values with ULONG_MAX. The comparison is | kan | 2003-07-11 | 1 | -2/+2 |
* | Make GCC 3.3 happy with rcsid[], sccs[], and copyright[]. | obrien | 2003-05-03 | 2 | -2/+3 |
* | Avoid clobbering the gecos field, as we intend to use the original later. | des | 2003-04-09 | 1 | -3/+10 |
* | Style cleanup. | obrien | 2002-12-30 | 1 | -11/+10 |
* | Make WARNS=5 clean. | obrien | 2002-12-30 | 2 | -5/+3 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -5/+5 |
* | mdoc(7) police: more `The .Nm utility' + markup nit. | ru | 2002-12-23 | 1 | -5/+5 |
* | Move the NOTES section to DESCRIPTION. And correct some documentation while | trhodes | 2002-12-20 | 1 | -11/+13 |
* | Don't try to dereference a NULL pw pointer. This would happen when | joerg | 2002-10-29 | 1 | -1/+1 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 2 | -3/+3 |
* | 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 |