summaryrefslogtreecommitdiff
path: root/libexec/fingerd/fingerd.c
AgeCommit message (Expand)Author
2025-10-12blocklist: Rename blacklist to blocklistJose Luis Duran
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26libexec: Remove ancient SCCS tags.Warner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-06-03Add blacklist support to fingerdKurt Lidl
2014-02-17Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer
2010-04-01Forgot to initialize the debug variable.Dag-Erling Smørgrav
2010-04-01Add a debugging option (-d)Dag-Erling Smørgrav
2008-08-04Mark functions as __dead2 in order to help the LLVM static checkerColin Percival
2005-02-14Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder
2004-03-29Make fingerd(8) WARNS2 clean.Pawel Jakub Dawidek
2002-10-13Mark the logerr() function __printflike().Kris Kennaway
2002-06-26When the -p flag is specified, set an environment variable to the nameGarrett Wollman
2002-05-30Add used include of <string.h>.Garrett Wollman
2002-02-24Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.Mike Barcroft
2002-02-03o Eliminate __PWarner Losh
2001-10-04Terminate the array of execv(3) pointers by a NULL pointer in the edge case.Ruslan Ermilov
2001-01-20Check malloc() and strdup() return valuesChris D. Faulhaber
2000-02-18Support logging for IPv6 remote host.Yoshinobu Inoue
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-05-18Identify illegal switches, don't print them as '?' in the error..Peter Wemm
1999-04-07Fix the size of rhost, don't forget to NUL terminateBrian Somers
1999-04-06Use realhostname() rather than various combinations ofBrian Somers
1998-05-15NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try settingJohn Birrell
1997-11-20Add const to copyright string. Put sccsid under #if 0/#endif control.Philippe Charnier
1997-11-14Log the request from the remote side, in addition to it having happened.Sean Eric Fagan
1997-03-28compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-12-17Implement server-side transaction TCP. (Has no effect on non-TTCP clients.)Garrett Wollman
1995-12-10Fix the bug which allowed people to avoid the "-s" (secure) bug.Peter Wemm
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-02-04fixed spelling error.Poul-Henning Kamp
1994-05-27BSD 4.4 Lite Libexec SourcesRodney W. Grimes