nss-pam-ldapd commit: r1758 - in nss-pam-ldapd-0.7: . man
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1758 - in nss-pam-ldapd-0.7: . 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: r1758 - in nss-pam-ldapd-0.7: . man
- Date: Sat, 8 Sep 2012 18:23:15 +0200 (CEST)
Author: arthur
Date: Sat Sep 8 18:23:14 2012
New Revision: 1758
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1758&view=revision
Log:
get files ready for 0.7.17 release
Modified:
nss-pam-ldapd-0.7/ChangeLog
nss-pam-ldapd-0.7/NEWS
nss-pam-ldapd-0.7/configure.ac
nss-pam-ldapd-0.7/man/nslcd.8.xml
nss-pam-ldapd-0.7/man/nslcd.conf.5.xml
nss-pam-ldapd-0.7/man/pam_ldap.8.xml
Modified: nss-pam-ldapd-0.7/ChangeLog
==============================================================================
--- nss-pam-ldapd-0.7/ChangeLog Sat Sep 8 18:08:06 2012 (r1757)
+++ nss-pam-ldapd-0.7/ChangeLog Sat Sep 8 18:23:14 2012 (r1758)
@@ -1,3 +1,71 @@
+2012-09-08 16:08 arthur
+
+ * [r1757] ., nslcd/nslcd.c: properly handle failures to truncate
+ the pid file (r1568 from 0.8)
+
+2012-09-08 16:00 arthur
+
+ * [r1756] ., Makefile.am: install the default configuration file
+ with reduced permissions (further protection for CVE-2009-1073)
+ (r1704 from 0.8)
+
+2012-09-08 15:53 arthur
+
+ * [r1755] ., AUTHORS, Makefile.am: use $(mkinstalldirs) instead of
+ $(INSTALL_DATA) -D because -D is not supported on all operating
+ systems (patch by SATOH Fumiyasu) (r1420 from 0.8)
+
+2012-09-08 15:47 arthur
+
+ * [r1754] config.sub: include updated files
+
+2012-08-31 09:09 arthur
+
+ * [r1737] ., depcomp: mark file as executable (r1736 from 0.8)
+
+2012-07-23 21:16 arthur
+
+ * [r1730] ., nslcd/netgroup.c: fix possible NULL pointer
+ dereference (r1591 from 0.8)
+
+2012-07-23 21:13 arthur
+
+ * [r1729] ., nslcd/pam.c: do not leak memory if myldap_escape()
+ fails (r1590 from 0.8)
+
+2012-07-23 21:11 arthur
+
+ * [r1728] ., nslcd/pam.c: fix possible NULL pointer dereference
+ (r1589 from 0.8)
+
+2012-07-23 20:16 arthur
+
+ * [r1727] ., nslcd/network.c, nslcd/passwd.c: grow gecos buffer
+ size and consistency improvements to other buffers (r1540 from
+ 0.8 branch)
+
+2012-07-21 21:33 arthur
+
+ * [r1726] ., nslcd/common.h: add missing includes to ensure all
+ types are defined in header (r1724 and r1725 from development)
+
+2012-05-11 10:51 arthur
+
+ * [r1689] ., common/tio.c: ensure that we don't try to read more
+ than SSIZE_MAX bytes (r1636 from 0.8 branch)
+
+2012-04-27 18:50 arthur
+
+ * [r1672] ., compat/nss_compat.h, compat/pam_get_authtok.c,
+ configure.ac: some compatibility improvements by Ted C. Cheng of
+ Symas Corporation (r1225 from 0.8 branch)
+
+2012-04-09 18:10 arthur
+
+ * [r1651] ChangeLog, Makefile.am, NEWS, configure.ac,
+ man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml,
+ nslcd/nslcd.c: get files ready for 0.7.16 release
+
2012-04-09 13:49 arthur
* [r1650] INSTALL, compile, config.guess, config.sub, depcomp,
Modified: nss-pam-ldapd-0.7/NEWS
==============================================================================
--- nss-pam-ldapd-0.7/NEWS Sat Sep 8 18:08:06 2012 (r1757)
+++ nss-pam-ldapd-0.7/NEWS Sat Sep 8 18:23:14 2012 (r1758)
@@ -1,3 +1,14 @@
+changes from 0.7.16 to 0.7.17
+-----------------------------
+
+* a few small compatibility improvements from the 0.8 branch
+* fix two possible NULL pointer dereferences and a possible memory leak
+ (thanks Jakub Hrozek)
+* install default configuration file with reduced permissions (further
+ protection for CVE-2009-1073)
+* support larger gecos values
+
+
changes from 0.7.15 to 0.7.16
-----------------------------
Modified: nss-pam-ldapd-0.7/configure.ac
==============================================================================
--- nss-pam-ldapd-0.7/configure.ac Sat Sep 8 18:08:06 2012 (r1757)
+++ nss-pam-ldapd-0.7/configure.ac Sat Sep 8 18:23:14 2012 (r1758)
@@ -32,8 +32,8 @@
configure.ac file for more details.])
# initialize and set version and bugreport address
-AC_INIT([nss-pam-ldapd],[0.7.16],[nss-pam-ldapd-users@lists.arthurdejong.org])
-RELEASE_MONTH="Apr 2012"
+AC_INIT([nss-pam-ldapd],[0.7.17],[nss-pam-ldapd-users@lists.arthurdejong.org])
+RELEASE_MONTH="Sep 2012"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
Modified: nss-pam-ldapd-0.7/man/nslcd.8.xml
==============================================================================
--- nss-pam-ldapd-0.7/man/nslcd.8.xml Sat Sep 8 18:08:06 2012 (r1757)
+++ nss-pam-ldapd-0.7/man/nslcd.8.xml Sat Sep 8 18:23:14 2012 (r1758)
@@ -36,9 +36,9 @@
<refmeta>
<refentrytitle>nslcd</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.16</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.17</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Apr 2012</refmiscinfo>
+ <refmiscinfo class="date">Sep 2012</refmiscinfo>
</refmeta>
<refnamediv id="name">
Modified: nss-pam-ldapd-0.7/man/nslcd.conf.5.xml
==============================================================================
--- nss-pam-ldapd-0.7/man/nslcd.conf.5.xml Sat Sep 8 18:08:06 2012
(r1757)
+++ nss-pam-ldapd-0.7/man/nslcd.conf.5.xml Sat Sep 8 18:23:14 2012
(r1758)
@@ -36,9 +36,9 @@
<refmeta>
<refentrytitle>nslcd.conf</refentrytitle>
<manvolnum>5</manvolnum>
- <refmiscinfo class="version">Version 0.7.16</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.17</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Apr 2012</refmiscinfo>
+ <refmiscinfo class="date">Sep 2012</refmiscinfo>
</refmeta>
<refnamediv id="name">
Modified: nss-pam-ldapd-0.7/man/pam_ldap.8.xml
==============================================================================
--- nss-pam-ldapd-0.7/man/pam_ldap.8.xml Sat Sep 8 18:08:06 2012
(r1757)
+++ nss-pam-ldapd-0.7/man/pam_ldap.8.xml Sat Sep 8 18:23:14 2012
(r1758)
@@ -35,9 +35,9 @@
<refmeta>
<refentrytitle>pam_ldap</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.16</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.17</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Apr 2012</refmiscinfo>
+ <refmiscinfo class="date">Sep 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: r1758 - in nss-pam-ldapd-0.7: . man,
Commits of the nss-pam-ldapd project