Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (676c49254b17e96519934362b64207004cec0806)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (676c49254b17e96519934362b64207004cec0806)
  • Date: Sun, 4 Apr 2010 18:21:46 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
crypto/krb5-appl/BUILD | 2 ++
crypto/krb5-appl/CONFLICTS | 2 ++
crypto/krb5-appl/DEPENDS | 6 ++++++
crypto/krb5-appl/DETAILS | 21 +++++++++++++++++++++
crypto/krb5-appl/HISTORY | 5 +++++
crypto/krb5-appl/PRE_BUILD | 7 +++++++
crypto/krb5-appl/PROVIDES | 1 +
crypto/krb5-appl/desktop/telnet.desktop | 8 ++++++++
crypto/krb5-appl/pam.d/rexec | 10 ++++++++++
crypto/krb5-appl/pam.d/rlogin | 11 +++++++++++
crypto/krb5-appl/pam.d/rsh | 10 ++++++++++
crypto/krb5-appl/system-et.patch.bz2 |binary
crypto/krb5-appl/xinetd.d/ftpd | 13 +++++++++++++
crypto/krb5-appl/xinetd.d/klogind | 13 +++++++++++++
crypto/krb5-appl/xinetd.d/kshd | 13 +++++++++++++
crypto/krb5-appl/xinetd.d/telnetd | 13 +++++++++++++
17 files changed, 138 insertions(+)

New commits:
commit 676c49254b17e96519934362b64207004cec0806
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

crypto/krb5-appl: new spell, krb5 applications (separated from krb5)

diff --git a/ChangeLog b/ChangeLog
index 883ad12..c9b1df6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-05 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/krb5-appl: new spell, krb5 applications (separated from krb5)
+
2010-04-04 Ladislav Hagara <hgr AT vabo.cz>
* disk/lessfs: new spell, userspace inline data deduplicating
filesystem

diff --git a/crypto/krb5-appl/BUILD b/crypto/krb5-appl/BUILD
new file mode 100755
index 0000000..36022ba
--- /dev/null
+++ b/crypto/krb5-appl/BUILD
@@ -0,0 +1,2 @@
+cd $SOURCE_DIRECTORY/$SPELL-$VERSION &&
+default_build
diff --git a/crypto/krb5-appl/CONFLICTS b/crypto/krb5-appl/CONFLICTS
new file mode 100755
index 0000000..39404be
--- /dev/null
+++ b/crypto/krb5-appl/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts netkit-telnet
+conflicts netkit-ftp
diff --git a/crypto/krb5-appl/DEPENDS b/crypto/krb5-appl/DEPENDS
new file mode 100755
index 0000000..fddc7fd
--- /dev/null
+++ b/crypto/krb5-appl/DEPENDS
@@ -0,0 +1,6 @@
+depends krb5 &&
+
+optional_depends "linux-pam" \
+ "" \
+ "" \
+ "for PAM support" &&
diff --git a/crypto/krb5-appl/DETAILS b/crypto/krb5-appl/DETAILS
new file mode 100755
index 0000000..7759c6b
--- /dev/null
+++ b/crypto/krb5-appl/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=krb5-appl
+ VERSION=1.0
+ SOURCE=$SPELL-$VERSION-signed.tar
+ SOURCE_RAW=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://web.mit.edu/kerberos/dist/krb5-appl/1.0/$SOURCE
+
SOURCE_HASH=sha512:607164a7ba603cae9a071a99994a0f2014c5e985035a5ecfba8c7756a589c816a571bf868a3143fa3ee48f07c129772589988a19195654cb25aede5f4c94cf12
+ WEB_SITE=http://web.mit.edu/kerberos/www/
+ ENTERED=20020215
+
LICENSE[0]=http://web.mit.edu/kerberos/www/krb5-1.7/krb5-1.7/doc/krb5-install.html#Copyright
+ PATCHLEVEL=0
+ SECURITY_PATCH=0
+ SHORT="Kerberos 5 aplications"
+cat << EOF
+Kerberos was created by MIT as a solution to network security problems.
+The Kerberos protocol uses strong cryptography so that a client can
+prove its identity to a server (and vice versa) across an insecure
+network connection. After a client and server has used Kerberos to
+prove their identity, they can also encrypt all of their communications
+to assure privacy and data integrity as they go about their business.
+EOF
diff --git a/crypto/krb5-appl/HISTORY b/crypto/krb5-appl/HISTORY
new file mode 100644
index 0000000..00189fe
--- /dev/null
+++ b/crypto/krb5-appl/HISTORY
@@ -0,0 +1,5 @@
+2010-04-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, CONFLICTS, PROVIDES,
+ system-et.patch.bz2, desktop/telnet.desktop,
pam.d/{rexec,rlogin,rsh},
+ xinetd.d/{ftpd,klogind,kshd,telnetd}: spell created, version 1.0
+
diff --git a/crypto/krb5-appl/PRE_BUILD b/crypto/krb5-appl/PRE_BUILD
new file mode 100755
index 0000000..a1d0c86
--- /dev/null
+++ b/crypto/krb5-appl/PRE_BUILD
@@ -0,0 +1,7 @@
+mk_source_dir &&
+cd $SOURCE_DIRECTORY &&
+
+unpack_file &&
+tar xzf ${SOURCE_RAW} &&
+cd $SOURCE_DIRECTORY/$SPELL-$VERSION &&
+bzcat $SCRIPT_DIRECTORY/system-et.patch.bz2 | patch -p1
diff --git a/crypto/krb5-appl/PROVIDES b/crypto/krb5-appl/PROVIDES
new file mode 100755
index 0000000..f1e21b5
--- /dev/null
+++ b/crypto/krb5-appl/PROVIDES
@@ -0,0 +1 @@
+RSH
diff --git a/crypto/krb5-appl/desktop/telnet.desktop
b/crypto/krb5-appl/desktop/telnet.desktop
new file mode 100644
index 0000000..56a970b
--- /dev/null
+++ b/crypto/krb5-appl/desktop/telnet.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Telnet
+Exec=telnet
+Icon=
+Terminal=true
+Type=Application
+Categories=Application;Network;
diff --git a/crypto/krb5-appl/pam.d/rexec b/crypto/krb5-appl/pam.d/rexec
new file mode 100755
index 0000000..65cb933
--- /dev/null
+++ b/crypto/krb5-appl/pam.d/rexec
@@ -0,0 +1,10 @@
+#
+# The PAM configuration file for the `rexec' service
+#
+auth requisite pam_securetty.so
+auth requisite pam_nologin.so
+auth sufficient pam_rhosts_auth.so
+auth required pam_unix.so
+account required pam_unix.so
+session required pam_unix.so
+session required pam_limits.so
diff --git a/crypto/krb5-appl/pam.d/rlogin b/crypto/krb5-appl/pam.d/rlogin
new file mode 100755
index 0000000..261a970
--- /dev/null
+++ b/crypto/krb5-appl/pam.d/rlogin
@@ -0,0 +1,11 @@
+#
+# The PAM configuration file for the `rlogin' service
+# this application passes control to `login' if it fails
+#
+auth requisite pam_securetty.so
+auth requisite pam_nologin.so
+auth required pam_rhosts_auth.so
+account required pam_unix.so
+password required pam_unix.so shadow md5 nullok
+session required pam_unix.so
+session required pam_limits.so
diff --git a/crypto/krb5-appl/pam.d/rsh b/crypto/krb5-appl/pam.d/rsh
new file mode 100755
index 0000000..24fc85f
--- /dev/null
+++ b/crypto/krb5-appl/pam.d/rsh
@@ -0,0 +1,10 @@
+#
+# The PAM configuration file for the `rsh' service
+#
+auth requisite pam_securetty.so
+auth requisite pam_nologin.so
+auth sufficient pam_rhosts_auth.so
+auth required pam_unix.so
+account required pam_unix.so
+session required pam_unix.so
+session required pam_limits.so
diff --git a/crypto/krb5-appl/system-et.patch.bz2
b/crypto/krb5-appl/system-et.patch.bz2
new file mode 100644
index 0000000..8989c12
Binary files /dev/null and b/crypto/krb5-appl/system-et.patch.bz2 differ
diff --git a/crypto/krb5-appl/xinetd.d/ftpd b/crypto/krb5-appl/xinetd.d/ftpd
new file mode 100755
index 0000000..609093d
--- /dev/null
+++ b/crypto/krb5-appl/xinetd.d/ftpd
@@ -0,0 +1,13 @@
+service ftp
+{
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = root
+ server = /usr/sbin/ftpd
+# server_args =
+ per_source = 8
+ log_type = FILE /var/log/xinetd/ftpd
+ log_on_success = PID HOST USERID EXIT DURATION
+ log_on_failure = USERID ATTEMPT
+}
diff --git a/crypto/krb5-appl/xinetd.d/klogind
b/crypto/krb5-appl/xinetd.d/klogind
new file mode 100755
index 0000000..13207e5
--- /dev/null
+++ b/crypto/krb5-appl/xinetd.d/klogind
@@ -0,0 +1,13 @@
+service klogin
+{
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = root
+ server = /usr/sbin/klogind
+# server_args =
+ per_source = 8
+ log_type = FILE /var/log/xinetd/rlogind
+ log_on_success = PID HOST USERID EXIT DURATION
+ log_on_failure = USERID ATTEMPT
+}
diff --git a/crypto/krb5-appl/xinetd.d/kshd b/crypto/krb5-appl/xinetd.d/kshd
new file mode 100755
index 0000000..0fccc95
--- /dev/null
+++ b/crypto/krb5-appl/xinetd.d/kshd
@@ -0,0 +1,13 @@
+service kshd
+{
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = root
+ server = /usr/sbin/kshd
+# server_args =
+ per_source = 8
+ log_type = FILE /var/log/xinetd/kshd
+ log_on_success = PID HOST USERID EXIT DURATION
+ log_on_failure = USERID ATTEMPT
+}
diff --git a/crypto/krb5-appl/xinetd.d/telnetd
b/crypto/krb5-appl/xinetd.d/telnetd
new file mode 100755
index 0000000..5de3d4b
--- /dev/null
+++ b/crypto/krb5-appl/xinetd.d/telnetd
@@ -0,0 +1,13 @@
+service telnet
+{
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = root
+ server = /usr/sbin/telnetd
+# server_args =
+ per_source = 8
+ log_type = FILE /var/log/xinetd/telnetd
+ log_on_success = PID HOST USERID EXIT DURATION
+ log_on_failure = USERID ATTEMPT
+}



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (676c49254b17e96519934362b64207004cec0806), Ladislav Hagara, 04/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page