History log of /freebsd-10.1-release/libexec/fingerd/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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


262435 24-Feb-2014 brueffer

MFC: r262136

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

Reviewed by: imp


262434 24-Feb-2014 brueffer

MFC: r262135

Add $FreeBSD$.


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


201380 02-Jan-2010 ed

Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.


181269 04-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.


140414 18-Jan-2005 ru

Sort sections.


131487 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


127560 29-Mar-2004 pjd

Make fingerd(8) WARNS2 clean.


105040 13-Oct-2002 kris

Mark the logerr() function __printflike().

MFC after: 3 days


101785 13-Aug-2002 ru

mdoc(7) police: nits.


100442 21-Jul-2002 charnier

Correct wrong grammar from previous commit. Note that fingerd is not limited
to being an interface to finger(1), see -p flag. Remove a reference to
name(?) program we don't have.

Submitted by: wollman


99500 06-Jul-2002 charnier

The .Nm utility


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


90164 04-Feb-2002 kris

Lock down with WFORMAT?=1, with overrides in the subdirectories which
are not yet warning-clean. Tested on i386 and alpha.


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>


81449 10-Aug-2001 ru

mdoc(7) police: protect trailing full stops of abbreviations
with a trailing zero-width space: `e.g.\&'.


79754 15-Jul-2001 dd

Remove whitespace at EOL.


79529 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


74814 26-Mar-2001 ru

- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.


74529 20-Mar-2001 ru

Set the default manual section for libexec/ to 8.


71274 20-Jan-2001 jedgar

Check malloc() and strdup() return values

Reviewed by: kris


68949 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


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


50533 28-Aug-1999 mpp

Add $FreeBSD$ lines to man pages that are missing them to make it
easier for translation teams.

PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>


50476 28-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


45396 06-Apr-1999 brian

Link with libutil


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.


21422 08-Jan-1997 mpp

Correct some misleading text.

Submitted by: Klaus Klein <kleink@layla.inka.de>
Obtained from: NetBSD-bugs PR#3089


18471 22-Sep-1996 wosch

add forgotten $Id$


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.


1875 05-Aug-1994 wollman

Update to new make macros and disable Kerberos because we haven't got it
set up right yet.


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.