lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1651 - in nss-pam-ldapd-0.7: . man nslcd

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

nss-pam-ldapd commit: r1651 - in nss-pam-ldapd-0.7: . man nslcd



Author: arthur
Date: Mon Apr  9 20:10:35 2012
New Revision: 1651
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1651&view=revision

Log:
get files ready for 0.7.16 release

Modified:
   nss-pam-ldapd-0.7/ChangeLog
   nss-pam-ldapd-0.7/Makefile.am
   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
   nss-pam-ldapd-0.7/nslcd/nslcd.c

Modified: nss-pam-ldapd-0.7/ChangeLog
==============================================================================
--- nss-pam-ldapd-0.7/ChangeLog Mon Apr  9 15:49:13 2012        (r1650)
+++ nss-pam-ldapd-0.7/ChangeLog Mon Apr  9 20:10:35 2012        (r1651)
@@ -1,3 +1,63 @@
+2012-04-09 13:49  arthur
+
+       * [r1650] INSTALL, compile, config.guess, config.sub, depcomp,
+         install-sh, missing: update files from recent automake
+
+2012-04-09 12:50  arthur
+
+       * [r1648] nslcd/pam.c: increase buffer for pam_authz_search as
+         suggested by Chris J Arges (r1643 from 0.8 branch)
+
+2012-03-10 20:31  arthur
+
+       * [r1630] ., nslcd/cfg.c: properly log failures to lookup DNS SRV
+         records (r1569 from 0.8 branch)
+
+2012-03-10 20:24  arthur
+
+       * [r1629] ., nslcd/pam.c: fix log message for invalid
+         pam_authz_search as reported by Matt Rae (based on r1628 from 0.8
+         branch)
+
+2012-01-20 17:19  arthur
+
+       * [r1610] Makefile.am, debian: split the Debian packaging from the
+         main source tree
+
+2012-01-20 10:34  arthur
+
+       * [r1600] ., AUTHORS, configure.ac, nslcd/cfg.c, nslcd/common.c,
+         nslcd/common.h, nslcd/group.c, nslcd/passwd.c, nslcd/protocol.c,
+         nslcd/rpc.c, nslcd/service.c, nslcd/shadow.c: implements proper
+         range checking numeric values returned from LDAP (thanks Jakub
+         Hrozek) (r1523, r1524 and r1528 from 0.8 branch)
+
+2011-12-09 13:58  arthur
+
+       * [r1562] config.guess, config.sub: revert changes to config.guess
+         config.sub that were accidentaly part of r1561
+
+2011-12-09 13:54  arthur
+
+       * [r1561] ., config.guess, config.sub, nslcd/myldap.c: fix a typo
+         in disconnect logic (r1560 from 0.8 branch)
+
+2011-12-08 21:34  arthur
+
+       * [r1559] nslcd/nslcd.c: ensure that uid, gid and pid vars are
+         properly initialised (part of r1558 from trunk)
+
+2011-11-18 13:02  arthur
+
+       * [r1555] debian/libnss-ldapd.config: fix an issues where changes
+         to /etc/nsswitch.conf outside of debconf were not picked up
+
+2011-10-02 09:47  arthur
+
+       * [r1549] ChangeLog, NEWS, configure.ac, debian/changelog,
+         man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get
+         files ready for 0.7.15 release
+
 2011-10-02 09:09  arthur
 
        * [r1548] ., debian/nslcd.config: treat the "hard" value for

Modified: nss-pam-ldapd-0.7/Makefile.am
==============================================================================
--- nss-pam-ldapd-0.7/Makefile.am       Mon Apr  9 15:49:13 2012        (r1650)
+++ nss-pam-ldapd-0.7/Makefile.am       Mon Apr  9 20:10:35 2012        (r1651)
@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2006 Luke Howard
 # Copyright (C) 2006 West Consulting
-# Copyright (C) 2006, 2007, 2008, 2009 Arthur de Jong
+# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2012 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

Modified: nss-pam-ldapd-0.7/NEWS
==============================================================================
--- nss-pam-ldapd-0.7/NEWS      Mon Apr  9 15:49:13 2012        (r1650)
+++ nss-pam-ldapd-0.7/NEWS      Mon Apr  9 20:10:35 2012        (r1651)
@@ -1,3 +1,16 @@
+changes from 0.7.15 to 0.7.16
+-----------------------------
+
+* implement proper range checking of numeric values returned from LDAP
+  (thanks Jakub Hrozek)
+* fix an issue with detecting the uid of the calling process
+* fix a problem in the disconnect logic code
+* fix logging of invalid pam_authz_search value
+* properly log failures to lookup DNS SRV records
+* increase buffer for pam_authz_search as suggested by Chris J Arges
+* the Debian packaging was split from the main source tree
+
+
 changes from 0.7.14 to 0.7.15
 -----------------------------
 

Modified: nss-pam-ldapd-0.7/configure.ac
==============================================================================
--- nss-pam-ldapd-0.7/configure.ac      Mon Apr  9 15:49:13 2012        (r1650)
+++ nss-pam-ldapd-0.7/configure.ac      Mon Apr  9 20:10:35 2012        (r1651)
@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2006 Luke Howard
 # Copyright (C) 2006 West Consulting
-# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Arthur de Jong
+# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 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 Arthur de Jong
+Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 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.15],[nss-pam-ldapd-users@lists.arthurdejong.org])
-RELEASE_MONTH="Oct 2011"
+AC_INIT([nss-pam-ldapd],[0.7.16],[nss-pam-ldapd-users@lists.arthurdejong.org])
+RELEASE_MONTH="Apr 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   Mon Apr  9 15:49:13 2012        (r1650)
+++ nss-pam-ldapd-0.7/man/nslcd.8.xml   Mon Apr  9 20:10:35 2012        (r1651)
@@ -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 Arthur de Jong
+   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 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</refentrytitle>
   <manvolnum>8</manvolnum>
-  <refmiscinfo class="version">Version 0.7.15</refmiscinfo>
+  <refmiscinfo class="version">Version 0.7.16</refmiscinfo>
   <refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
-  <refmiscinfo class="date">Oct 2011</refmiscinfo>
+  <refmiscinfo class="date">Apr 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      Mon Apr  9 15:49:13 2012        
(r1650)
+++ nss-pam-ldapd-0.7/man/nslcd.conf.5.xml      Mon Apr  9 20:10:35 2012        
(r1651)
@@ -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 Arthur de Jong
+   Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 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.15</refmiscinfo>
+  <refmiscinfo class="version">Version 0.7.16</refmiscinfo>
   <refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
-  <refmiscinfo class="date">Oct 2011</refmiscinfo>
+  <refmiscinfo class="date">Apr 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        Mon Apr  9 15:49:13 2012        
(r1650)
+++ nss-pam-ldapd-0.7/man/pam_ldap.8.xml        Mon Apr  9 20:10:35 2012        
(r1651)
@@ -5,7 +5,7 @@
 <!--
    pam_ldap.8.xml - docbook manual page for pam_ldap PAM module
 
-   Copyright (C) 2009, 2010, 2011 Arthur de Jong
+   Copyright (C) 2009, 2010, 2011, 2012 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.15</refmiscinfo>
+  <refmiscinfo class="version">Version 0.7.16</refmiscinfo>
   <refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
-  <refmiscinfo class="date">Oct 2011</refmiscinfo>
+  <refmiscinfo class="date">Apr 2012</refmiscinfo>
  </refmeta>
 
  <refnamediv id="name">

Modified: nss-pam-ldapd-0.7/nslcd/nslcd.c
==============================================================================
--- nss-pam-ldapd-0.7/nslcd/nslcd.c     Mon Apr  9 15:49:13 2012        (r1650)
+++ nss-pam-ldapd-0.7/nslcd/nslcd.c     Mon Apr  9 20:10:35 2012        (r1651)
@@ -2,7 +2,7 @@
    nslcd.c - ldap local connection daemon
 
    Copyright (C) 2006 West Consulting
-   Copyright (C) 2006, 2007, 2008, 2009, 2010 Arthur de Jong
+   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 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
@@ -106,7 +106,7 @@
 {
   fprintf(fp,"%s\n",PACKAGE_STRING);
   fprintf(fp,"Written by Luke Howard and Arthur de Jong.\n\n");
-  fprintf(fp,"Copyright (C) 1997-2009 Luke Howard, Arthur de Jong and West 
Consulting\n"
+  fprintf(fp,"Copyright (C) 1997-2012 Luke Howard, Arthur de Jong and West 
Consulting\n"
              "This is free software; see the source for copying conditions.  
There is NO\n"
              "warranty; not even for MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.\n");
 }
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/