aboutsummaryrefslogtreecommitdiff
path: root/libexec/fingerd/fingerd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* libexec: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-2/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Add blacklist support to fingerdKurt Lidl2016-06-031-0/+12
* Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
* Forgot to initialize the debug variable.Dag-Erling Smørgrav2010-04-011-1/+1
* Add a debugging option (-d)Dag-Erling Smørgrav2010-04-011-11/+25
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-1/+1
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-1/+2
* Make fingerd(8) WARNS2 clean.Pawel Jakub Dawidek2004-03-291-1/+1
* Mark the logerr() function __printflike().Kris Kennaway2002-10-131-1/+1
* When the -p flag is specified, set an environment variable to the nameGarrett Wollman2002-06-261-12/+23
* Add used include of <string.h>.Garrett Wollman2002-05-301-1/+1
* Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.Mike Barcroft2002-02-241-2/+0
* o Eliminate __PWarner Losh2002-02-031-21/+5
* Terminate the array of execv(3) pointers by a NULL pointer in the edge case.Ruslan Ermilov2001-10-041-1/+3
* Check malloc() and strdup() return valuesChris D. Faulhaber2001-01-201-2/+6
* Support logging for IPv6 remote host.Yoshinobu Inoue2000-02-181-4/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Identify illegal switches, don't print them as '?' in the error..Peter Wemm1999-05-181-2/+2
* Fix the size of rhost, don't forget to NUL terminateBrian Somers1999-04-071-2/+3
* Use realhostname() rather than various combinations ofBrian Somers1999-04-061-9/+5
* NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try settingJohn Birrell1998-05-151-1/+3
* Add const to copyright string. Put sccsid under #if 0/#endif control.Philippe Charnier1997-11-201-4/+4
* Log the request from the remote side, in addition to it having happened.Sean Eric Fagan1997-11-141-13/+27
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Implement server-side transaction TCP. (Has no effect on non-TTCP clients.)Garrett Wollman1995-12-171-9/+25
* Fix the bug which allowed people to avoid the "-s" (secure) bug.Peter Wemm1995-12-101-2/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* fixed spelling error.Poul-Henning Kamp1995-02-041-1/+1
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+190