summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/finger.c
Commit message (Collapse)AuthorAgeFilesLines
* -Wall cleanup.ru2000-10-231-1/+1
| | | | PR: 22187
* 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
| | | | | | inside /etc/finger.conf PR: 21704
* Don't drop out when we've processed argc - 1 names.... argumentsbrian2000-09-121-7/+3
| | | | | | may expand to more than one user. PR: 21228
* Fix the -m option - broken by the last commit.brian2000-08-251-1/+1
| | | | Submitted by: Mark Knight <markk@knigma.org>
* Allow finger.conf to contain aliases for files that will be displayedbrian2000-08-251-8/+20
| | | | | | when fingered. Submitted by: Mark Knight <markk@knigma.org>
* Allow a /etc/finger.conf file that contains finger aliasesbrian2000-08-171-0/+30
| | | | | | | This allows people who's email address differs from their account name to be fingerable. Submitted by: Mark Knight <markk@knigma.org>
* $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
| | | | | | | * if run by root (or root process) drop privs * ensure output size is not infinate (net finger only) * ensure output lines are not infinate in length (net finger only) * do not allow finger client to run longer than 3 minutes (net finger only)
* 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
| | | | posix standard on the topic.
* 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
| | | | This option becomes useless when all TCP stacks are fixed out there.
* 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
| | | | | matched. Close PR 539 Submitted by: tom@haven.uniserve.com
* Add Sean Eric Fagan's support for a ~/.nofinger file for user who preferjkh1995-01-041-2/+7
| | | | | their privacy. Submitted by: sef
* 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
| | | | | | | Yes, has same stupid bug as more(1), options must be specified as one argument. Submitted by: pst
* Install Luke's enhancements for finger.pst1994-09-071-6/+26
| | | | | | | | | | By default, behave like the old ugly 4.4bsd finger and print office information instead of remote login information. It's an easy one line fix to make it behave like most other vendor's fingers if we decide to change the default. Reviewed by: pst
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+257
OpenPOWER on IntegriCloud