summaryrefslogtreecommitdiffstats
path: root/libexec/fingerd (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Move pledge to after getopt, when the finger program becomes knownderaadt2018-08-031-4/+6
* 4-step pledge in a program noone really uses anymore.deraadt2015-11-131-1/+14
* _exit() in the child; as a result, must use syslog() directly.deraadt2015-11-131-2/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-151-9/+7
* user error is not a bug. fingerd is not responsible for filtering outtedu2014-11-201-18/+3
* Add STANDARDS section to finger(1)/fingerd(8).bentley2013-11-141-3/+10
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* Prevent a buffer underrun if a line is received which only containstobias2008-08-111-3/+3
* better wording; from Tamas TEVESZjmc2007-09-251-4/+4
* convert to new .Dd format;jmc2007-05-311-3/+3
* Don't shadow err(3).ray2006-08-191-18/+17
* Incllude <sys/param.h> to get MAXHOSTNAMELENmillert2006-01-171-3/+3
* some corrections from wiz@netbsd;jmc2003-11-021-5/+5
* slight update for fingerd; sort options;jmc2003-10-172-34/+37
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-4/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-023-20/+8
* use socklen_t more; henning okderaadt2002-09-061-3/+3
* KNFderaadt2002-07-031-6/+4
* minor KNFderaadt2002-06-021-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-18/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* kill more registers;mpech2001-12-071-4/+4
* When copying command line arguments to out new argument vector,millert2001-11-271-8/+12
* o) fix bogus .Xr usage;mpech2001-11-131-3/+3
* strlcpy invades the treederaadt2001-08-181-3/+3
* -Wallderaadt2001-07-081-4/+6
* $OpenBSD$niklas2001-01-282-3/+3
* KNFderaadt2001-01-251-3/+3
* Some miscellaneous man page repairs.aaron2000-09-081-15/+16
* check error result from getnameinfo.itojun2000-08-181-4/+8
* update other obsoleted rfcsprovos2000-08-021-3/+3
* Change fingerd back to using fgets(3), not fgetln(3). Using fgetln(3)millert2000-07-071-25/+7
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-4/+4
* logging getpeername() failures is a waste of timederaadt1999-11-151-4/+6
* typopjanzen1999-08-021-3/+3
* use .Ar on later .It Fl linesderaadt1999-07-211-3/+3
* bad arguments? usage() should syslog()deraadt1999-07-201-3/+13
* - remove all trailing whitespaceaaron1999-07-091-4/+4
* use getnameinfo()deraadt1999-07-031-13/+9
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-3/+3
* fowarding -> forwardingaaron1999-02-241-3/+3
* Remove LOG_CONS from openlog() call so every darned finger connect messagegene1997-11-211-3/+3
* 1) use fgetln for arbitrary sized linesmillert1997-11-171-14/+42
* <string.h> not <strings.h>millert1997-08-161-3/+3
* OpenBSD tags and document assumption about finger(1) arg parsing.millert1997-08-161-2/+11
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-4/+4
* tabifykstailey1997-07-231-2/+2