summaryrefslogtreecommitdiff
path: root/usr.bin/finger/finger.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* The variable nargv is allocated but never freed, so free it when the itStephen J. Kiernan2017-06-131-0/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+2
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-2/+2
* Check return code of setuid() and setgid() in finger.Simon L. B. Nielsen2011-04-231-4/+8
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Migrate finger(1) towards utmpx.Ed Schouten2010-01-131-2/+1
* Migrate finger(1) away from <utmp.h>.Ed Schouten2009-12-281-19/+17
* Plug a memory leak.Xin LI2009-12-211-0/+1
* Remove -T from getopt() spec and usage string.Dag-Erling Smørgrav2007-04-111-2/+2
* Remove T/TCP support, and the -T option which was needed to disable it.Dag-Erling Smørgrav2007-04-111-4/+1
* Setting .nofinger will not hide you from root.Diomidis Spinellis2005-09-191-0/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+2
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-141-1/+1
* Add code to keep going if you're really intent on fingering someone, butJuli Mallett2003-06-281-3/+12
* Back out previous commit - it was not well thought out.Maxim Sobolev2002-10-311-1/+1
* Fix POLA breakage in 1.29: IPv4 should be default. This makes `-4' optionMaxim Sobolev2002-10-311-1/+1
* ANSIify function definitions.David Malone2002-09-041-11/+5
* add -4 and -6 option to be able to specify an address family.Hajimu UMEMOTO2002-07-221-2/+11
* Add -g option, which restricts printing of the gecos fields to just the user'sJonathan Mini2002-07-021-2/+5
* remove __PWarner Losh2002-03-221-4/+4
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* WARNS=2 fix, remove 'register' and use __FBSDID().Mark Murray2001-12-021-17/+19
* Don't attempt to parse %cAndrey A. Chernov2001-03-211-0/+1
* SpellingPhilippe Charnier2001-02-061-8/+1
* -Wall cleanup.Ruslan Ermilov2000-10-231-1/+1
* Do not allow `finger -m /somefile' as well.Ruslan Ermilov2000-10-051-3/+3
* Don't allow finger /somefile, only allow filname expansions fromBrian Somers2000-10-021-0/+10
* Don't drop out when we've processed argc - 1 names.... argumentsBrian Somers2000-09-121-7/+3
* Fix the -m option - broken by the last commit.Brian Somers2000-08-251-1/+1
* Allow finger.conf to contain aliases for files that will be displayedBrian Somers2000-08-251-8/+20
* Allow a /etc/finger.conf file that contains finger aliasesBrian Somers2000-08-171-0/+30
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* Impliment elements of TCP Wrappers's `safe_finger'.David E. O'Brien1999-05-081-1/+12
* Add rcsid, usage(). Silent -Wall. Use warn(3).Philippe Charnier1997-07-021-9/+19
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-14/+25
* Allow the user to disable the use of T/TCP by setting the -T option.Andras Olah1996-03-151-3/+6
* Change locale to LC_ALL, there is no bitmaskAndrey A. Chernov1995-10-261-1/+1
* Add setlocale LC_TIME|LC_CTYPEAndrey A. Chernov1995-10-241-0/+3
* Fix finger not check all users ~/.nofinger, only for actuallyAndrey A. Chernov1995-06-211-3/+1
* Add Sean Eric Fagan's support for a ~/.nofinger file for user who preferJordan K. Hubbard1995-01-041-2/+7
* Remove extra newline introduced in 44lite (oops)Paul Traina1994-12-051-1/+4
* Add code to pull options out of FINGER environment variable if present.Paul Traina1994-09-081-5/+30
* Install Luke's enhancements for finger.Paul Traina1994-09-071-6/+26
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+257