| Commit message (Expand) | Author | Age | Files | Lines |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 1 | -1/+2 |
* | Bump date missed in r202756 | eadler | 2012-09-14 | 1 | -1/+1 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 1 | -2/+2 |
* | Build finger(1) with WARNS=6. | ed | 2011-10-14 | 2 | -3/+1 |
* | Staticify cleanup() which is not referenced in other places. | delphij | 2011-06-21 | 1 | -1/+1 |
* | Check return code of setuid() and setgid() in finger. | simon | 2011-04-23 | 1 | -4/+8 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 8 | -32/+0 |
* | Remove stale references to utmp(5) and its corresponding filenames. | ed | 2010-01-21 | 1 | -4/+3 |
* | Migrate finger(1) towards utmpx. | ed | 2010-01-13 | 6 | -17/+9 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Migrate finger(1) away from <utmp.h>. | ed | 2009-12-28 | 8 | -68/+54 |
* | Plug a memory leak. | delphij | 2009-12-21 | 1 | -0/+1 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 3 | -3/+3 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 3 | -3/+3 |
* | Restore the ".Sh BUGS" line that was accidentally removed | ru | 2007-04-12 | 1 | -0/+1 |
* | Remove irrelevant comment about T/TCP in BUGS. | des | 2007-04-11 | 1 | -8/+0 |
* | Remove -T from getopt() spec and usage string. | des | 2007-04-11 | 1 | -2/+2 |
* | Bump Dd. | des | 2007-04-11 | 1 | -1/+1 |
* | Remove T/TCP support, and the -T option which was needed to disable it. | des | 2007-04-11 | 4 | -16/+3 |
* | 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 |