diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-04-22 21:28:19 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-04-22 21:28:19 +0200 |
commit | 64a1bdf61c364e916a4615a0307b11a2249ddeff (patch) | |
tree | 3d9f357e41884a8f6eabe39a52cc0128e2964432 | |
parent | 5853ed237e10c8d0c39bf18ce3488e002273c6ce (diff) |
get files ready for 0.8.7 release0.8.7
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1653 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | ChangeLog | 106 | ||||
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | man/nslcd.8.xml | 4 | ||||
-rw-r--r-- | man/nslcd.conf.5.xml | 4 | ||||
-rw-r--r-- | man/pam_ldap.8.xml | 4 |
6 files changed, 136 insertions, 8 deletions
@@ -1,3 +1,109 @@ +2012-04-09 13:48 arthur + + * [r1649] compile, depcomp: update files from recent automake + +2012-03-23 10:18 arthur + + * [r1643] nslcd/pam.c: increase buffer for pam_authz_search as + suggested by Chris J Arges + +2012-03-16 15:00 arthur + + * [r1642] pynslcd/attmap.py: support the upper and lower functions + in attribute mapping expressions + +2012-03-16 13:53 arthur + + * [r1641] pynslcd/attmap.py, pynslcd/common.py, pynslcd/pam.py: + refactor some of the attribute mapping code to introduce a + mapping instance that does the hard work and support the lower() + and upper() attribute mapping functions + +2012-03-16 12:48 arthur + + * [r1640] pynslcd/pynslcd.py: implement a getpeercred() function + +2012-03-16 09:46 arthur + + * [r1639] nslcd/myldap.c: always try to log the ldap error, the + diagnostic message and errno if available in a consistent format + +2012-03-16 08:28 arthur + + * [r1638] nss/common.h: put both tio_skip() and tio_close() within + if (fixes r1637) and clarify documentation of one part of the + code + +2012-03-14 20:31 arthur + + * [r1637] common/tio.c, common/tio.h, nss/common.h: read any + remaining available data from the stream when closing the + connection in a normal way to prevent Broken pipe messages in + nslcd + +2012-03-14 20:26 arthur + + * [r1636] common/tio.c: ensure that we don't try to read more than + SSIZE_MAX bytes + +2012-03-13 19:32 arthur + + * [r1635] AUTHORS, man/nslcd.conf.5.xml: document the fact that + each thread opens it's own connection (patch by Chris Hiestand) + +2012-03-13 18:29 arthur + + * [r1634] AUTHORS, man/nslcd.conf.5.xml, nslcd/cfg.c, nslcd/cfg.h, + nslcd/common.h, nslcd/group.c, nslcd/netgroup.c, nslcd/passwd.c, + nslcd/protocol.c, nslcd/rpc.c, nslcd/service.c, nslcd/shadow.c: + make whether or not to do case-sensitive filtering configurable + (patch by Matthew L. Dailey) + +2012-03-13 18:03 arthur + + * [r1633] compile, config.guess, config.sub, missing: update from + latest automake + +2012-03-10 20:57 arthur + + * [r1632] nslcd/cfg.c: when doing DNS queries for SRV records + recognise default ldap and ldaps ports + +2012-03-10 20:41 arthur + + * [r1631] nslcd/common.h: add missing include for + _POSIX_HOST_NAME_MAX (thanks Mel Flynn) + +2012-03-10 20:17 arthur + + * [r1628] nslcd/pam.c: fix log message for invalid pam_authz_search + as reported by Matt Rae + +2012-03-05 22:27 arthur + + * [r1627] nslcd/myldap.c: remove extra newline from log message + +2012-03-05 21:53 arthur + + * [r1626] compat/ldap_compat.h, nslcd/myldap.c: provide more + detailed logging information for ldap_start_tls_s() failures + (based on a patch by Mel Flynn) + +2012-02-29 21:44 arthur + + * [r1625] nslcd/myldap.c: log the first 10 search results in debug + mode to make debugging easier (patch by Matthijs Kooijman) + +2012-02-29 21:26 arthur + + * [r1624] README, nslcd/nslcd.c: update copyright years + +2012-01-29 15:37 arthur + + * [r1616] ChangeLog, NEWS, configure.ac, man/nslcd.8.xml, + man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get files ready for + 0.8.6 release + 2012-01-29 15:13 arthur * [r1615] pynslcd/alias.py, pynslcd/cache.py, pynslcd/common.py, @@ -1,3 +1,25 @@ +changes from 0.8.6 to 0.8.7 +--------------------------- + +* log the first 10 search results in debug mode to make debugging easier + (patch by Matthijs Kooijman) +* provide more detailed logging information for LDAP errors, this should + especially help for TLS related problems (based on a patch by Mel Flynn) +* fix logging of invalid pam_authz_search value +* when doing DNS queries for SRV records recognise default ldap and ldaps + ports +* make whether or not to do case-sensitive filtering configurable (patch by + Matthew L. Dailey) +* document the fact that each thread opens it's own connection (patch by + Chris Hiestand) +* some small portability improvements +* try to prevent some of the Broken pipe messages in nslcd +* increase buffer used for pam_authz_search as suggested by Chris J Arges +* pynslcd now handles privileged requests correctly +* pynslcd now supports attribute mapping using the lower() and upper() + functions + + changes from 0.8.5 to 0.8.6 --------------------------- diff --git a/configure.ac b/configure.ac index f4cd0da..d9c6590 100644 --- a/configure.ac +++ b/configure.ac @@ -33,10 +33,10 @@ configure.ac file for more details.]) # initialize and set version and bugreport address AC_INIT([nss-pam-ldapd], - [0.8.6], + [0.8.7], [nss-pam-ldapd-users@lists.arthurdejong.org],, [http://arthurdejong.org/nss-pam-ldapd/]) -RELEASE_MONTH="Jan 2012" +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 dd8d3a6..ace8404 100644 --- a/man/nslcd.8.xml +++ b/man/nslcd.8.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nslcd</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="version">Version 0.8.6</refmiscinfo> + <refmiscinfo class="version">Version 0.8.7</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Jan 2012</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 1f29f04..2399f52 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nslcd.conf</refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo class="version">Version 0.8.6</refmiscinfo> + <refmiscinfo class="version">Version 0.8.7</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Jan 2012</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 9871255..26d9e14 100644 --- a/man/pam_ldap.8.xml +++ b/man/pam_ldap.8.xml @@ -35,9 +35,9 @@ <refmeta> <refentrytitle>pam_ldap</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="version">Version 0.8.6</refmiscinfo> + <refmiscinfo class="version">Version 0.8.7</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Jan 2012</refmiscinfo> + <refmiscinfo class="date">Apr 2012</refmiscinfo> </refmeta> <refnamediv id="name"> |