History log of /src/libexec/fingerd |
Revision | Date | Author | Comments |
1.9 | 10-Jan-2005 |
lukem | Only compile in IPv6 support if ${USE_INET6} != "no"
MKINET6 is for providing IPv6 infrastructure. USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
|
1.8 | 02-Jul-1999 |
itojun | dual-stack fingerd. Run it from inetd like: >>finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
Single daemon on tcp6 socket will be able to serve both IPv4 and IPv6 connections, while you can run both if you wish.
|
1.7 | 08-Oct-1997 |
mrg | merge lite-2 rcsids
|
1.6 | 08-Oct-1997 |
mrg | merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.
|
1.5 | 09-Sep-1997 |
mrg | `-s' for `secure' doesn't make much sense. just note that it disables forwarding of finger requests. also, log the text of the request if supplied. cleanup for WARNS=1.
|
1.4 | 20-Jan-1997 |
thorpej | RCS ID police.
|
1.3 | 22-Dec-1994 |
cgd | specify man pages the new way.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Apr-1997 |
tls | Import from 4.4BSD-Lite
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.22 | 24-Dec-2016 |
abhinav | Fix a sentence.
|
1.21 | 22-Dec-2016 |
abhinav | We don't have any ``name'' program, so remove its reference and use markup to refer finger(1).
ok wiz@
|
1.20 | 02-Nov-2003 |
wiz | branches: 1.20.78; Some improvements from the OpenBSD version of this man page. Forwarded by jmc@openbsd.
|
1.19 | 07-Sep-2003 |
wiz | Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. From jmc@openbsd.
|
1.18 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22284, verified by myself.
|
1.17 | 29-Sep-2002 |
wiz | Remove some unneeded backslashes.
|
1.16 | 12-Sep-2002 |
wiz | Bump date for -8.
|
1.15 | 12-Sep-2002 |
wiz | Sort options.
|
1.14 | 12-Sep-2002 |
kim | Replace -i with -8, which enables new 8-bit pass-through on the client.
|
1.13 | 10-Sep-2002 |
kim | Add a switch for easy enabling of single-byte 8-bit output.
This is somewhat of a hack, but I find it better than having to run env(1) from inetd(8), or changing the environment for inetd(8) itself (and thus all daemons started by it).
|
1.12 | 15-Jan-2002 |
wiz | Sort sections.
|
1.11 | 22-Mar-1999 |
garbled | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
1.10 | 29-Aug-1998 |
kim | Added a "-h" option to fingerd, passed on to finger (show host, not office).
|
1.9 | 29-Apr-1998 |
fair | fix bad .Xr references
|
1.8 | 20-Oct-1997 |
enami | - Fix .Nm usage. - Refer finger by .Xr instead of .Nm.
|
1.7 | 09-Sep-1997 |
mrg | `-s' for `secure' doesn't make much sense. just note that it disables forwarding of finger requests. also, log the text of the request if supplied. cleanup for WARNS=1.
|
1.6 | 09-Sep-1997 |
mrg | add "-g" flag: this just gets passed to finger.
|
1.5 | 20-Jan-1997 |
thorpej | RCS ID police.
|
1.4 | 08-Jan-1997 |
cjs | PR 3089: fingerd.8 could be misleading. Patch from Klaus Klein <kleink@layla.inka.de>, with a few minor mods by cjs.
|
1.3 | 10-Aug-1996 |
explorer | Replace our fingerd with one from OpenBSD, which fixes some security holes and adds new features.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Apr-1997 |
tls | Import from 4.4BSD-Lite
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.20.78.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.27 | 15-Mar-2012 |
joerg | Add __printflike attribution to use vprintf and friends with an argument as format string.
|
1.26 | 27-Aug-2011 |
joerg | branches: 1.26.2; Rename err() to avoid overlap with libc. Mark it dead.
|
1.25 | 14-Mar-2009 |
lukem | apply some __UNCONST().
|
1.24 | 20-Jul-2008 |
lukem | branches: 1.24.6; Remove the \n and tabs from the __COPYRIGHT() strings.
|
1.23 | 09-May-2006 |
mrg | branches: 1.23.20; change (mostly) int to socklen_t. GCC 4 doesn't like that int and socklen_t are different signness.
|
1.22 | 06-Feb-2005 |
perry | de-__P, ANSIfy function declarations, remove obsolete "register" declarations.
|
1.21 | 26-Mar-2004 |
fair | Apply patch from PR 24917 to correct option parse error reporting.
|
1.20 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22284, verified by myself.
|
1.19 | 12-Sep-2002 |
kim | Replace -i with -8, which enables new 8-bit pass-through on the client.
|
1.18 | 10-Sep-2002 |
itojun | tabify
|
1.17 | 10-Sep-2002 |
kim | Add a switch for easy enabling of single-byte 8-bit output.
This is somewhat of a hack, but I find it better than having to run env(1) from inetd(8), or changing the environment for inetd(8) itself (and thus all daemons started by it).
|
1.16 | 08-Jul-2002 |
itojun | typo in message. PR 17528
|
1.15 | 26-May-2002 |
wiz | __STDC__ is always defined on NetBSD.
|
1.14 | 09-Apr-2002 |
thorpej | branches: 1.14.2; Use __COPYRIGHT() and __RCSID() macros.
|
1.13 | 16-Dec-1999 |
itojun | do not touch __ss_len directly, they are not supposed to be touched.
|
1.12 | 26-Sep-1999 |
kleink | Need <sys/param.h> for MAXHOSTNAMELEN.
|
1.11 | 02-Jul-1999 |
itojun | branches: 1.11.2; dual-stack fingerd. Run it from inetd like: >>finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd
Single daemon on tcp6 socket will be able to serve both IPv4 and IPv6 connections, while you can run both if you wish.
|
1.10 | 31-Jan-1999 |
mrg | do not use LOG_CONS.
|
1.9 | 29-Aug-1998 |
kim | Added a "-h" option to fingerd, passed on to finger (show host, not office).
|
1.8 | 03-Feb-1998 |
perry | change <strings.h> to <string.h> to fix compiler warning
|
1.7 | 08-Oct-1997 |
enami | Compare a return value of getopt() against -1 instead of EOF.
|
1.6 | 09-Sep-1997 |
mrg | `-s' for `secure' doesn't make much sense. just note that it disables forwarding of finger requests. also, log the text of the request if supplied. cleanup for WARNS=1.
|
1.5 | 09-Sep-1997 |
mrg | add "-g" flag: this just gets passed to finger.
|
1.4 | 20-Jan-1997 |
thorpej | RCS ID police.
|
1.3 | 10-Aug-1996 |
explorer | Replace our fingerd with one from OpenBSD, which fixes some security holes and adds new features.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Apr-1997 |
tls | Import from 4.4BSD-Lite
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.11.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.14.2.2 | 29-Mar-2004 |
jmc | Pullup rev 1.21 (requested by fair in ticket #1639)
Correct option parse error reporting. PR#24917
|
1.14.2.1 | 06-Nov-2002 |
tron | Pull up revision 1.16 (requested by itojun in ticket #445): typo in message. PR 17528
|
1.23.20.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.24.6.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.26.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.4 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22284, verified by myself.
|
1.3 | 20-Jan-1997 |
thorpej | RCS ID police.
|
1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Apr-1997 |
tls | Import from 4.4BSD-Lite
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|