summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-09-04 19:19:28 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-09-04 19:19:28 +0000
commitae31eae2e7e0104ea0e849ffd68a40de5843dedd (patch)
tree0979b91716843b3548bc8ce9afb0780a96ae6b3d /NEWS
parent10a0581aeb773c9c517a003eab89d17b52f1bce2 (diff)
get files ready for 0.8.4 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1536 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 92f1dfa..e6fa736 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+changes from 0.8.3 to 0.8.4
+---------------------------
+
+* switch to using the member attribute by default instead of
+ uniqueMember (backwards incompatible change)
+* only return "x" as a password hash when the object has the shadowAccount
+ objectClass and nsswitch.conf is configured to do shadow lookups using
+ LDAP (this avoids some problems with pam_unix)
+* fix problem with partial attribute name matches in DN (thanks Timothy
+ White)
+* fix a problem with objectSid mappings with recent versions of OpenLDAP
+ (patch by Wesley Mason)
+* set the socket timeout in a connection callback to avoid timeout
+ issues during the SSL handshake (patch by Stefan Völkel)
+* check for unknown variables in pam_authz_search
+* only check password expiration when authenticating, only check account
+ expiration when doing authorisation
+* make buffer sizes consistent and grow all buffers holding string
+ representations of numbers to be able to hold 64-bit numbers
+* update AX_PTHREAD from autoconf-archive
+* support querying DNS SRV records from a different domain than the current
+ one (based on a patch by James M. Leddy)
+* fix a problem with uninitialised memory while parsing the tls_ciphers
+ option
+* implement bounds checking of numeric values read from LDAP (patch by
+ Jakub Hrozek)
+* correctly support large uid and gid values from LDAP (patch by Jakub
+ Hrozek)
+* improvements to the configure script (patch by Jakub Hrozek)
+* Debian packaging improvements
+
+
changes from 0.8.2 to 0.8.3
---------------------------