aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/finger
Commit message (Expand)AuthorAgeFilesLines
* Restore the ".Sh BUGS" line that was accidentally removedRuslan Ermilov2007-04-121-0/+1
* Remove irrelevant comment about T/TCP in BUGS.Dag-Erling Smørgrav2007-04-111-8/+0
* Remove -T from getopt() spec and usage string.Dag-Erling Smørgrav2007-04-111-2/+2
* Bump Dd.Dag-Erling Smørgrav2007-04-111-1/+1
* Remove T/TCP support, and the -T option which was needed to disable it.Dag-Erling Smørgrav2007-04-114-16/+3
* Reduce number of spaces for full name by four, and reduce paddingRobert Watson2006-03-041-5/+5
* Setting .nofinger will not hide you from root.Diomidis Spinellis2005-09-194-1/+6
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+2
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-22/+22
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-171-1/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+6
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* Add multiple inclusion guards. Mostly this is for extern.h, which wasJuli Mallett2004-03-143-1/+10
* 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-282-4/+16
* If stat() on the terminal specified in utmp fails due to ENOENT, don'tRobert Watson2003-04-023-2/+21
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
* Make a CR/LF sequence measure up to its name: the order of the CR and LFPeter Pentchev2002-12-021-1/+1
* mdoc(7) police: bump document date, use the canonical option list width,Ruslan Ermilov2002-11-261-17/+11
* 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-046-62/+37
* add -4 and -6 option to be able to specify an address family.Hajimu UMEMOTO2002-07-223-4/+22
* Add -g option, which restricts printing of the gecos fields to just the user'sJonathan Mini2002-07-025-5/+23
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'reJuli Mallett2002-05-171-2/+2
* 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