| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+3 |
* | The variable nargv is allocated but never freed, so free it when the it | Stephen J. Kiernan | 2017-06-13 | 1 | -0/+1 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | More -Wmissing-variable-declarations fixes. | Ed Schouten | 2012-10-19 | 1 | -1/+2 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten | 2012-01-03 | 1 | -1/+1 |
* | Spelling fixes for usr.bin/ | Ulrich Spörlein | 2011-12-30 | 1 | -2/+2 |
* | Check return code of setuid() and setgid() in finger. | Simon L. B. Nielsen | 2011-04-23 | 1 | -4/+8 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 1 | -4/+0 |
* | Migrate finger(1) towards utmpx. | Ed Schouten | 2010-01-13 | 1 | -2/+1 |
* | Migrate finger(1) away from <utmp.h>. | Ed Schouten | 2009-12-28 | 1 | -19/+17 |
* | Plug a memory leak. | Xin LI | 2009-12-21 | 1 | -0/+1 |
* | Remove -T from getopt() spec and usage string. | Dag-Erling Smørgrav | 2007-04-11 | 1 | -2/+2 |
* | Remove T/TCP support, and the -T option which was needed to disable it. | Dag-Erling Smørgrav | 2007-04-11 | 1 | -4/+1 |
* | Setting .nofinger will not hide you from root. | Diomidis Spinellis | 2005-09-19 | 1 | -0/+2 |
* | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-05-21 | 1 | -1/+2 |
* | Fixed a misspelling of 0 as NULL. | Bruce Evans | 2004-03-14 | 1 | -1/+1 |
* | Add code to keep going if you're really intent on fingering someone, but | Juli Mallett | 2003-06-28 | 1 | -3/+12 |
* | Back out previous commit - it was not well thought out. | Maxim Sobolev | 2002-10-31 | 1 | -1/+1 |
* | Fix POLA breakage in 1.29: IPv4 should be default. This makes `-4' option | Maxim Sobolev | 2002-10-31 | 1 | -1/+1 |
* | ANSIify function definitions. | David Malone | 2002-09-04 | 1 | -11/+5 |
* | add -4 and -6 option to be able to specify an address family. | Hajimu UMEMOTO | 2002-07-22 | 1 | -2/+11 |
* | Add -g option, which restricts printing of the gecos fields to just the user's | Jonathan Mini | 2002-07-02 | 1 | -2/+5 |
* | remove __P | Warner Losh | 2002-03-22 | 1 | -4/+4 |
* | Style improvements recommended by Bruce as a follow up to some | David Malone | 2001-12-10 | 1 | -5/+6 |
* | WARNS=2 fix, remove 'register' and use __FBSDID(). | Mark Murray | 2001-12-02 | 1 | -17/+19 |
* | Don't attempt to parse %c | Andrey A. Chernov | 2001-03-21 | 1 | -0/+1 |
* | Spelling | Philippe Charnier | 2001-02-06 | 1 | -8/+1 |
* | -Wall cleanup. | Ruslan Ermilov | 2000-10-23 | 1 | -1/+1 |
* | Do not allow `finger -m /somefile' as well. | Ruslan Ermilov | 2000-10-05 | 1 | -3/+3 |
* | Don't allow finger /somefile, only allow filname expansions from | Brian Somers | 2000-10-02 | 1 | -0/+10 |
* | Don't drop out when we've processed argc - 1 names.... arguments | Brian Somers | 2000-09-12 | 1 | -7/+3 |
* | Fix the -m option - broken by the last commit. | Brian Somers | 2000-08-25 | 1 | -1/+1 |
* | Allow finger.conf to contain aliases for files that will be displayed | Brian Somers | 2000-08-25 | 1 | -8/+20 |
* | Allow a /etc/finger.conf file that contains finger aliases | Brian Somers | 2000-08-17 | 1 | -0/+30 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Clean up some ambiguous nested if/elses. | Bill Fumerola | 1999-07-04 | 1 | -2/+3 |
* | Impliment elements of TCP Wrappers's `safe_finger'. | David E. O'Brien | 1999-05-08 | 1 | -1/+12 |
* | Add rcsid, usage(). Silent -Wall. Use warn(3). | Philippe Charnier | 1997-07-02 | 1 | -9/+19 |
* | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
* | Merge from Lite2 | Peter Wemm | 1997-03-11 | 1 | -14/+25 |
* | Allow the user to disable the use of T/TCP by setting the -T option. | Andras Olah | 1996-03-15 | 1 | -3/+6 |
* | Change locale to LC_ALL, there is no bitmask | Andrey A. Chernov | 1995-10-26 | 1 | -1/+1 |
* | Add setlocale LC_TIME|LC_CTYPE | Andrey A. Chernov | 1995-10-24 | 1 | -0/+3 |
* | Fix finger not check all users ~/.nofinger, only for actually | Andrey A. Chernov | 1995-06-21 | 1 | -3/+1 |
* | Add Sean Eric Fagan's support for a ~/.nofinger file for user who prefer | Jordan K. Hubbard | 1995-01-04 | 1 | -2/+7 |
* | Remove extra newline introduced in 44lite (oops) | Paul Traina | 1994-12-05 | 1 | -1/+4 |
* | Add code to pull options out of FINGER environment variable if present. | Paul Traina | 1994-09-08 | 1 | -5/+30 |
* | Install Luke's enhancements for finger. | Paul Traina | 1994-09-07 | 1 | -6/+26 |
* | BSD 4.4 Lite Usr.bin Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+257 |