diff options
-rw-r--r-- | net/Makefile | 4 | ||||
-rw-r--r-- | net/nidentd/DESCR | 4 | ||||
-rw-r--r-- | net/nidentd/Makefile | 5 |
3 files changed, 10 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index 0d383d9c68d..c211acb9f28 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.281 2002/03/27 23:02:46 sommerfeld Exp $ +# $NetBSD: Makefile,v 1.282 2002/03/27 23:43:47 sommerfeld Exp $ # COMMENT= Networking tools @@ -116,7 +116,7 @@ SUBDIR+= netsaint-plugin-cluster SUBDIR+= netsaint-plugin-snmp SUBDIR+= netsaint-plugins SUBDIR+= ngrep -# SUBDIR+= nidentd +SUBDIR+= nidentd SUBDIR+= nmap SUBDIR+= nmapfe SUBDIR+= nocol diff --git a/net/nidentd/DESCR b/net/nidentd/DESCR index 88a434a8612..24f143d2eb3 100644 --- a/net/nidentd/DESCR +++ b/net/nidentd/DESCR @@ -5,4 +5,8 @@ ever use this; if you think you need this, you really need protocols which do strong host and/or user authentication such as ssh and IPsec in conjunction with audit trails. +Note also that this package is a very inefficient shell script which +runs dozens of processes per connection. + + diff --git a/net/nidentd/Makefile b/net/nidentd/Makefile index 4cbd5071f3d..40ba8de4cce 100644 --- a/net/nidentd/Makefile +++ b/net/nidentd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/27 22:25:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/27 23:43:48 sommerfeld Exp $ # DISTNAME= nidentd-0.3 @@ -9,6 +9,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org COMMENT= identd that supports IPv4, IPv6 and NAT +BROKEN= Distfile checksum mismatch. +BROKEN+= Extreme inefficiency enables DoS attacks, particularly when running as root. + DEPENDS+= lsof-*:../../sysutils/lsof WRKSRC= ${WRKDIR}/nidentd |