aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdchk
Commit message (Collapse)AuthorAgeFilesLines
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* Turn on the extended syntax, which TCP_wrappers has by default, asMark Murray2003-07-241-1/+1
| | | | | | | distributed. Notes: svn path=/head/; revision=117980
* Drop MAINTAINER bits from here.Mark Murray2003-06-041-2/+0
| | | | Notes: svn path=/head/; revision=115834
* Don't clobber CFLAGS.Mark Murray2001-08-041-1/+1
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=81141
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-5/+3
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* Add IPv6 scoped address support.Hajimu UMEMOTO2000-07-141-1/+3
| | | | | | | | | | | It enables us to control link-local connections by interface like this: ALL : [fe80::%ed0]/10 : allow ALL : [fe80::]/10 : deny Notes: svn path=/head/; revision=63158
* Missing tcp_wrapper IPv6 support seemed to be a bug, so commit it.Yoshinobu Inoue2000-02-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Now when tcp_wrapper is enabled by inetd -wW, several accesses which should be permitted are refused only for IPv6, if hostname is used to decide the host to be allowed. IPv6 users will be just upset. About security related concern. -All extensions are wrapped by #ifdef INET6, so people can completely disable the extension by recompile libwrap without INET6 option. -Access via IPv6 is not enabled by default. People need to enable IPv6 access by changing /etc/inetd.conf at first, by adding tcp6 and/or tcp46 entries. -The base of patches are from KAME package and are actually daily used for more than a year in several Japanese IPv6 environments. -Patches are reviewed by markm. Approved by: jkh Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Reviewed by: markm Obtained from: KAME project Notes: svn path=/head/; revision=56977
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Build tcp_wrappers' userland. I am not building tcpd, because in a dayMark Murray1999-03-141-0/+20
or two, inetd will gain the necessary functionality. At that stage, I'll make wrapping the default for sendmail and portmapper as well. Notes: svn path=/head/; revision=44747