summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-06-03 14:28:38 +0000
committerArthur de Jong <arthur@arthurdejong.org>2009-06-03 14:28:38 +0000
commitfb8a97573de3ff23f7113747dce819681c16a43a (patch)
tree6f039a4fc91fccf5918637d0dcd03826700b905f /NEWS
parentb93c56416bf4395657d4d7388ae686167fac006f (diff)
get files ready for 0.6.10 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@926 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4084be6..b793687 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+changes from 0.6.9 to 0.6.10
+----------------------------
+
+* implement searching through multiple search bases, based on a patch by Leigh
+ Wedding
+* fix a segmentation fault that could occur when using any of the tls_*
+ options with a string parameter
+* miscellaneous improvements to the experimental PAM module
+* implement PAM authentication function in the nslcd daemon
+* the code for reading and writing protocol entries between the NSS module and
+ the daemon was improved
+* documentation updates
+* removed SSL/TLS related warnings during startup
+* Debian packaging improvements
+
+
changes from 0.6.8 to 0.6.9
---------------------------
@@ -32,7 +48,7 @@ changes from 0.6.7 to 0.6.8
* correctly set SSL/TLS options when using StartTLS
* rename the tls_checkpeer option to tls_reqcert, deprecating the old name and
supporting all values that OpenLDAP supports
-* allow backslashes in user and group names execpt as first or last character
+* allow backslashes in user and group names except as first or last character
* check user and group names against LOGIN_NAME_MAX if it is defined
* fix for getpeercred() on Solaris by David Bartley
* Debian packaging improvements