summaryrefslogtreecommitdiff
path: root/usr.bin/finger
Commit message (Expand)AuthorAgeFilesLines
...
* Use `The .Nm utility'Philippe Charnier2002-04-191-9/+10
* remove __PWarner Losh2002-03-225-23/+23
* Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn'tBruce Evans2002-02-251-0/+2
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* GRR. Unbreak WARNS=2.Peter Wemm2002-02-081-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-105-25/+30
* WARNS=2 fix, remove 'register' and use __FBSDID().Mark Murray2001-12-027-72/+77
* Replace the condemned access(2) by stat(2),Yaroslav Tykhiy2001-08-081-1/+2
* Don't use ".nofinger" as a string constant from within the codeYaroslav Tykhiy2001-07-302-1/+3
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
* Don't attempt to parse %cAndrey A. Chernov2001-03-214-34/+56
* MAXPATHLEN is enough.Warner Losh2001-03-011-2/+1
* SpellingPhilippe Charnier2001-02-066-50/+25
* Check strdup() return valuesChris D. Faulhaber2001-01-201-4/+8
* .publickey -> .pubkey to match other finger daemons.Dag-Erling Smørgrav2001-01-043-4/+4
* Add support for a .publickey file.Dag-Erling Smørgrav2000-12-293-4/+9
* If the utmp login time is greater than the tty atime, use it to calculateBrian Somers2000-12-211-1/+7
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-2/+2
* Document what Idle=* means in a short format display.Ruslan Ermilov2000-12-121-0/+3
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-9/+9
* The -o is the default for "short" display, not the -h.Ruslan Ermilov2000-10-241-3/+4
* -Wall cleanup.Ruslan Ermilov2000-10-233-13/+10
* 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 assume ai0->ai_canonname will always be filled in. Print theGarrett Wollman2000-09-241-1/+6
* Implement IPv6 support. Also restructure the way multi-homed hostsGarrett Wollman2000-09-221-57/+91
* Delete a bogus reference to T/TCP -- the problem still exists on StandardGarrett Wollman2000-09-221-3/+1
* Don't drop out when we've processed argc - 1 names.... argumentsBrian Somers2000-09-121-7/+3
* Finger.conf first appeared in 4.2 (now that it's been MFCd)Brian Somers2000-08-251-1/+1
* Fix the -m option - broken by the last commit.Brian Somers2000-08-251-1/+1
* Add a missing comma.Sheldon Hearn2000-08-251-1/+1
* Allow finger.conf to contain aliases for files that will be displayedBrian Somers2000-08-256-21/+50
* Remove extraneous arguments to the Os (operating system) and NmSheldon Hearn2000-08-171-4/+4
* Allow a /etc/finger.conf file that contains finger aliasesBrian Somers2000-08-175-1/+162
* Backout previous commit.Jeroen Ruigrok van der Werven2000-07-121-1/+1
* MFC: fix some output cosmetics so that the finger -s output is properlyJeroen Ruigrok van der Werven2000-07-121-1/+1
* Fix finger -s output on an user who never logged in.Jeroen Ruigrok van der Werven2000-07-111-1/+1
* Don't call warn() with no format string.Kris Kennaway2000-07-101-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Use the final version of the patch for the overflow, not the next toWarner Losh1999-08-221-7/+9
* Fix possible buffer overflow with finger and fingerd.Warner Losh1999-08-211-16/+27
* 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-083-2/+46
* fix 8bit clean issueAndrey A. Chernov1998-08-071-5/+5
* Don't assume that hp->h_lenght == 4. Be conservative in its use.Warner Losh1998-06-091-2/+3
* Document the bogus standard requirement of delaying the close.Garrett Wollman1997-08-011-2/+14