Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-03-26 21:51:58 +0100
committerArthur de Jong <arthur@arthurdejong.org>2011-03-26 21:51:58 +0100
commita04b5b2a57c4fcfe33439310853b8966d1806275 (patch)
treea77887bc5f7385e1724020b2dbb868a7766e3618 /debian/changelog
parentf3ccc1018357b4d26ad348c264ef29d68b3610bb (diff)
get files ready for 0.8.2 release0.8.2
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1417 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog21
1 files changed, 20 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6d74432..75b0d6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,28 @@
+nss-pam-ldapd (0.8.2) experimental; urgency=low
+
+ * fix problem with endless loop on incorrect password
+ * fix definition of HOST_NAME_MAX (closes: #618795) and fall back to
+ _POSIX_HOST_NAME_MAX
+ * ignore password change requests for users not in LDAP (closes: #617452)
+ * many clean-ups to the tests and added some new tests including some
+ integration tests for the PAM functionality
+ * some smaller code clean-ups and improvements
+ * improvements to pynslcd, including implementations for service, protocol
+ and rpc lookups
+ * implement a validnames option that can be used to filter valid user and
+ group names using a regular expression
+ * integrate patch by Daniel Dehennin to not loose debconf values of
+ previously set options with dpkg-reconfigure (closes: #610117)
+ * improvements to the way nslcd shuts down with hanging worker threads
+
+ -- Arthur de Jong <adejong@debian.org> Sat, 26 Mar 2011 19:00:00 +0100
+
nss-pam-ldapd (0.8.1) experimental; urgency=low
* SECURITY FIX: the PAM module will allow authentication for users that do
not exist in LDAP, this allows login to local users with an
incorrect password (CVE-2011-0438)
- the explotability of the problem depends on the details of
+ the exploitability of the problem depends on the details of
the PAM stack and the use of the minimum_uid PAM option
* add FreeBSD support, partially imported from the FreeBSD port (thanks to
Jacques Vidrine, Artem Kazakov and Alexander V. Chernikov)