summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2014-03-12 21:55:13 +0100
committerArthur de Jong <arthur@arthurdejong.org>2014-03-12 21:55:52 +0100
commit8f12c15ec91c9cf12ed08f8fdd943e9a7c0a7c12 (patch)
tree24a4c6223203b4746f77c11f7af5e534418d494b /NEWS
parent1ec7739015f5e8087f5b8f948da532460c55a3aa (diff)
Get files ready for 0.9.3 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3403e90..79a3d2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+changes from 0.9.2 to 0.9.3
+---------------------------
+
+* make the dn2uid cache lifetime configurable with the cache configuration
+ option
+* have the nslcd process only exit after the service is completely available
+ to avoid race conditions in the init script
+* the nslcd daemon now properly daemonises (double fork)
+* support mapping the member attribute to an empty string to disable the
+ functionality to do extra lookups for member DN to member uid translations
+* implement deref control handling to request the LDAP server to dereference
+ group member attribute values to uid values
+* support getting built-in groups from Active Directory (thanks Davy Defaud)
+* fix for pwdLastSet attribute value handling (thanks Joshua Shire)
+* fix a possible crash in the NSS module when retrieving large networks
+ entries (thanks Lukas Slebodnik)
+* correct NSS h_errnop return value to indicate buffer too small (thanks
+ Nalin Dahyabhai)
+* fix a bug with shadow values on 64-bit architectures
+* automatically detect DragonFly as using the FreeBSD NSS interface (thanks
+ Francois Tigeot)
+* add a build-time test to see if krb5 is thread-safe
+* various minor bug fixes
+
+
changes from 0.9.1 to 0.9.2
---------------------------