summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-04-22 19:28:19 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-04-22 19:28:19 +0000
commit64a1bdf61c364e916a4615a0307b11a2249ddeff (patch)
tree3d9f357e41884a8f6eabe39a52cc0128e2964432 /NEWS
parent5853ed237e10c8d0c39bf18ce3488e002273c6ce (diff)
get files ready for 0.8.7 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1653 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 32a391e..fd5e472 100644
--- a/NEWS
+++ b/NEWS
@@ -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
---------------------------