Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-12-08 22:33:58 +0100
committerArthur de Jong <arthur@arthurdejong.org>2013-12-08 22:33:58 +0100
commit7b1636734ea63e183c8f2f196ddf317be2f2921c (patch)
treec9893acc74965adba749e53679cffccd184a6c8a
parentfa5ad75945fa47526e95d417acb20f9b91fd6027 (diff)
get files ready for 0.7.19 release0.7.19
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@2063 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--ChangeLog37
-rw-r--r--NEWS9
-rw-r--r--README2
-rw-r--r--configure.ac8
-rw-r--r--man/nslcd.8.xml4
-rw-r--r--man/nslcd.conf.5.xml6
-rw-r--r--man/pam_ldap.8.xml6
7 files changed, 59 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f6276a..b3b08f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2013-12-08 21:28 arthur
+
+ * [r2062] tests/nslcd-test.conf, tests/test_myldap.c,
+ tests/test_nsscmds.sh: update tests to current test environment
+
+2013-12-08 21:20 arthur
+
+ * [r2061] config.guess, config.sub: update files from recent
+ automake
+
+2013-12-08 17:40 arthur
+
+ * [r2060] ., README, common/dict.c, compat/attrs.h,
+ compat/nss_compat.h: fix for common spelling mistake (8571bc1
+ from 0.9, r2055 from 0.8)
+
+2013-12-08 17:18 arthur
+
+ * [r2059] ., nslcd/nslcd.c: extra sanity check to ensure not too
+ many file descriptors are open (r1935 from 0.8, a9aea20 from 0.9)
+
+2013-09-01 12:17 arthur
+
+ * [r2030] AUTHORS, common/tio.c: fix buffer overflow on interrupted
+ read (thanks John Sullivan) (07a8170 from 0.9)
+
+2013-05-02 21:30 arthur
+
+ * [r1951] common/tio.c: use the more portable EBADF instead of
+ EBADFD (thanks Steven Chamberlain)
+
+2012-12-14 20:02 arthur
+
+ * [r1861] ChangeLog, NEWS, configure.ac, man/nslcd.8.xml,
+ man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get files ready for
+ 0.7.18 release
+
2012-12-14 16:36 arthur
* [r1860] ., common/nslcd-prot.c: set FD_CLOEXEC in NSS and PAM
diff --git a/NEWS b/NEWS
index 0ef43b2..651c8fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+changes from 0.7.18 to 0.7.19
+-----------------------------
+
+* use the more portable EBADF instead of EBADFD (thanks Steven Chamberlain)
+* fix buffer overflow on interrupted read that is hard to trigger (thanks
+ John Sullivan)
+* extra sanity check to ensure not too many file descriptors are open
+
+
changes from 0.7.17 to 0.7.18
-----------------------------
diff --git a/README b/README
index cad3129..286a3eb 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@
Copyright (C) 1997-2006 Luke Howard
Copyright (C) 2006, 2007 West Consulting
- Copyright (C) 2006, 2007, 2008, 2009, 2010 Arthur de Jong
+ Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arthur de Jong
Copyright (C) 2009 Howard Chu
This library is free software; you can redistribute it and/or
diff --git a/configure.ac b/configure.ac
index 158bfe3..3a293fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
#
# Copyright (C) 2006 Luke Howard
# Copyright (C) 2006 West Consulting
-# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
+# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@ AC_PREREQ(2.61)
AC_COPYRIGHT(
[Copyright (C) 2006 Luke Howard
Copyright (C) 2006 West Consulting
-Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
+Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arthur de Jong
This configure script is derived from configure.ac which is free software;
you can redistribute it and/or modify it under the terms of the GNU Lesser
@@ -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.18],[nss-pam-ldapd-users@lists.arthurdejong.org])
-RELEASE_MONTH="Dec 2012"
+AC_INIT([nss-pam-ldapd],[0.7.19],[nss-pam-ldapd-users@lists.arthurdejong.org])
+RELEASE_MONTH="Dec 2013"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml
index 62c3aaf..b0f02cb 100644
--- a/man/nslcd.8.xml
+++ b/man/nslcd.8.xml
@@ -6,7 +6,7 @@
nslcd.8.xml - docbook manual page for nslcd
Copyright (C) 2006 West Consulting
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
+ Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arthur de Jong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -36,7 +36,7 @@
<refmeta>
<refentrytitle>nslcd</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.18</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.19</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
<refmiscinfo class="date">Dec 2012</refmiscinfo>
</refmeta>
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index aa201d3..d6f6938 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -6,7 +6,7 @@
nslcd.conf.5.xml - docbook manual page for nslcd.conf
Copyright (C) 1997-2005 Luke Howard
- Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
+ Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arthur de Jong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -36,9 +36,9 @@
<refmeta>
<refentrytitle>nslcd.conf</refentrytitle>
<manvolnum>5</manvolnum>
- <refmiscinfo class="version">Version 0.7.18</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.19</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Dec 2012</refmiscinfo>
+ <refmiscinfo class="date">Dec 2013</refmiscinfo>
</refmeta>
<refnamediv id="name">
diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml
index ce762c0..a2ea876 100644
--- a/man/pam_ldap.8.xml
+++ b/man/pam_ldap.8.xml
@@ -5,7 +5,7 @@
<!--
pam_ldap.8.xml - docbook manual page for pam_ldap PAM module
- Copyright (C) 2009, 2010, 2011, 2012 Arthur de Jong
+ Copyright (C) 2009, 2010, 2011, 2012, 2013 Arthur de Jong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -35,9 +35,9 @@
<refmeta>
<refentrytitle>pam_ldap</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.7.18</refmiscinfo>
+ <refmiscinfo class="version">Version 0.7.19</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
- <refmiscinfo class="date">Dec 2012</refmiscinfo>
+ <refmiscinfo class="date">Dec 2013</refmiscinfo>
</refmeta>
<refnamediv id="name">