Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-06-15 15:43:41 +0200
committerArthur de Jong <arthur@arthurdejong.org>2008-06-15 15:43:41 +0200
commit9ea3c9677f2b3c7718d016fa22cc2af775aecfed (patch)
treee6534d1a0d579efb429c38df280fcd2706ff51dc /NEWS
parent52ff94bdd89425aca68c28d12512ec72b0986e2f (diff)
get files ready for 0.6.3 release0.6.3
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@767 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 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
---------------------------