lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r2063 - in nss-pam-ldapd-0.7: . man

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r2063 - in nss-pam-ldapd-0.7: . man



Author: arthur
Date: Sun Dec  8 22:33:58 2013
New Revision: 2063
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2063&view=revision

Log:
get files ready for 0.7.19 release

Modified:
   nss-pam-ldapd-0.7/ChangeLog
   nss-pam-ldapd-0.7/NEWS
   nss-pam-ldapd-0.7/README
   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 Sun Dec  8 22:28:30 2013        (r2062)
+++ nss-pam-ldapd-0.7/ChangeLog Sun Dec  8 22:33:58 2013        (r2063)
@@ -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

Modified: nss-pam-ldapd-0.7/NEWS
==============================================================================
--- nss-pam-ldapd-0.7/NEWS      Sun Dec  8 22:28:30 2013        (r2062)
+++ nss-pam-ldapd-0.7/NEWS      Sun Dec  8 22:33:58 2013        (r2063)
@@ -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
 -----------------------------
 

Modified: nss-pam-ldapd-0.7/README
==============================================================================
--- nss-pam-ldapd-0.7/README    Sun Dec  8 22:28:30 2013        (r2062)
+++ nss-pam-ldapd-0.7/README    Sun Dec  8 22:33:58 2013        (r2063)
@@ -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

Modified: nss-pam-ldapd-0.7/configure.ac
==============================================================================
--- nss-pam-ldapd-0.7/configure.ac      Sun Dec  8 22:28:30 2013        (r2062)
+++ nss-pam-ldapd-0.7/configure.ac      Sun Dec  8 22:33:58 2013        (r2063)
@@ -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_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 @@
 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])
 

Modified: nss-pam-ldapd-0.7/man/nslcd.8.xml
==============================================================================
--- nss-pam-ldapd-0.7/man/nslcd.8.xml   Sun Dec  8 22:28:30 2013        (r2062)
+++ nss-pam-ldapd-0.7/man/nslcd.8.xml   Sun Dec  8 22:33:58 2013        (r2063)
@@ -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>

Modified: nss-pam-ldapd-0.7/man/nslcd.conf.5.xml
==============================================================================
--- nss-pam-ldapd-0.7/man/nslcd.conf.5.xml      Sun Dec  8 22:28:30 2013        
(r2062)
+++ nss-pam-ldapd-0.7/man/nslcd.conf.5.xml      Sun Dec  8 22:33:58 2013        
(r2063)
@@ -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">

Modified: nss-pam-ldapd-0.7/man/pam_ldap.8.xml
==============================================================================
--- nss-pam-ldapd-0.7/man/pam_ldap.8.xml        Sun Dec  8 22:28:30 2013        
(r2062)
+++ nss-pam-ldapd-0.7/man/pam_ldap.8.xml        Sun Dec  8 22:33:58 2013        
(r2063)
@@ -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">
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/