Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-05-27 22:09:37 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-05-27 22:09:37 +0200
commit2cf1d816f9ca9620769a863bf33d357cdb0310a6 (patch)
treeb588f7c93216c0ed2e49309c4f0f291123e67ba5
parent6f6f584f11050bb5543a4e467fcb2bd4581835cb (diff)
get files ready for 0.7.6 release0.7.6
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1123 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog69
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog13
-rw-r--r--man/nslcd.8.xml2
-rw-r--r--man/nslcd.conf.5.xml2
-rw-r--r--man/pam_ldap.8.xml2
8 files changed, 97 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index e7b75e3..649add2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -77,3 +77,4 @@ Petter Reinholdtsen <pere@hungry.com>
Dan White <dwhite@olp.net>
Leigh Wedding <lwedding@bigpond.com>
Jan Schampera <jan.schampera@web.de>
+Nalin Dahyabhai <nalin@redhat.com>
diff --git a/ChangeLog b/ChangeLog
index ac1dd0c..445fdc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index e36fca9..6b6ccdc 100644
--- a/NEWS
+++ b/NEWS
@@ -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
---------------------------
diff --git a/configure.ac b/configure.ac
index 054cddd..166210f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ version 2.1 of the License, or (at your option) any later version. See the
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])
diff --git a/debian/changelog b/debian/changelog
index 25df2a2..50ee640 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml
index f5d3f26..2ff3ac0 100644
--- a/man/nslcd.8.xml
+++ b/man/nslcd.8.xml
@@ -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>
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index eb56e9a..19f56ec 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -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>
diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml
index 69680a9..eaebe4f 100644
--- a/man/pam_ldap.8.xml
+++ b/man/pam_ldap.8.xml
@@ -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>