Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-09-08 18:23:14 +0200
committerArthur de Jong <arthur@arthurdejong.org>2012-09-08 18:23:14 +0200
commitc336600b6fc725693c81bd3678630eb0d496b2b3 (patch)
treef495bb0d165224939553c30dd953ef9085eb7ffa
parent08f6621be63231208d4ed06986f2ebf198e317ff (diff)
get files ready for 0.7.17 release0.7.17
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1758 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--ChangeLog68
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
-rw-r--r--man/nslcd.8.xml4
-rw-r--r--man/nslcd.conf.5.xml4
-rw-r--r--man/pam_ldap.8.xml4
6 files changed, 87 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 79a01ca..07b0c5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
diff --git a/NEWS b/NEWS
index e874895..b711c16 100644
--- a/NEWS
+++ b/NEWS
@@ -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
-----------------------------
diff --git a/configure.ac b/configure.ac
index a9bbfc3..d6e185c 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.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])
diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml
index 259a27f..03f12ce 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.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">
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index 0f390d9..06dd1f9 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.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">
diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml
index 2bbad80..3f2fccb 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.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">