| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce number of spaces for full name by four, and reduce padding | rwatson | 2006-03-04 | 1 | -5/+5 |
* | Setting .nofinger will not hide you from root. | dds | 2005-09-19 | 4 | -1/+6 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -1/+2 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -22/+22 |
* | Sort sections. | ru | 2005-01-18 | 1 | -6/+6 |
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-17 | 1 | -1/+5 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -3/+6 |
* | Remove spurious semicolons. Outside of functions they are actually errors but | stefanf | 2004-05-16 | 1 | -1/+1 |
* | Add multiple inclusion guards. Mostly this is for extern.h, which was | jmallett | 2004-03-14 | 3 | -1/+10 |
* | Fixed a misspelling of 0 as NULL. | bde | 2004-03-14 | 1 | -1/+1 |
* | Add code to keep going if you're really intent on fingering someone, but | jmallett | 2003-06-28 | 2 | -4/+16 |
* | If stat() on the terminal specified in utmp fails due to ENOENT, don't | rwatson | 2003-04-02 | 3 | -2/+21 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 1 | -1/+1 |
* | Make a CR/LF sequence measure up to its name: the order of the CR and LF | roam | 2002-12-02 | 1 | -1/+1 |
* | mdoc(7) police: bump document date, use the canonical option list width, | ru | 2002-11-26 | 1 | -17/+11 |
* | Back out previous commit - it was not well thought out. | sobomax | 2002-10-31 | 1 | -1/+1 |
* | Fix POLA breakage in 1.29: IPv4 should be default. This makes `-4' option | sobomax | 2002-10-31 | 1 | -1/+1 |
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 6 | -62/+37 |
* | add -4 and -6 option to be able to specify an address family. | ume | 2002-07-22 | 3 | -4/+22 |
* | Add -g option, which restricts printing of the gecos fields to just the user's | mini | 2002-07-02 | 5 | -5/+23 |
* | Clean up malloc(3)'s argument. Remove casts which do nothing when we're | jmallett | 2002-05-17 | 1 | -2/+2 |
* | Use `The .Nm utility' | charnier | 2002-04-19 | 1 | -9/+10 |
* | remove __P | imp | 2002-03-22 | 5 | -23/+23 |
* | Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn't | bde | 2002-02-25 | 1 | -0/+2 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | GRR. Unbreak WARNS=2. | peter | 2002-02-08 | 1 | -1/+1 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 5 | -25/+30 |
* | WARNS=2 fix, remove 'register' and use __FBSDID(). | markm | 2001-12-02 | 7 | -72/+77 |
* | Replace the condemned access(2) by stat(2), | yar | 2001-08-08 | 1 | -1/+2 |
* | Don't use ".nofinger" as a string constant from within the code | yar | 2001-07-30 | 2 | -1/+3 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+1 |
* | Don't attempt to parse %c | ache | 2001-03-21 | 4 | -34/+56 |
* | MAXPATHLEN is enough. | imp | 2001-03-01 | 1 | -2/+1 |
* | Spelling | charnier | 2001-02-06 | 6 | -50/+25 |
* | Check strdup() return values | jedgar | 2001-01-20 | 1 | -4/+8 |
* | .publickey -> .pubkey to match other finger daemons. | des | 2001-01-04 | 3 | -4/+4 |
* | Add support for a .publickey file. | des | 2000-12-29 | 3 | -4/+9 |
* | If the utmp login time is greater than the tty atime, use it to calculate | brian | 2000-12-21 | 1 | -1/+7 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -2/+2 |
* | Document what Idle=* means in a short format display. | ru | 2000-12-12 | 1 | -0/+3 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -9/+9 |
* | The -o is the default for "short" display, not the -h. | ru | 2000-10-24 | 1 | -3/+4 |
* | -Wall cleanup. | ru | 2000-10-23 | 3 | -13/+10 |
* | Do not allow `finger -m /somefile' as well. | ru | 2000-10-05 | 1 | -3/+3 |
* | Don't allow finger /somefile, only allow filname expansions from | brian | 2000-10-02 | 1 | -0/+10 |
* | Don't assume ai0->ai_canonname will always be filled in. Print the | wollman | 2000-09-24 | 1 | -1/+6 |
* | Implement IPv6 support. Also restructure the way multi-homed hosts | wollman | 2000-09-22 | 1 | -57/+91 |