History log of /freebsd-14.2/libexec/fingerd/fingerd.c (Results 1 – 25 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# 260bab9f 25-Sep-2023 John Baldwin <[email protected]>

Purge more stray embedded $FreeBSD$ strings

These do not use __FBSDID but instead use bare char arrays.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41957

(cherry p

Purge more stray embedded $FreeBSD$ strings

These do not use __FBSDID but instead use bare char arrays.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41957

(cherry picked from commit eba230afba4932f02a1ca44efc797cf7499a5cb0)

show more ...


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 8a16b7a1 20-Nov-2017 Pedro F. Giffuni <[email protected]>

General further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier f

General further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

show more ...


Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0
# 2ec2c641 03-Jun-2016 Kurt Lidl <[email protected]>

Add blacklist support to fingerd

Reviewed by: rpaulo
Approved by: rpaulo
Relnotes: YES
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D5916


Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0
# 5efaea4c 17-Feb-2014 Christian Brueffer <[email protected]>

Remove the 3rd clause ("advertising clause") of the BSD license as
permitted by the University of Berkeley on July 22, 1999.

Reviewed by: imp
MFC after: 1 week


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0
# b5914683 01-Apr-2010 Dag-Erling Smørgrav <[email protected]>

Forgot to initialize the debug variable.

MFC after: 2 weeks


# 9481b542 01-Apr-2010 Dag-Erling Smørgrav <[email protected]>

Add a debugging option (-d)
Add a -k option which fingerd(8) passes through to finger(1).

MFC after: 2 weeks


Revision tags: release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# f9bcf9ca 04-Aug-2008 Colin Percival <[email protected]>

Mark functions as __dead2 in order to help the LLVM static checker
understand which code paths aren't possible.

This commit eliminates 117 false positive bug reports of the form
"allocate memory; er

Mark functions as __dead2 in order to help the LLVM static checker
understand which code paths aren't possible.

This commit eliminates 117 false positive bug reports of the form
"allocate memory; error out if pointer is NULL; use pointer".

show more ...


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0
# 78e3eed0 14-Feb-2005 Stefan Farfeleder <[email protected]>

Fix most cases where the address of an int is passed to a function expecting a
socklen_t * argument.


Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0
# ece20938 29-Mar-2004 Pawel Jakub Dawidek <[email protected]>

Make fingerd(8) WARNS2 clean.


Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0
# 85fe8d41 13-Oct-2002 Kris Kennaway <[email protected]>

Mark the logerr() function __printflike().

MFC after: 3 days


Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 80536ead 26-Jun-2002 Garrett Wollman <[email protected]>

When the -p flag is specified, set an environment variable to the name
of the remote host (or rather, the name as mangled by realhostname_sa())
so that the process can use it to behave differently de

When the -p flag is specified, set an environment variable to the name
of the remote host (or rather, the name as mangled by realhostname_sa())
so that the process can use it to behave differently depending on the
origin on the request. We use this to implement rudimentary visibility
control on our user information.

Make sure that the child process's standard error goes through the same
NVT-ASCII filter as is applied to the standard output.

Don't attempt to call logerr() from the child since stdio is not safe in
a vforked process. Just write a message to fd 2 instead. (Ideally, the
parent would open two pipes, and siphon off our stderr to some place less
public, but I have not attempted to do so in this implementation.)

show more ...


# f24b4798 30-May-2002 Garrett Wollman <[email protected]>

Add used include of <string.h>.
Delete unused include of <strings.h>.


# c4eda42c 24-Feb-2002 Mike Barcroft <[email protected]>

Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.

MFC after: 1 week


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# e4bc453c 03-Feb-2002 Warner Losh <[email protected]>

o Eliminate __P
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register


# 9f619f79 04-Oct-2001 Ruslan Ermilov <[email protected]>

Terminate the array of execv(3) pointers by a NULL pointer in the edge case.

PR: bin/30913
Submitted by: Dimitri Lommers <[email protected]>


Revision tags: release/4.3.0_cvs, release/4.3.0
# b27e228c 20-Jan-2001 Chris D. Faulhaber <[email protected]>

Check malloc() and strdup() return values

Reviewed by: kris


Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs
# 7395b85a 18-Feb-2000 Yoshinobu Inoue <[email protected]>

Support logging for IPv6 remote host.

Approved by: jkh

PR: bin/16789
Submitted by: Ben Smithurst <[email protected]


Revision tags: release/3.4.0_cvs, release/3.3.0_cvs
# 7f3dea24 28-Aug-1999 Peter Wemm <[email protected]>

$Id$ -> $FreeBSD$


Revision tags: release/3.2.0
# d050fd42 18-May-1999 Peter Wemm <[email protected]>

Identify illegal switches, don't print them as '?' in the error..


# d9dc7d5c 07-Apr-1999 Brian Somers <[email protected]>

Fix the size of rhost, don't forget to NUL terminate
it and use brackets for sizeof.
Requested by: bde


# 32af26a5 06-Apr-1999 Brian Somers <[email protected]>

Use realhostname() rather than various combinations of
gethostbyaddr() & gethostbyname().

Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length.


Revision tags: release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7
# 63e7e54a 15-May-1998 John Birrell <[email protected]>

NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try setting
this socket option. This is temporary code while the alpha still uses
NetBSD socket code in the kernel.


Revision tags: release/2.2.6
# 74b634ac 20-Nov-1997 Philippe Charnier <[email protected]>

Add const to copyright string. Put sccsid under #if 0/#endif control.


# c6633e1b 14-Nov-1997 Sean Eric Fagan <[email protected]>

Log the request from the remote side, in addition to it having happened.

Reviewed by: julian


Revision tags: release/2.2.5_cvs, release/2.2.2_cvs
# 91477cc4 28-Mar-1997 Warner Losh <[email protected]>

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


12