diff options
author | Will Andrews <will@FreeBSD.org> | 2000-03-27 09:58:45 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-03-27 09:58:45 +0000 |
commit | 42def776970f35e4a5d66da9a996d8a1f97df487 (patch) | |
tree | eae5a42b9cf641c5612e2e587202f7085002e237 /security | |
parent | 89a0530a5c9f3fa8ffaf5b3de285206a47312e8b (diff) | |
download | ports-42def776970f35e4a5d66da9a996d8a1f97df487.tar.gz ports-42def776970f35e4a5d66da9a996d8a1f97df487.zip |
Add ident2, a way for people running behind a natd server to use ident.
PR: 15192
Submitted by: Rod Taylor <rod@zort.on.ca>
Notes
Notes:
svn path=/head/; revision=27079
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/ident2/Makefile | 20 | ||||
-rw-r--r-- | security/ident2/distinfo | 1 | ||||
-rw-r--r-- | security/ident2/pkg-comment | 1 | ||||
-rw-r--r-- | security/ident2/pkg-descr | 7 | ||||
-rw-r--r-- | security/ident2/pkg-plist | 1 |
6 files changed, 31 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 6463065b4ded..8c3494dde41c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -23,6 +23,7 @@ SUBDIR += gpasman SUBDIR += gtkportscan SUBDIR += heimdal + SUBDIR += ident2 SUBDIR += identify SUBDIR += its4 SUBDIR += john diff --git a/security/ident2/Makefile b/security/ident2/Makefile new file mode 100644 index 000000000000..0cdb289f0b9a --- /dev/null +++ b/security/ident2/Makefile @@ -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> diff --git a/security/ident2/distinfo b/security/ident2/distinfo new file mode 100644 index 000000000000..38d5c58d8e6e --- /dev/null +++ b/security/ident2/distinfo @@ -0,0 +1 @@ +MD5 (ident2-v1.0_FINAL.tar.gz) = 6d6f5b90d9af84c42ffb37e70c81f3d8 diff --git a/security/ident2/pkg-comment b/security/ident2/pkg-comment new file mode 100644 index 000000000000..625816ada2a7 --- /dev/null +++ b/security/ident2/pkg-comment @@ -0,0 +1 @@ +An RFC1413 identification server which also supports random replies. diff --git a/security/ident2/pkg-descr b/security/ident2/pkg-descr new file mode 100644 index 000000000000..597349ca6eac --- /dev/null +++ b/security/ident2/pkg-descr @@ -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. diff --git a/security/ident2/pkg-plist b/security/ident2/pkg-plist new file mode 100644 index 000000000000..3c26e634fa27 --- /dev/null +++ b/security/ident2/pkg-plist @@ -0,0 +1 @@ +sbin/ident2 |