summaryrefslogtreecommitdiff
path: root/security/liedentd
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2001-03-21 05:44:50 +0000
committerWes Peters <wes@FreeBSD.org>2001-03-21 05:44:50 +0000
commit33711984a3395b8e30cab1b14a7caab22157132d (patch)
tree324582d05ca358c9c90d80111be8cf4c128e3189 /security/liedentd
parentUpdate to version 0.4.12 (diff)
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.
Notes
Notes: svn path=/head/; revision=40148
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 000000000000..c95573cd4f00
--- /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 000000000000..0c31d527c369
--- /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 000000000000..944221bd3848
--- /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 000000000000..ddb216864d6d
--- /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 000000000000..b0be88e0f527
--- /dev/null
+++ b/security/liedentd/pkg-plist
@@ -0,0 +1,2 @@
+sbin/liedentd
+etc/rc.d/liedentd.sh