1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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)
This commit is contained in:
David W. Chapman Jr. 2001-12-24 06:03:27 +00:00
parent 699e3a3815
commit 5705c909b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52083
3 changed files with 14 additions and 16 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (oidentd-1.7.1.tar.gz) = 30db92649bcb64829df874ace77c038e
MD5 (oidentd-2.0.1.tar.gz) = 7c4f4f26ab44dfab88861b45260e324c

View File

@ -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