summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-12-27 10:42:01 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-12-27 10:42:01 +0000
commit37a678151640f150e4d654fc1a9fdcc553810413 (patch)
treecbde404982d42957a7a5751f8abd29130db9da1d /NEWS
parent1998c5cfbdab8131dc84ec9f99ae27663afa3089 (diff)
get files ready for 0.5 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@539 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 31 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6408516..010bd07 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+changes from 0.4.1 to 0.5
+-------------------------
+
+* major structural changes in the LDAP lookup code using a newly implemented
+ module that does memory management, session handling, paging and all other
+ painful things with a simple interface
+* rewritten LDAP query and result handling code, now generating warnings
+ about incorrect entries in the LDAP directory
+* IPv6 addresses in host lookups are now supported
+* added Kerberos ccname support (with the krb5_ccname option) thanks to
+ Andreas Schneider and Ralf Haferkamp from SuSE and remove --with-gssapi-dir,
+ --enable-configurable-krb5-ccname-gssapi and
+ --enable-configurable-krb5-ccname-env configure options and having automatic
+ detection instead
+* added support for DNS SRV record lookups by specifying DNS as uri thanks to
+ Ralf Haferkamp and Michael Calmer from SuSE
+* added support for DOMAIN as base DN which uses the host's domain to
+ construct a DN
+* removed nss_connect_policy, bind_policy and sizelimit options
+* cleaned up and documented reconnect logic with reconnect_tries,
+ reconnect_sleeptime and reconnect_maxsleeptime options
+* configuration values with spaces in them (e.g. distinguished names) are now
+ handled properly
+* fix a small memory leak in the I/O module
+* miscellaneous code improvements (better source code comments, more
+ consistent logging, portability improvements, more tests, etc)
+* improvements to documentation
+
+
changes from 0.4 to 0.4.1
-------------------------
@@ -21,8 +50,8 @@ changes from 0.3 to 0.4
* added missing docbook sources for manual pages to tarball
* major cleanups and simplifications in the core LDAP query code (we don't
need to worry about SIGPIPE because nslcd does that globally, locking
- because a connection is only used by one thread and simplifications the the
- LDAP connection and query state)
+ because a connection is only used by one thread) and more simplifications in
+ the the LDAP connection and query state
* get base, scope, filter and map configfile directives properly working
* simplifications in LDAP reconnect logic (some work remains to be done in
this area)