summaryrefslogtreecommitdiff
path: root/usr.bin/finger/finger.c
Commit message (Expand)AuthorAgeFilesLines
* 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