summaryrefslogtreecommitdiffstats
path: root/security/liedentd
diff options
context:
space:
mode:
authorwes <wes@FreeBSD.org>2001-03-21 05:44:50 +0000
committerwes <wes@FreeBSD.org>2001-03-21 05:44:50 +0000
commit7498a15a8a64b0958b12a7d01df1412350732028 (patch)
treea282b6d7a2944c7a82cab859043f72c81a61dd86 /security/liedentd
parentaa642509a4433ea744789b4dddead61422cab2b1 (diff)
downloadFreeBSD-ports-7498a15a8a64b0958b12a7d01df1412350732028.zip
FreeBSD-ports-7498a15a8a64b0958b12a7d01df1412350732028.tar.gz
Add port for 'liedentd', yet another secure ident server. This
one provides random name responses generated via MD5 for each request. Obtained from: Softweyr LLC.
Diffstat (limited to 'security/liedentd')
-rw-r--r--security/liedentd/Makefile15
-rw-r--r--security/liedentd/distinfo1
-rw-r--r--security/liedentd/pkg-comment1
-rw-r--r--security/liedentd/pkg-descr7
-rw-r--r--security/liedentd/pkg-plist2
5 files changed, 26 insertions, 0 deletions
diff --git a/security/liedentd/Makefile b/security/liedentd/Makefile
new file mode 100644
index 0000000..c95573c
--- /dev/null
+++ b/security/liedentd/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: liedentd
+# Date created: 20 Mar 2001
+# Whom: wes@freebsd.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= liedentd
+PORTVERSION= 1.0
+CATEGORIES= security net
+MASTER_SITES= ftp://softweyr.com/pub/softweyr/
+
+MAINTAINER= wes@freebsd.org
+
+.include <bsd.port.mk>
diff --git a/security/liedentd/distinfo b/security/liedentd/distinfo
new file mode 100644
index 0000000..0c31d52
--- /dev/null
+++ b/security/liedentd/distinfo
@@ -0,0 +1 @@
+MD5 (liedentd-1.0.tar.gz) = d4808e384fc911287a7aee452dc6fecb
diff --git a/security/liedentd/pkg-comment b/security/liedentd/pkg-comment
new file mode 100644
index 0000000..944221b
--- /dev/null
+++ b/security/liedentd/pkg-comment
@@ -0,0 +1 @@
+An ident server which refuses to divulge security information
diff --git a/security/liedentd/pkg-descr b/security/liedentd/pkg-descr
new file mode 100644
index 0000000..ddb2168
--- /dev/null
+++ b/security/liedentd/pkg-descr
@@ -0,0 +1,7 @@
+This ident daemon runs as a standalong daemon and lies about users. By
+default, a random string is returned for each ident request, in order to
+preserve the security of your system. The name returned and the OS name
+may be specified on the command line.
+
+When run on a NAT router, this server simplifies the problem of using IRC
+through a NAT network.
diff --git a/security/liedentd/pkg-plist b/security/liedentd/pkg-plist
new file mode 100644
index 0000000..b0be88e
--- /dev/null
+++ b/security/liedentd/pkg-plist
@@ -0,0 +1,2 @@
+sbin/liedentd
+etc/rc.d/liedentd.sh
OpenPOWER on IntegriCloud