History log of /freebsd-10.0-release/libexec/fingerd/fingerd.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 206040 01-Apr-2010 des

Forgot to initialize the debug variable.

MFC after: 2 weeks


# 206038 01-Apr-2010 des

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

MFC after: 2 weeks


# 181269 03-Aug-2008 cperciva

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".


# 141918 14-Feb-2005 stefanf

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


# 127560 29-Mar-2004 pjd

Make fingerd(8) WARNS2 clean.


# 105040 13-Oct-2002 kris

Mark the logerr() function __printflike().

MFC after: 3 days


# 98897 26-Jun-2002 wollman

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.)


# 97635 30-May-2002 wollman

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


# 91201 24-Feb-2002 mike

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

MFC after: 1 week


# 90148 03-Feb-2002 imp

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


# 84454 04-Oct-2001 ru

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

PR: bin/30913
Submitted by: Dimitri Lommers <dimitri@hinttech.com>


# 71274 19-Jan-2001 jedgar

Check malloc() and strdup() return values

Reviewed by: kris


# 57313 18-Feb-2000 shin

Support logging for IPv6 remote host.

Approved by: jkh

PR: bin/16789
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 47291 18-May-1999 peter

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


# 45418 07-Apr-1999 brian

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


# 45393 06-Apr-1999 brian

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

Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length.


# 36045 15-May-1998 jb

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.


# 31308 20-Nov-1997 charnier

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


# 31168 14-Nov-1997 sef

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

Reviewed by: julian


# 24349 28-Mar-1997 imp

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


# 22989 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 12908 17-Dec-1995 wollman

Implement server-side transaction TCP. (Has no effect on non-TTCP clients.)


# 12728 10-Dec-1995 peter

Fix the bug which allowed people to avoid the "-s" (secure) bug.
Now, "finger" is invoked with "--" before the first network supplied
argument, so the "--" and "-l" hacks will be stopped.


# 8870 30-May-1995 rgrimes

Remove trailing whitespace.


# 6180 04-Feb-1995 phk

fixed spelling error.


# 1593 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1592,
which included commits to RCS files with non-trunk default branches.


# 1592 27-May-1994 rgrimes

BSD 4.4 Lite Libexec Sources