From 9ea3c9677f2b3c7718d016fa22cc2af775aecfed Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 15 Jun 2008 13:43:41 +0000 Subject: get files ready for 0.6.3 release git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@767 ef36b2f9-881f-0410-afb5-c4e39611909c --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8e43d2c..c85dc08 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +changes form 0.6.2 to 0.6.3 +--------------------------- + +* retry connection and search if getting results failed with connection + problems (some errors only occur when getting the results, not when starting + the search) +* add support for groups with up to around 150000 members (assuming user names + on average are a little under 10 characters) +* problem with possible SIGPIPE race condition was fixed by using send() + instead of write() +* add uid and gid configuration keywords that set the user and group of the + nslcd daemon +* add some documentation on supported group to member mappings +* add sanity checking to code for when clock moves backward +* log messages now include a session id that makes it easier to track errors + to requests (especially useful in debugging mode) +* miscellaneous portability improvements +* increase buffers and timeouts to handle large lookups more gracefully +* implement SASL authentication based on a patch by Dan White +* allow more characters in user and group names + + changes form 0.6.1 to 0.6.2 --------------------------- -- cgit v1.2.3