Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e9b4a1daee8186bb8e3f88b93408778102deab31)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e9b4a1daee8186bb8e3f88b93408778102deab31)
  • Date: Thu, 31 Jul 2008 16:19:03 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 4 ++++
gnome2-libs/intltool/HISTORY | 3 +++
security-libs/pam_ccreds/DEPENDS | 3 +++
security-libs/pam_ccreds/DETAILS | 18 ++++++++++++++++++
security-libs/pam_ccreds/HISTORY | 2 ++
security-libs/pam_ccreds/TRIGGERS | 1 +
security-libs/pam_ldap/DETAILS | 4 ++--
security-libs/pam_ldap/HISTORY | 3 +++
utils/nss_ldap/DETAILS | 4 ++--
utils/nss_ldap/HISTORY | 3 +++
10 files changed, 41 insertions(+), 4 deletions(-)

New commits:
commit e9b4a1daee8186bb8e3f88b93408778102deab31
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

intltool: in.in.in.in.in ;)

commit 8c65b03bdc2bce7e1f973f46c0550bd0e597a424
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

pam_ccreds: new spell, caching of credentials for offline use.
(think ldap authentication and laptops)

commit 3bd9816e501cb1648fc9270918e5286dd6e1d9a0
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

nss_ldap: version 2.6.1

commit 26f455080bb04cfaf229c974c28f31539a3c9148
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

pam_ldap: version 184

diff --git a/ChangeLog b/ChangeLog
index e8ad421..b14588b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-31 Arjan Bouter <abouter AT sourcemage.org>
+ * security-libs/pam_ccreds: new spell, caching of credentials
+ for offline use
+
2008-07-27 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* utils/9mount: new spell, mount utils around 9p module

diff --git a/gnome2-libs/intltool/HISTORY b/gnome2-libs/intltool/HISTORY
index ee278c8..4cd1ef8 100644
--- a/gnome2-libs/intltool/HISTORY
+++ b/gnome2-libs/intltool/HISTORY
@@ -1,3 +1,6 @@
+2008-07-31 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: fixed typo
+
2008-07-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.40.3

diff --git a/security-libs/pam_ccreds/DEPENDS
b/security-libs/pam_ccreds/DEPENDS
new file mode 100755
index 0000000..a076419
--- /dev/null
+++ b/security-libs/pam_ccreds/DEPENDS
@@ -0,0 +1,3 @@
+depends automake &&
+depends libtool &&
+depends linux-pam
diff --git a/security-libs/pam_ccreds/DETAILS
b/security-libs/pam_ccreds/DETAILS
new file mode 100755
index 0000000..2f47d25
--- /dev/null
+++ b/security-libs/pam_ccreds/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pam_ccreds
+ VERSION=8
+
SOURCE_HASH=sha512:4b2c8cd26214b0240e153035d53d3ac478ba7aafc1b5b397b35c824b04613855b3c86d838184cf787e2dcb93bea7094b5351f002769d9b241c0dc0378bec3acb
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.padl.com/download/$SOURCE
+ WEB_SITE=http://www.padl.com/OSS/pam_ccreds.html
+ ENTERED=20080731
+ KEYWORDS="pam ldap security libs"
+ SHORT='PAM credentials caching'
+cat << EOF
+The pam_ccreds module provides the means for Linux workstations to
+locally authenticate using an enterprise identity when the network
+is unavailable. Used in conjunction with the nss_updatedb utility,
+it provides a mechanism for disconnected use of network directories.
+They are designed to work with pam_ldap and nss_ldap, also available
+from PADL.
+EOF
diff --git a/security-libs/pam_ccreds/HISTORY
b/security-libs/pam_ccreds/HISTORY
new file mode 100644
index 0000000..dafa99e
--- /dev/null
+++ b/security-libs/pam_ccreds/HISTORY
@@ -0,0 +1,2 @@
+2008-07-31 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS,DEPENDS,TRIGGERS,HISTORY: created spell
diff --git a/security-libs/pam_ccreds/TRIGGERS
b/security-libs/pam_ccreds/TRIGGERS
new file mode 100755
index 0000000..1de945c
--- /dev/null
+++ b/security-libs/pam_ccreds/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux-pam check_self
diff --git a/security-libs/pam_ldap/DETAILS b/security-libs/pam_ldap/DETAILS
index c166ce5..b3b56fd 100755
--- a/security-libs/pam_ldap/DETAILS
+++ b/security-libs/pam_ldap/DETAILS
@@ -1,6 +1,6 @@
SPELL=pam_ldap
- VERSION=183
-
SOURCE_HASH=sha512:ad1ec398904c54f31aa71d3b59ecbdf4af14c590077f9e683d87fa3940f4e20aab7e1bd59eac7a9bfb985e30c1ea04a1569aa2dc2dfc39d8ccec8b871cc032c7
+ VERSION=184
+
SOURCE_HASH=sha512:9fd6f11b271a85b4a5646dfb1061cf82de7ca65cf24aa5309aaa8b39bf2bfad900e0e17f52a4d4e10d034188ca7a89d7764a9f1c6766aa6f11caf7779ad667df
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.padl.com/download/$SOURCE
diff --git a/security-libs/pam_ldap/HISTORY b/security-libs/pam_ldap/HISTORY
index 1a9a05a..5498b98 100644
--- a/security-libs/pam_ldap/HISTORY
+++ b/security-libs/pam_ldap/HISTORY
@@ -1,3 +1,6 @@
+2008-07-31 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 184
+
2007-04-14 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD: remove the quotes in OPTS that only can hurt as it is now
(a regenerated configure chokes on what sorcery makes out of them,
diff --git a/utils/nss_ldap/DETAILS b/utils/nss_ldap/DETAILS
index 9b45c3a..956245e 100755
--- a/utils/nss_ldap/DETAILS
+++ b/utils/nss_ldap/DETAILS
@@ -1,6 +1,6 @@
SPELL=nss_ldap
- VERSION=259
-
SOURCE_HASH=sha512:d20514df1b8dba4ad67cf5d130aa4a2e1b0aea1ee09832bc27078f26a62ecf56b0294b5fcd3425b5b6969889afc99f7fc335a34994034dcfb10f3ab5385d3393
+ VERSION=261
+
SOURCE_HASH=sha512:b44f4ad62f3d3b237370b6393ff38ab5f26608bd8996607f828e3ab32d7dbb96ae2e40398b5b1cea9a232a29ea6c30ee56d5e9b386a514b194ac2b3e94da59da
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.padl.com/download/$SOURCE
diff --git a/utils/nss_ldap/HISTORY b/utils/nss_ldap/HISTORY
index 2f014ea..39f4631 100644
--- a/utils/nss_ldap/HISTORY
+++ b/utils/nss_ldap/HISTORY
@@ -1,3 +1,6 @@
+2008-07-31 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 2.6.1
+
2007-11-26 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 2.5.9




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (e9b4a1daee8186bb8e3f88b93408778102deab31), Arjan Bouter, 07/31/2008

Archive powered by MHonArc 2.6.24.

Top of Page