Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (0a02e5d1d7bacf15349840b0a2d0dc52133fc8a8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (0a02e5d1d7bacf15349840b0a2d0dc52133fc8a8)
  • Date: Tue, 27 Nov 2007 03:24:28 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

security-libs/pam-krb5/DETAILS | 39 ++++++++++++++++++++++++++++++++-------
security-libs/pam-krb5/HISTORY | 3 +++
2 files changed, 35 insertions(+), 7 deletions(-)

New commits:
commit fa179449cfc44a9a31e45109f56e311ce08369bb
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

pam-krb5: ups +x DETAILS

commit 7f4400840f1768cfdb06e758bde21a648227fdc2
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

pam-krb5: bad long lines in DETAILS

diff --git a/security-libs/pam-krb5/DETAILS b/security-libs/pam-krb5/DETAILS
index efc4c42..f357553 100755
--- a/security-libs/pam-krb5/DETAILS
+++ b/security-libs/pam-krb5/DETAILS
@@ -1,20 +1,45 @@
SPELL=pam-krb5
VERSION=3.9
SOURCE=$SPELL-$VERSION.tar.gz
-









SOURCE2=$SOURCE.asc
-









SOURCE2_IGNORE=signature
-









SOURCE_GPG=0AFC7476.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2=$SOURCE.asc
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=0AFC7476.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://archives.eyrie.org/software/kerberos/$SOURCE
-









SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
WEB_SITE=http://www.eyrie.org/~eagle/software/pam-krb5/
ENTERED=20071125
KEYWORDS="pam security libs"
SHORT='Kerberos 5 PAM module'
cat << EOF
-pam-krb5 provides a Kerberos v5 PAM module that supports authentication,
user ticket cache handling, simple authorization (via .k5login or checking
Kerberos principals against local usernames), and password changing. It can
be configured through either options in the PAM configuration itself or
through entries in the system krb5.conf file, and it tries to work around PAM
implementation flaws in commonly-used PAM-enabled applications such as
OpenSSH and xdm.
+pam-krb5 provides a Kerberos v5 PAM module that supports
+authentication, user ticket cache handling, simple authorization (via
+.k5login or checking Kerberos principals against local usernames), and
+password changing. It can be configured through either options in the PAM
+configuration itself or through entries in the system krb5.conf file,
+and it tries to work around PAM implementation flaws in commonly-used
+PAM-enabled applications such as OpenSSH and xdm.

-This is not the Kerberos v5 PAM module maintained on Sourceforge and used on
Red Hat systems. It is an independent implementation that, if it ever shared
any common code, diverged long ago. It supports some features that the
Sourceforge module does not (particularly around authorization), and does not
support some options (particularly ones not directly related to Kerberos v5)
that it does. This module will never support Kerberos v4 and will probably
never directly support AFS (AFS is probably better-supported via a dedicated
AFS PAM module that can be stacked with the Kerberos module of your choice).
The main reason why I use and maintain this module rather than the
Sourceforge module is the search_k5login feature, but I also believe the
source code is cleaner and easier to understand and maintain.
+This is not the Kerberos v5 PAM module maintained on Sourceforge and
+used on Red Hat systems. It is an independent implementation that, if
+it ever shared any common code, diverged long ago. It supports some
+features that the Sourceforge module does not (particularly around
+authorization), and does not support some options (particularly ones not
+directly related to Kerberos v5) that it does. This module will never
+support Kerberos v4 and will probably never directly support AFS (AFS
+is probably better-supported via a dedicated AFS PAM module that can be
+stacked with the Kerberos module of your choice). The main reason why I
+use and maintain this module rather than the Sourceforge module is the
+search_k5login feature, but I also believe the source code is cleaner
+and easier to understand and maintain.

-This module is based on the Kerberos PAM module by Frank Cusack, which in
turn was based on ideas taken from PAM modules written by Naomaru Itoi,
Curtis King, and Derrick Brashear. It incorporates improvements made to the
Debian version of the module by Sam Hartman and other fixes by Joel Kociolek.
The 1.1 and 1.2 releases were done by Andres Salomon. I took over maintenance
of this module as of 2.0 in order to incorporate many additional fixes and
improvements I was doing for Debian and to provide a regular upstream
distribution that could be used for the Heimdal module in Debian and that we
could use at Stanford for Red Hat and Solaris.
+This module is based on the Kerberos PAM module by Frank Cusack, which in
+turn was based on ideas taken from PAM modules written by Naomaru Itoi,
+Curtis King, and Derrick Brashear. It incorporates improvements made to
+the Debian version of the module by Sam Hartman and other fixes by Joel
+Kociolek. The 1.1 and 1.2 releases were done by Andres Salomon. I took
+over maintenance of this module as of 2.0 in order to incorporate many
+additional fixes and improvements I was doing for Debian and to provide
+a regular upstream distribution that could be used for the Heimdal module
+in Debian and that we could use at Stanford for Red Hat and Solaris.
EOF
diff --git a/security-libs/pam-krb5/HISTORY b/security-libs/pam-krb5/HISTORY
index 7c45e19..7b76e24 100644
--- a/security-libs/pam-krb5/HISTORY
+++ b/security-libs/pam-krb5/HISTORY
@@ -1,2 +1,5 @@
+2007-11-27 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: bad long lines
+
2007-11-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, BUILD, HISTORY, 0AFC7476.gpg: created spell




Archive powered by MHonArc 2.6.24.

Top of Page