Add ident2, a way for people running behind a natd server to use ident.

PR:		15192
Submitted by:	Rod Taylor <rod@zort.on.ca>
This commit is contained in:
Will Andrews
2000-03-27 09:58:45 +00:00
parent 89a0530a5c
commit 42def77697
6 changed files with 31 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
SUBDIR += gpasman
SUBDIR += gtkportscan
SUBDIR += heimdal
SUBDIR += ident2
SUBDIR += identify
SUBDIR += its4
SUBDIR += john

20
security/ident2/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# New ports collection makefile for: ident2
# Version required: 1.0
# Date created: 30 Nov 1999
# Whom: rod@zort.on.ca
#
# $FreeBSD$
#
DISTNAME= ident2-v1.0_FINAL
PKGNAME= ident2-1.0
CATEGORIES= security net
MASTER_SITES= http://www.nyct.net/~defile/programs/ident2/ \
http://www.oscentral.org/files/software/
MAINTAINER= rod@zort.on.ca
GNU_CONFIGURE= yes
MAN8= ident2.8
.include <bsd.port.mk>

1
security/ident2/distinfo Normal file
View File

@@ -0,0 +1 @@
MD5 (ident2-v1.0_FINAL.tar.gz) = 6d6f5b90d9af84c42ffb37e70c81f3d8

View File

@@ -0,0 +1 @@
An RFC1413 identification server which also supports random replies.

View File

@@ -0,0 +1,7 @@
This ident daemon runs as either a standalong daemon or as a child of inetd.
Replies of your choice can be generated through a .ident file in the users
home directory. A .noident will make it do an ident will not be conducted
if the file is found in the users home directory.
The server can also send random replies to all requests. This simplifies
the problem of using IRC through a NATD network.

View File

@@ -0,0 +1 @@
sbin/ident2