diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-05-05 17:34:15 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-05-05 17:34:15 +0200 |
commit | 12767b6daf975d80e0523079c85af79c8966bd18 (patch) | |
tree | 7d7178f7129ef901637dea8e6a67ed47913780c4 /NEWS | |
parent | 29f922f820a6bfa1fbf4621891c457a625709156 (diff) |
get files ready for 0.8.13 release0.8.13
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.8@1959 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +changes from 0.8.12 to 0.8.13 +----------------------------- + +* include an extra sanity check to ensure not too many file descriptors are + open +* fix handling of gid configuration option if it listed before the uid option +* fix microsecond timeout calculation (thanks Julien Cristau) +* return NSS_STATUS_TRYAGAIN on zero-length (but not-NULL) buffer (thanks + Jakub Hrozek) +* provide an _nss_ldap_version symbol in the NSS module to help debug problems + with a newer nslcd +* retry updating the lastChange attribute with the normal nslcd LDAP + connection if the update with the user's connection failed +* avoid processing passwd_byuid requests for uids below nss_min_uid +* fix a few minor or very unlikely to occur memory leaks +* fix the text representation of shadow information for nscd on Solaris +* make the way manual pages are built and installed more consistent with + the chosen configure options +* miscellaneous minor changes, fixes and compatibility improvements + + changes from 0.8.11 to 0.8.12 ----------------------------- |