summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2002-02-14 00:42:04 +0000
committerabs <abs@pkgsrc.org>2002-02-14 00:42:04 +0000
commit9b14a06cbf568375526489da8170dcecfebe5273 (patch)
tree2866381c74363e5ab163c6e5687357c31f7dd543
parentafd68222489d7c35a14b69d1b97ea064961a98c0 (diff)
downloadpkgsrc-9b14a06cbf568375526489da8170dcecfebe5273.tar.gz
Import msu-1.00
msu (or mini/mono su) is a simple way to provide passwordless access to accounts specified in a config file. Useful for shared accounts and suchlike. Its more a convenient way to _reduce_ security, than increase it, but as its related to account authorisation it goes into security...
-rw-r--r--security/Makefile3
-rw-r--r--security/msu/DESCR4
-rw-r--r--security/msu/Makefile12
-rw-r--r--security/msu/PLIST3
-rw-r--r--security/msu/distinfo4
5 files changed, 25 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index 5e5980118b5..9752d39aad2 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2002/01/29 22:37:44 jlam Exp $
+# $NetBSD: Makefile,v 1.102 2002/02/14 00:43:38 abs Exp $
#
COMMENT= Security tools
@@ -37,6 +37,7 @@ SUBDIR+= logcheck
SUBDIR+= mcrypt
SUBDIR+= mhash
SUBDIR+= mirrordir
+SUBDIR+= msu
SUBDIR+= nessus
SUBDIR+= nessus-core
SUBDIR+= nessus-libraries
diff --git a/security/msu/DESCR b/security/msu/DESCR
new file mode 100644
index 00000000000..e064571e957
--- /dev/null
+++ b/security/msu/DESCR
@@ -0,0 +1,4 @@
+msu grants passwordless access to accounts specified in msu.conf.
+It can be used as a login shell to provide multiple users with
+access to a single account, each with their own 'login' and
+'password', or as convenient access to a shared account.
diff --git a/security/msu/Makefile b/security/msu/Makefile
new file mode 100644
index 00000000000..7719e5c00a2
--- /dev/null
+++ b/security/msu/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/02/14 00:42:04 abs Exp $
+#
+
+DISTNAME= msu-1.00
+CATEGORIES= security
+MASTER_SITES= http://www.mono.org/abs/tools/msu/
+
+MAINTAINER= abs@netbsd.org
+HOMEPAGE= http://www.mono.org/abs/tools/msu/
+COMMENT= Mini passwordless su
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/msu/PLIST b/security/msu/PLIST
new file mode 100644
index 00000000000..e2e9b574b32
--- /dev/null
+++ b/security/msu/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/14 00:42:04 abs Exp $
+bin/msu
+man/man8/msu.8
diff --git a/security/msu/distinfo b/security/msu/distinfo
new file mode 100644
index 00000000000..10bcbb845a0
--- /dev/null
+++ b/security/msu/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/02/14 00:42:04 abs Exp $
+
+SHA1 (msu-1.00.tar.gz) = 04c4b9fa4c308cf60686de09d36486ad2df809f6
+Size (msu-1.00.tar.gz) = 2791 bytes