summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/finger.c
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+2
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Spelling fixes for usr.bin/uqs2011-12-301-2/+2
* Check return code of setuid() and setgid() in finger.simon2011-04-231-4/+8
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Migrate finger(1) towards utmpx.ed2010-01-131-2/+1
* Migrate finger(1) away from <utmp.h>.ed2009-12-281-19/+17
* Plug a memory leak.delphij2009-12-211-0/+1
* Remove -T from getopt() spec and usage string.des2007-04-111-2/+2
* Remove T/TCP support, and the -T option which was needed to disable it.des2007-04-111-4/+1
* Setting .nofinger will not hide you from root.dds2005-09-191-0/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+2
* Fixed a misspelling of 0 as NULL.bde2004-03-141-1/+1
* Add code to keep going if you're really intent on fingering someone, butjmallett2003-06-281-3/+12
* Back out previous commit - it was not well thought out.sobomax2002-10-311-1/+1
* Fix POLA breakage in 1.29: IPv4 should be default. This makes `-4' optionsobomax2002-10-311-1/+1
* ANSIify function definitions.dwmalone2002-09-041-11/+5
* add -4 and -6 option to be able to specify an address family.ume2002-07-221-2/+11
* Add -g option, which restricts printing of the gecos fields to just the user'smini2002-07-021-2/+5
* remove __Pimp2002-03-221-4/+4
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
* WARNS=2 fix, remove 'register' and use __FBSDID().markm2001-12-021-17/+19
* Don't attempt to parse %cache2001-03-211-0/+1
* Spellingcharnier2001-02-061-8/+1
* -Wall cleanup.ru2000-10-231-1/+1
* Do not allow `finger -m /somefile' as well.ru2000-10-051-3/+3
* Don't allow finger /somefile, only allow filname expansions frombrian2000-10-021-0/+10
* Don't drop out when we've processed argc - 1 names.... argumentsbrian2000-09-121-7/+3
* Fix the -m option - broken by the last commit.brian2000-08-251-1/+1
* Allow finger.conf to contain aliases for files that will be displayedbrian2000-08-251-8/+20
* Allow a /etc/finger.conf file that contains finger aliasesbrian2000-08-171-0/+30
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Clean up some ambiguous nested if/elses.billf1999-07-041-2/+3
* Impliment elements of TCP Wrappers's `safe_finger'.obrien1999-05-081-1/+12
* Add rcsid, usage(). Silent -Wall. Use warn(3).charnier1997-07-021-9/+19
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Merge from Lite2peter1997-03-111-14/+25
* Allow the user to disable the use of T/TCP by setting the -T option.olah1996-03-151-3/+6
* Change locale to LC_ALL, there is no bitmaskache1995-10-261-1/+1
* Add setlocale LC_TIME|LC_CTYPEache1995-10-241-0/+3
* Fix finger not check all users ~/.nofinger, only for actuallyache1995-06-211-3/+1
* Add Sean Eric Fagan's support for a ~/.nofinger file for user who preferjkh1995-01-041-2/+7
* Remove extra newline introduced in 44lite (oops)pst1994-12-051-1/+4
* Add code to pull options out of FINGER environment variable if present.pst1994-09-081-5/+30
* Install Luke's enhancements for finger.pst1994-09-071-6/+26
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+257
OpenPOWER on IntegriCloud