| Age | Commit message (Expand) | Author |
| 2020-05-07 | Pull up following revision(s) (requested by kim in ticket #894): | martin |
| 2016-12-22 | Instead of saying "The finger displays information..." say "The finger utility" | abhinav |
| 2016-09-05 | Drop main() prototype. | sevan |
| 2016-03-09 | in find_idle_and_ttywrite(), initialize idletime and writable to 0 | chs |
| 2015-11-21 | fix format | christos |
| 2014-12-26 | And correct it. | christos |
| 2014-12-26 | Correct the provenance of finger.1 and show the link that it was part of | christos |
| 2013-01-18 | - Don't dump core or print random junk on corrupt utmp entries. | christos |
| 2012-06-10 | Fix description of -o option. Noted by Snader_LB on freenode. | dholland |
| 2009-04-12 | Fix WARNS=4 issues (-Wshadow, -Wcast-qual, -Wsign-compare) | lukem |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-05-05 | PR/36278: David A. Holland: hard-coded paths in finger | christos |
| 2006-05-11 | no need to cast setlocale()'s return value. | mrg |
| 2006-04-28 | Coverity CID 1780, 1779: Fix memory leak. | christos |
| 2006-03-17 | Ensure that malloc does not return NULL before copying the buffer. | rumble |
| 2006-03-17 | Fix two off-by-ones found by Coverity. | elad |
| 2006-01-04 | de-__P, ANSIfy prototypes, and kill register | perry |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2004-11-16 | Print the full pty name; reported by atatat | christos |
| 2004-11-12 | PR/28264: Miles Nordin: finger does not consult utmp if a username is specified | christos |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-06-03 | Remove duplicate header inclusions; from Jeff Ito in PR bin/25797. | kleink |
| 2004-06-03 | Remove a trailing blank line; from Jeff Ito in PR bin/25797. | kleink |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-12 | strlcpy | itojun |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-06 | writable, not writeable. | wiz |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-09-18 | makefile delint. use NETBSDSRCDIR as appropriate | lukem |
| 2002-09-12 | Sort options. Bump date for -8 addition. | wiz |
| 2002-09-12 | Implement 8-bit pass-through. | kim |
| 2002-09-10 | Add back locale support for data display. | kim |
| 2002-08-20 | don't limit username printing to UT_NAMESIZE | christos |
| 2002-08-20 | revert attempt to make finger locale-dependent. (1) locale dependent | itojun |
| 2002-08-11 | Obey the locale settings of the user when deciding what characters are | kim |
| 2002-08-10 | Obey the locale settings of the user when deciding what characters are | kim |
| 2002-08-05 | Undo accidental change. | tron |
| 2002-08-05 | Avoid segmentation fault if "finger @somehost" is used. | tron |
| 2002-08-02 | support utmpx; no lastlogx support yet. | christos |
| 2002-05-02 | Note -g in usage. bin/16592 by Ryan Younce. | wiz |
| 2001-02-05 | fix nested extern | christos |
| 2001-02-05 | don't include extern.h here; every other file includes it. | christos |
| 2000-07-07 | errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd | itojun |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-07-02 | dual-stack finger. | itojun |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1998-12-19 | char -> unsigned char | christos |
| 1998-12-19 | gcc-2.8.1 printf format and brace warnings. | christos |