Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-10-20 12:56:57 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-10-20 12:56:57 +0200
commit32c7077e32de3ed758cdf29b320ddf179c283405 (patch)
tree42adce6c31b36176c30728ac3cee376e404de5ee
parent3d019ede58bd85317a1be1a25a8e45476deaf9c0 (diff)
get files ready for 0.7.1 release0.7.1
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1009 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--ChangeLog115
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog17
-rw-r--r--man/nslcd.8.xml4
-rw-r--r--man/nslcd.conf.5.xml4
-rw-r--r--man/pam_ldap.8.xml4
7 files changed, 152 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fa51cf..c76c6f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,118 @@
+2009-10-17 15:08 arthur
+
+ * [r1008] compat/Makefile.am, compat/pam_compat.h,
+ compat/pam_get_authtok.c, configure.ac, pam/Makefile.am,
+ pam/pam.c: provide a replacement for the pam_get_authtok()
+ functions for systems without it
+
+2009-10-17 10:17 arthur
+
+ * [r1007] compat/Makefile.am, compat/ldap_compat.h,
+ compat/ldap_initialize.c, compat/ldap_passwd_s.c,
+ compat/pagectrl.c, compat/pagectrl.h, configure.ac,
+ nslcd/myldap.c: provide replacement functions for
+ ldap_initialize() and ldap_passwd_s() and centralise LDAP
+ compatibility hacks into ldap_compat.h
+
+2009-10-17 10:12 arthur
+
+ * [r1006] compat/ether.c: also provide some function definitions
+ for ether_ntoa() and ether_aton() because definitions seem to be
+ missing on some platforms
+
+2009-10-11 16:38 arthur
+
+ * [r1005] nslcd/common.h: make NSLCD_HANDLE_PARAMS() macro simpler
+ and not have empty argument
+
+2009-10-11 16:16 arthur
+
+ * [r1004] configure.ac, pam/pam.c: only include security/pam_ext.h
+ for systems that have it
+
+2009-10-08 21:01 arthur
+
+ * [r1003] configure.ac, nslcd/myldap.c: fix some header checks in
+ configure and fix ldap_set_rebind_proc() return type check
+
+2009-10-08 21:00 arthur
+
+ * [r1002] nss/common.h: don't pass an empty parameter to a macro
+
+2009-10-08 19:53 arthur
+
+ * [r1001] configure.ac, nss/Makefile.am: re-organise configure
+ script and only run tests for parts that are enabled
+
+2009-10-07 19:12 arthur
+
+ * [r1000] debian/libpam-ldapd.pam-auth-update, man/pam_ldap.8.xml,
+ nslcd/myldap.c, nslcd/myldap.h, nslcd/nslcd.c, nslcd/pam.c,
+ pam/pam.c: implement password changing in the PAM module by
+ performing an LDAP password modify EXOP request
+
+2009-10-07 18:54 arthur
+
+ * [r999] common/nslcd-prot.h: fix the case where the string passed
+ to WRITE_STRING() is an expression
+
+2009-10-05 19:31 arthur
+
+ * [r998] configure.ac, nslcd/cfg.c, nslcd/cfg.h, nslcd/myldap.c,
+ pam/pam.c: some compatibility improvements
+
+2009-09-29 19:36 arthur
+
+ * [r997] pam/pam.c: fix return of authorisation check (patch by
+ Howard Chu <hyc@symas.com>)
+
+2009-09-27 14:36 arthur
+
+ * [r996] debian/po/vi.po: updated Vietnamese (vi) translation of
+ debconf templates by Clytie Siddall <clytie@riverland.net.au>
+
+2009-09-27 14:28 arthur
+
+ * [r995] nslcd/common.h: log reading and writing errors with errno
+ message
+
+2009-09-24 19:37 arthur
+
+ * [r994] debian/po/vi.po: partially updated Vietnamese (vi)
+ translation of debconf templates by Clytie Siddall
+ <clytie@riverland.net.au>
+
+2009-09-24 18:43 arthur
+
+ * [r993] pam/pam.c: general code cleanup and add missing casts and
+ includes
+
+2009-09-24 18:11 arthur
+
+ * [r992] nslcd/pam.c: fix for problem when authenticating to LDAP
+ entries without a uid attribute
+
+2009-09-13 08:00 arthur
+
+ * [r991] debian/po/de.po: updated German (de) translation of
+ debconf templates by Erik Schanze <schanzi_@gmx.de>
+
+2009-09-08 17:30 arthur
+
+ * [r990] configure.ac: add the possibility to specify
+ --disable-maintainer-mode
+
+2009-09-08 17:24 arthur
+
+ * [r989] debian/nslcd.config: fix "Use StartTLS?" debconf question
+ when no ssl option is defined in the config
+
+2009-09-04 13:00 arthur
+
+ * [r987] ChangeLog, Makefile.am, NEWS, configure.ac, debian/NEWS,
+ debian/changelog, man/nslcd.8.xml, man/nslcd.conf.5.xml,
+ man/pam_ldap.8.xml: get files ready for 0.7.0 release
+
2009-09-04 11:54 arthur
* [r986] configure.ac, nslcd/cfg.c, nslcd/common.c,
diff --git a/NEWS b/NEWS
index ca5eab8..5e2e1fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+changes from 0.7.0 to 0.7.1
+---------------------------
+
+* implement password changing by performing an LDAP password modify EXOP
+ request
+* fix return of authorisation check in PAM module (patch by Howard Chu)
+* fix for problem when authenticating to LDAP entries without a uid attribute
+ in the DN
+* general code clean-up and portability improvements
+* provide more information with communication error messages
+
+
changes from 0.6.11 to 0.7.0
----------------------------
diff --git a/configure.ac b/configure.ac
index b3ae770..dc4a288 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,8 +32,8 @@ 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.0],[arthur@arthurdejong.org])
-RELEASE_MONTH="Sep 2009"
+AC_INIT([nss-pam-ldapd],[0.7.1],[arthur@arthurdejong.org])
+RELEASE_MONTH="Oct 2009"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
diff --git a/debian/changelog b/debian/changelog
index 9ed0a1b..5e5a804 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+nss-pam-ldapd (0.7.1) unstable; urgency=low
+
+ * implement password changing by performing an LDAP password modify EXOP
+ request (closes: #550836)
+ * fix return of authorisation check in PAM module (patch by Howard Chu)
+ * fix "Use StartTLS?" debconf question when no ssl option is defined in the
+ config
+ * fix for problem when authenticating to LDAP entries without a uid
+ attribute in the DN
+ * general code clean-up and portability improvements and include all
+ needed header files (closes: #547206)
+ * provide more information with communication error messages
+ * updated German debconf translation by Erik Schanze (closes: #546244)
+ * updated Vietnamese debconf translation by Clytie Siddall (closes: #548037)
+
+ -- Arthur de Jong <adejong@debian.org> Tue, 20 Oct 2009 12:00:00 +0200
+
nss-pam-ldapd (0.7.0) unstable; urgency=low
* rename software to nss-pam-ldapd to indicate that PAM module is now a
diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml
index 5822180..eab2884 100644
--- a/man/nslcd.8.xml
+++ b/man/nslcd.8.xml
@@ -36,9 +36,9 @@
<refmeta>
<refentrytitle>nslcd</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.0</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.1</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Sep 2009</refmiscinfo>
+ <refmiscinfo class="date">Oct 2009</refmiscinfo>
</refmeta>
<refnamediv id="name">
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index e6797d6..b553354 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -36,9 +36,9 @@
<refmeta>
<refentrytitle>nslcd.conf</refentrytitle>
<manvolnum>5</manvolnum>
- <refmiscinfo class="version">Version 0.7.0</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.1</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Sep 2009</refmiscinfo>
+ <refmiscinfo class="date">Oct 2009</refmiscinfo>
</refmeta>
<refnamediv id="name">
diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml
index 7d828ad..a0499a9 100644
--- a/man/pam_ldap.8.xml
+++ b/man/pam_ldap.8.xml
@@ -35,9 +35,9 @@
<refmeta>
<refentrytitle>pam_ldap</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.0</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.1</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Sep 2009</refmiscinfo>
+ <refmiscinfo class="date">Oct 2009</refmiscinfo>
</refmeta>
<refnamediv id="name">