nss-pam-ldapd commit: r1707 - in nss-pam-ldapd: . man
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1707 - in nss-pam-ldapd: . 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: r1707 - in nss-pam-ldapd: . man
- Date: Fri, 29 Jun 2012 11:56:20 +0200 (CEST)
Author: arthur
Date: Fri Jun 29 11:56:19 2012
New Revision: 1707
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1707&view=revision
Log:
get files ready for 0.8.10 release
Modified:
nss-pam-ldapd/ChangeLog
nss-pam-ldapd/NEWS
nss-pam-ldapd/TODO
nss-pam-ldapd/configure.ac
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/ChangeLog
==============================================================================
--- nss-pam-ldapd/ChangeLog Fri Jun 29 11:55:44 2012 (r1706)
+++ nss-pam-ldapd/ChangeLog Fri Jun 29 11:56:19 2012 (r1707)
@@ -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,
Modified: nss-pam-ldapd/NEWS
==============================================================================
--- nss-pam-ldapd/NEWS Fri Jun 29 11:55:44 2012 (r1706)
+++ nss-pam-ldapd/NEWS Fri Jun 29 11:56:19 2012 (r1707)
@@ -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
---------------------------
Modified: nss-pam-ldapd/TODO
==============================================================================
--- nss-pam-ldapd/TODO Fri Jun 29 11:55:44 2012 (r1706)
+++ nss-pam-ldapd/TODO Fri Jun 29 11:56:19 2012 (r1707)
@@ -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
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Fri Jun 29 11:55:44 2012 (r1706)
+++ nss-pam-ldapd/configure.ac Fri Jun 29 11:56:19 2012 (r1707)
@@ -33,10 +33,10 @@
# 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])
Modified: nss-pam-ldapd/man/nslcd.8.xml
==============================================================================
--- nss-pam-ldapd/man/nslcd.8.xml Fri Jun 29 11:55:44 2012 (r1706)
+++ nss-pam-ldapd/man/nslcd.8.xml Fri Jun 29 11:56:19 2012 (r1707)
@@ -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">
Modified: nss-pam-ldapd/man/nslcd.conf.5.xml
==============================================================================
--- nss-pam-ldapd/man/nslcd.conf.5.xml Fri Jun 29 11:55:44 2012 (r1706)
+++ nss-pam-ldapd/man/nslcd.conf.5.xml Fri Jun 29 11:56:19 2012 (r1707)
@@ -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">
Modified: nss-pam-ldapd/man/pam_ldap.8.xml
==============================================================================
--- nss-pam-ldapd/man/pam_ldap.8.xml Fri Jun 29 11:55:44 2012 (r1706)
+++ nss-pam-ldapd/man/pam_ldap.8.xml Fri Jun 29 11:56:19 2012 (r1707)
@@ -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">
--
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: r1707 - in nss-pam-ldapd: . man,
Commits of the nss-pam-ldapd project