From c336600b6fc725693c81bd3678630eb0d496b2b3 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 8 Sep 2012 16:23:14 +0000 Subject: get files ready for 0.7.17 release git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1758 ef36b2f9-881f-0410-afb5-c4e39611909c --- ChangeLog | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 11 +++++++++ configure.ac | 4 ++-- man/nslcd.8.xml | 4 ++-- man/nslcd.conf.5.xml | 4 ++-- man/pam_ldap.8.xml | 4 ++-- 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 @@ nslcd 8 - Version 0.7.16 + Version 0.7.17 System Manager's Manual - Apr 2012 + Sep 2012 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 @@ nslcd.conf 5 - Version 0.7.16 + Version 0.7.17 System Manager's Manual - Apr 2012 + Sep 2012 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 @@ pam_ldap 8 - Version 0.7.16 + Version 0.7.17 System Manager's Manual - Apr 2012 + Sep 2012 -- cgit v1.2.3