diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-12-24 14:03:27 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-12-24 14:03:27 +0800 |
commit | ee41c81f951224066db2f7cf394a8f6c9cc519bc (patch) | |
tree | c15615eac541aa41e9484ec98e159187f1030304 /security/oidentd | |
parent | 1a2e30dda45cbf1f4ebe1f2cba51623387b28af1 (diff) | |
download | freebsd-ports-graphics-ee41c81f951224066db2f7cf394a8f6c9cc519bc.tar.gz freebsd-ports-graphics-ee41c81f951224066db2f7cf394a8f6c9cc519bc.tar.zst freebsd-ports-graphics-ee41c81f951224066db2f7cf394a8f6c9cc519bc.zip |
oidentd now supports masqueraded connections under FreeBSD systems
running ipf
Update description
Update to 2.0.1
PR: 31466
Submitted by: mdl@60hz.org
Approved by: trevor (according to originator)
Diffstat (limited to 'security/oidentd')
-rw-r--r-- | security/oidentd/Makefile | 5 | ||||
-rw-r--r-- | security/oidentd/distinfo | 2 | ||||
-rw-r--r-- | security/oidentd/pkg-descr | 23 |
3 files changed, 14 insertions, 16 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index 6a8f964c3c5..ee5af617878 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -6,15 +6,16 @@ # PORTNAME= oidentd -PORTVERSION= 1.7.1 +PORTVERSION= 2.0.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ojnk -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= mdl@60hz.org USE_GMAKE= yes GNU_CONFIGURE= yes +MAN5= oidentd.conf.5 oidentd_masq.conf.5 MAN8= oidentd.8 .include <bsd.port.mk> diff --git a/security/oidentd/distinfo b/security/oidentd/distinfo index 8262b7853ca..de956dc9455 100644 --- a/security/oidentd/distinfo +++ b/security/oidentd/distinfo @@ -1 +1 @@ -MD5 (oidentd-1.7.1.tar.gz) = 30db92649bcb64829df874ace77c038e +MD5 (oidentd-2.0.1.tar.gz) = 7c4f4f26ab44dfab88861b45260e324c diff --git a/security/oidentd/pkg-descr b/security/oidentd/pkg-descr index 02f6adb401b..5479c27db94 100644 --- a/security/oidentd/pkg-descr +++ b/security/oidentd/pkg-descr @@ -1,21 +1,18 @@ from the README: -Oidentd is an RFC 1413-compliant ident daemon which runs on -GNU/Linux, FreeBSD and OpenBSD. Oidentd supports most features of -pidentd as well as a number of features absent in pidentd. Most -notably, oidentd allows users, given the proper permission, to -specify the identd response that the server will output when a -successful lookup is completed. Oidentd also allows for pseudo-random -strings (either a prefix, such as "user," followed by a number -between 0 and 99999, or 10 pseudo-random characters of the set -0-9A-Za-z) to be returned upon the completion of a successful lookup -instead of a username or a UID. The IP masquerading support only -exists on Linux right now. +oidentd is an ident (rfc1413 compliant) daemon that runs on Linux, +FreeBSD, OpenBSD and Solaris. oidentd can handle IP masqueraded/NAT connections +on Linux, FreeBSD and OpenBSD. oidentd has a flexible mechanism for specifying +ident responses. Users can be granted permission to specify their own ident +responses. Responses can be specified according to host and port pairs. FreeBSD's inetd has a built-in ident service which can also generate bogus responses. +Porter's note: Masquerading only works with ipf at the moment. Hopefully ipfw +will be supported in a later version of oidentd. + WWW: http://ojnk.sourceforge.net/ -Trevor Johnson -trevor@jpj.net +Mark Laws +mdl@60hz.org |