summaryrefslogtreecommitdiffstats
path: root/libexec/fingerd
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-3/+3
2018-08-03Move pledge to after getopt, when the finger program becomes knownderaadt1-4/+6
2015-11-134-step pledge in a program noone really uses anymore.deraadt1-1/+14
2015-11-13_exit() in the child; as a result, must use syslog() directly.deraadt1-2/+3
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-2/+3
2015-01-15remove .Tn; from Jan Stary <hans at stare dot cz>schwarze1-9/+7
2014-11-20user error is not a bug. fingerd is not responsible for filtering outtedu1-18/+3
2013-11-14Add STANDARDS section to finger(1)/fingerd(8).bentley1-3/+10
2012-12-04remove some unnecessary sys/param.h inclusionsderaadt1-2/+1
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2008-08-11Prevent a buffer underrun if a line is received which only containstobias1-3/+3
2007-09-25better wording; from Tamas TEVESZjmc1-4/+4
2007-05-31convert to new .Dd format;jmc1-3/+3
2006-08-19Don't shadow err(3).ray1-18/+17
2006-01-17Incllude <sys/param.h> to get MAXHOSTNAMELENmillert1-3/+3
2003-11-02some corrections from wiz@netbsd;jmc1-5/+5
2003-10-17slight update for fingerd; sort options;jmc2-34/+37
2003-08-08refer to RFCs consistently (RFC XXXX);jmc1-4/+3
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert3-20/+8
2002-09-06use socklen_t more; henning okderaadt1-3/+3
2002-07-03KNFderaadt1-6/+4
2002-06-02minor KNFderaadt1-3/+3
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert1-18/+4
2002-02-16Part 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.millert1-4/+4
2001-12-07kill more registers;mpech1-4/+4
2001-11-27When copying command line arguments to out new argument vector,millert1-8/+12
2001-11-13o) fix bogus .Xr usage;mpech1-3/+3
2001-08-18strlcpy invades the treederaadt1-3/+3
2001-07-08-Wallderaadt1-4/+6
2001-01-28$OpenBSD$niklas2-3/+3
2001-01-25KNFderaadt1-3/+3
2000-09-08Some miscellaneous man page repairs.aaron1-15/+16
2000-08-18check error result from getnameinfo.itojun1-4/+8
2000-08-02update other obsoleted rfcsprovos1-3/+3
2000-07-07Change fingerd back to using fgets(3), not fgetln(3). Using fgetln(3)millert1-25/+7
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron1-4/+4
1999-11-15logging getpeername() failures is a waste of timederaadt1-4/+6
1999-08-02typopjanzen1-3/+3
1999-07-21use .Ar on later .It Fl linesderaadt1-3/+3
1999-07-20bad arguments? usage() should syslog()deraadt1-3/+13
1999-07-09- remove all trailing whitespaceaaron1-4/+4
1999-07-03use getnameinfo()deraadt1-13/+9
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-3/+3
1999-02-24fowarding -> forwardingaaron1-3/+3
1997-11-21Remove LOG_CONS from openlog() call so every darned finger connect messagegene1-3/+3
1997-11-171) use fgetln for arbitrary sized linesmillert1-14/+42
1997-08-16<string.h> not <strings.h>millert1-3/+3
1997-08-16OpenBSD tags and document assumption about finger(1) arg parsing.millert1-2/+11
1997-07-25#if __STDC__ --> #ifdef __STDC__mickey1-4/+4
1997-07-23tabifykstailey1-2/+2