diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-04-09 20:10:35 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-04-09 20:10:35 +0200 |
commit | d88ef53e9cc12fe095069109e9f30ec9285f56ea (patch) | |
tree | 9aaae25e10d7fb300d4411bedd3a56b96a14791e | |
parent | 03589910733b5b2a48de560b83f8eb69a9896a06 (diff) |
get files ready for 0.7.16 release0.7.16
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1651 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | ChangeLog | 60 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | man/nslcd.8.xml | 6 | ||||
-rw-r--r-- | man/nslcd.conf.5.xml | 6 | ||||
-rw-r--r-- | man/pam_ldap.8.xml | 6 | ||||
-rw-r--r-- | nslcd/nslcd.c | 4 |
8 files changed, 89 insertions, 16 deletions
@@ -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 diff --git a/Makefile.am b/Makefile.am index a3f4232..4725f32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -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 ----------------------------- diff --git a/configure.ac b/configure.ac index 6ee43ac..4523372 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 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_PREREQ(2.61) 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 @@ 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.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]) diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index 1c3a52e..259a27f 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 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"> diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index 76a3855..0f390d9 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 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"> diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index 930d1e2..2bbad80 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 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"> diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index 86a5342..b746203 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -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 @@ static void display_version(FILE *fp) { 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"); } |