Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-08-03 | Move pledge to after getopt, when the finger program becomes known | Theo de Raadt |
2015-11-13 | 4-step pledge in a program noone really uses anymore. | Theo de Raadt |
2015-11-13 | _exit() in the child; as a result, must use syslog() directly. | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-11-20 | user error is not a bug. fingerd is not responsible for filtering out | Ted Unangst |
2013-11-14 | Add STANDARDS section to finger(1)/fingerd(8). | Anthony J. Bentley |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-08-11 | Prevent a buffer underrun if a line is received which only contains | Tobias Stoeckmann |
2007-09-25 | better wording; from Tamas TEVESZ | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-08-19 | Don't shadow err(3). | Ray Lai |
2006-01-17 | Incllude <sys/param.h> to get MAXHOSTNAMELEN | Todd C. Miller |
2003-11-02 | some corrections from wiz@netbsd; | Jason McIntyre |
2003-10-17 | slight update for fingerd; sort options; | Jason McIntyre |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-09-06 | use socklen_t more; henning ok | Theo de Raadt |
2002-07-03 | KNF | Theo de Raadt |
2002-06-02 | minor KNF | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-07 | kill more registers; | Mike Pechkin |
2001-11-27 | When copying command line arguments to out new argument vector, | Todd C. Miller |
2001-11-13 | o) fix bogus .Xr usage; | Mike Pechkin |
2001-08-18 | strlcpy invades the tree | Theo de Raadt |
2001-07-08 | -Wall | Theo de Raadt |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
2001-01-25 | KNF | Theo de Raadt |
2000-09-08 | Some miscellaneous man page repairs. | Aaron Campbell |
2000-08-18 | check error result from getnameinfo. | Jun-ichiro itojun Hagino |
2000-08-02 | update other obsoleted rfcs | Niels Provos |
2000-07-07 | Change fingerd back to using fgets(3), not fgetln(3). Using fgetln(3) | Todd C. Miller |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
1999-11-15 | logging getpeername() failures is a waste of time | Theo de Raadt |
1999-08-02 | typo | Paul Janzen |
1999-07-21 | use .Ar on later .It Fl lines | Theo de Raadt |
1999-07-20 | bad arguments? usage() should syslog() | Theo de Raadt |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-03 | use getnameinfo() | Theo de Raadt |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-02-24 | fowarding -> forwarding | Aaron Campbell |
1997-11-21 | Remove LOG_CONS from openlog() call so every darned finger connect message | gene |
1997-11-17 | 1) use fgetln for arbitrary sized lines | Todd C. Miller |
1997-08-16 | <string.h> not <strings.h> | Todd C. Miller |
1997-08-16 | OpenBSD tags and document assumption about finger(1) arg parsing. | Todd C. Miller |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-23 | tabify | kstailey |