diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-06-29 11:56:19 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-06-29 11:56:19 +0200 |
commit | 8ac1934a99fe260dd69d66258a9f471800593333 (patch) | |
tree | e2985cd6eddef797cf39feb63b445a5d45999f5b | |
parent | 99fa67f5c8f4bd37db2496d57fc2118e5c4dc035 (diff) |
get files ready for 0.8.10 release0.8.10
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1707 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | ChangeLog | 41 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | man/nslcd.8.xml | 4 | ||||
-rw-r--r-- | man/nslcd.conf.5.xml | 4 | ||||
-rw-r--r-- | man/pam_ldap.8.xml | 4 |
7 files changed, 60 insertions, 9 deletions
@@ -1,3 +1,44 @@ +2012-06-29 09:55 arthur + + * [r1706] config.sub: update from latest automake + +2012-06-17 09:25 arthur + + * [r1705] HACKING: minor documentation touch-ups + +2012-06-15 21:29 arthur + + * [r1704] Makefile.am: install the default configuration file with + reduced permissions (further protection for CVE-2009-1073) + +2012-06-15 21:15 arthur + + * [r1703] nslcd/pam.c: log successful password change in nslcd and + correctly terminate protocol on password change failure + +2012-06-15 21:04 arthur + + * [r1702] pam/pam.c: fix problem with returning wrong error code + when changing password with wrong old password (thanks Anton + Helwart) + +2012-05-25 09:04 arthur + + * [r1701] README: reword section on bug reporting and add a + reference to the ignorecase option on the case sensitivity + section + +2012-05-25 08:47 arthur + + * [r1700] HACKING: include list of required libraries and do not + put information on AUTHORS file on the patch requirements + +2012-05-20 20:35 arthur + + * [r1695] ChangeLog, NEWS, configure.ac, man/nslcd.8.xml, + man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get files ready for + 0.8.9 release + 2012-05-20 19:53 arthur * [r1694] nslcd/cfg.c, nslcd/common.c, nslcd/group.c, @@ -1,3 +1,14 @@ +changes from 0.8.9 to 0.8.10 +---------------------------- + +* documentation improvements +* fix a problem that causes the PAM module to prompt for a new password + even though the old one was wrong +* log successful password change in nslcd +* install default configuration file with reduced permissions (further + protection for CVE-2009-1073) + + changes from 0.8.8 to 0.8.9 --------------------------- @@ -6,7 +6,6 @@ chroot jails) * make I/O timeout between NSS lib and daemon configurable with configure * protocols/rpc: the description attribute should be used as an alias? -* review changes in nss_ldap and merge any useful changes * maybe rate-limit LDAP entry warnings * setnetgrent() may need to return an error if the netgroup is undefined * handle repeated calls to getent() better diff --git a/configure.ac b/configure.ac index 296dd6a..be4516b 100644 --- a/configure.ac +++ b/configure.ac @@ -33,10 +33,10 @@ configure.ac file for more details.]) # initialize and set version and bugreport address AC_INIT([nss-pam-ldapd], - [0.8.9], + [0.8.10], [nss-pam-ldapd-users@lists.arthurdejong.org],, [http://arthurdejong.org/nss-pam-ldapd/]) -RELEASE_MONTH="May 2012" +RELEASE_MONTH="Jun 2012" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index 84d000b..9b6207b 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.8.9</refmiscinfo> + <refmiscinfo class="version">Version 0.8.10</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">May 2012</refmiscinfo> + <refmiscinfo class="date">Jun 2012</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index 95985da..75ed385 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.8.9</refmiscinfo> + <refmiscinfo class="version">Version 0.8.10</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">May 2012</refmiscinfo> + <refmiscinfo class="date">Jun 2012</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index d8c3a64..61fd9b6 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.8.9</refmiscinfo> + <refmiscinfo class="version">Version 0.8.10</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">May 2012</refmiscinfo> + <refmiscinfo class="date">Jun 2012</refmiscinfo> </refmeta> <refnamediv id="name"> |