nss-pam-ldapd commit: r1123 - in nss-pam-ldapd: . debian man
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1123 - in nss-pam-ldapd: . debian man
- From: "Commits of the nss-pam-ldapd project." <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1123 - in nss-pam-ldapd: . debian man
- Date: Thu, 27 May 2010 22:09:39 +0200 (CEST)
Author: arthur
Date: Thu May 27 22:09:37 2010
New Revision: 1123
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1123
Log:
get files ready for 0.7.6 release
Modified:
nss-pam-ldapd/AUTHORS
nss-pam-ldapd/ChangeLog
nss-pam-ldapd/NEWS
nss-pam-ldapd/configure.ac
nss-pam-ldapd/debian/changelog
nss-pam-ldapd/man/nslcd.8.xml
nss-pam-ldapd/man/nslcd.conf.5.xml
nss-pam-ldapd/man/pam_ldap.8.xml
Modified: nss-pam-ldapd/AUTHORS
==============================================================================
--- nss-pam-ldapd/AUTHORS Wed May 26 23:07:49 2010 (r1122)
+++ nss-pam-ldapd/AUTHORS Thu May 27 22:09:37 2010 (r1123)
@@ -77,3 +77,4 @@
Dan White <dwhite@olp.net>
Leigh Wedding <lwedding@bigpond.com>
Jan Schampera <jan.schampera@web.de>
+Nalin Dahyabhai <nalin@redhat.com>
Modified: nss-pam-ldapd/ChangeLog
==============================================================================
--- nss-pam-ldapd/ChangeLog Wed May 26 23:07:49 2010 (r1122)
+++ nss-pam-ldapd/ChangeLog Thu May 27 22:09:37 2010 (r1123)
@@ -1,3 +1,72 @@
+2010-05-26 21:07 arthur
+
+ * [r1122] debian/control: drop extra parts of package descriptions
+ that should no longer be really relevant and update libpam-ldapd
+ description
+
+2010-05-24 21:53 arthur
+
+ * [r1121] debian/libpam-ldapd.pam-auth-update: update
+ pam-auth-update configuration to always perform LDAP
+ autorisation, also pass use_authtok on password modification and
+ spell out session result handling
+
+2010-05-24 21:43 arthur
+
+ * [r1120] pam/pam.c: make code more consistent
+
+2010-05-24 21:36 arthur
+
+ * [r1119] man/pam_ldap.8.xml: fix typo
+
+2010-05-24 21:36 arthur
+
+ * [r1118] pam/pam.c: don't store use_authtok because
+ pam_get_authtok() looks at the arguments itself
+
+2010-05-23 21:26 arthur
+
+ * [r1117] HACKING, README, man/nslcd.8.xml, man/nslcd.conf.5.xml:
+ update documentation
+
+2010-05-23 20:11 arthur
+
+ * [r1116] nslcd.conf: include uid and gid options in default
+ configuration file
+
+2010-05-23 19:53 arthur
+
+ * [r1115] configure.ac, m4/acx_pthread.m4, m4/ax_pthread.m4: update
+ AC?X_PTHREAD macro and update configure script to be simpler and
+ add some more checks
+
+2010-05-23 19:33 arthur
+
+ * [r1114] debian/nslcd.init: use nslcd --check in init script's
+ status command
+
+2010-05-22 13:12 arthur
+
+ * [r1113] nslcd/pam.c: make debug logging for pam_authz_search
+ option a little more readable
+
+2010-05-20 19:21 arthur
+
+ * [r1112] debian/control: add libpam-heimdal as an alternative
+ recommends for libnss-ldapd
+
+2010-05-15 15:41 arthur
+
+ * [r1111] nslcd/attmap.c, nslcd/attmap.h: always clear returned
+ buffer when performing attribute mapping (based on a patch by
+ Nalin Dahyabhai <nalin@redhat.com>)
+
+2010-05-14 20:49 arthur
+
+ * [r1109] ChangeLog, NEWS, configure.ac, debian/changelog,
+ man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get
+ files ready for 0.7.5 release
+
2010-05-14 20:38 arthur
* [r1108] Makefile.am, debian/source, debian/source/format: switch
Modified: nss-pam-ldapd/NEWS
==============================================================================
--- nss-pam-ldapd/NEWS Wed May 26 23:07:49 2010 (r1122)
+++ nss-pam-ldapd/NEWS Thu May 27 22:09:37 2010 (r1123)
@@ -1,3 +1,13 @@
+changes from 0.7.5 to 0.7.6
+---------------------------
+
+* fix a problem with empty attributes if expression-based attribute
+ mapping is used (patch by Nalin Dahyabhai)
+* make debug logging for pam_authz_search option a little more informative
+* documentation improvements
+* Debian packaging improvements
+
+
changes from 0.7.4 to 0.7.5
---------------------------
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Wed May 26 23:07:49 2010 (r1122)
+++ nss-pam-ldapd/configure.ac Thu May 27 22:09:37 2010 (r1123)
@@ -32,7 +32,7 @@
configure.ac file for more details.])
# initialize and set version and bugreport address
-AC_INIT([nss-pam-ldapd],[0.7.5],[nss-pam-ldapd-users@lists.arthurdejong.org])
+AC_INIT([nss-pam-ldapd],[0.7.6],[nss-pam-ldapd-users@lists.arthurdejong.org])
RELEASE_MONTH="May 2010"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
Modified: nss-pam-ldapd/debian/changelog
==============================================================================
--- nss-pam-ldapd/debian/changelog Wed May 26 23:07:49 2010 (r1122)
+++ nss-pam-ldapd/debian/changelog Thu May 27 22:09:37 2010 (r1123)
@@ -1,3 +1,16 @@
+nss-pam-ldapd (0.7.6) unstable; urgency=low
+
+ * include libpam-heimdal in libnss-ldapd recommends list of PAM
+ implementations (closes: #582407)
+ * fix a problem with empty attributes if expression-based attribute
+ mapping is used (patch by Nalin Dahyabhai)
+ * make debug logging for pam_authz_search option a little more informative
+ * documentation improvements
+ * update pam-auth-update configuration to always perform LDAP autorisation
+ for LDAP users
+
+ -- Arthur de Jong <adejong@debian.org> Thu, 27 May 2010 21:00:00 +0200
+
nss-pam-ldapd (0.7.5) unstable; urgency=low
* fix a problem in the session handling of the PAM module if the minimum_uid
Modified: nss-pam-ldapd/man/nslcd.8.xml
==============================================================================
--- nss-pam-ldapd/man/nslcd.8.xml Wed May 26 23:07:49 2010 (r1122)
+++ nss-pam-ldapd/man/nslcd.8.xml Thu May 27 22:09:37 2010 (r1123)
@@ -36,7 +36,7 @@
<refmeta>
<refentrytitle>nslcd</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.5</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.6</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
<refmiscinfo class="date">May 2010</refmiscinfo>
</refmeta>
Modified: nss-pam-ldapd/man/nslcd.conf.5.xml
==============================================================================
--- nss-pam-ldapd/man/nslcd.conf.5.xml Wed May 26 23:07:49 2010 (r1122)
+++ nss-pam-ldapd/man/nslcd.conf.5.xml Thu May 27 22:09:37 2010 (r1123)
@@ -36,7 +36,7 @@
<refmeta>
<refentrytitle>nslcd.conf</refentrytitle>
<manvolnum>5</manvolnum>
- <refmiscinfo class="version">Version 0.7.5</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.6</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
<refmiscinfo class="date">May 2010</refmiscinfo>
</refmeta>
Modified: nss-pam-ldapd/man/pam_ldap.8.xml
==============================================================================
--- nss-pam-ldapd/man/pam_ldap.8.xml Wed May 26 23:07:49 2010 (r1122)
+++ nss-pam-ldapd/man/pam_ldap.8.xml Thu May 27 22:09:37 2010 (r1123)
@@ -35,7 +35,7 @@
<refmeta>
<refentrytitle>pam_ldap</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.5</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.6</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
<refmiscinfo class="date">May 2010</refmiscinfo>
</refmeta>
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1123 - in nss-pam-ldapd: . debian man,
Commits of the nss-pam-ldapd project.