summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-07-03 16:10:41 +0000
committerArthur de Jong <arthur@arthurdejong.org>2010-07-03 16:10:41 +0000
commit816e66a8455b25fb39e2c4d06e8ee43617a56c28 (patch)
tree4fa0de21684dda3561e215cb0f8606168f0353c8 /TODO
parentf427c8e7cdd1ec2a632c428f632713db0da9ae50 (diff)
get files ready for 0.7.7 release
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1159 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index eff19eb..60f63e8 100644
--- a/TODO
+++ b/TODO
@@ -8,7 +8,6 @@
* in the server: once the request is done pass the flushing of the buffers to
a separate thread so our workers are available to handle new requests
(test whether this actually improves performace)
-* tune the filter and parameter buffer sizes
* split out idle checking into separate function so we may be able to call it
periodically from elsewhere (e.g. the main loop)
* add an option to create an extra socket somewhere (so it may be used in
@@ -22,8 +21,7 @@
* maybe make myldap code thread-safe (use locking)
* review changes in nss_ldap and merge any useful changes
* maybe rate-limit LDAP entry warnings
-* only parse configuration options if they are available on the platform
-* have some more general mechanism to disable NSS lookups from nslcd
+* only parse nslcd.conf options if they are available on the platform
* maybe support memberOf attribute in passwd entries that map to groups
* setnetgrent() may need to return an error if the netgroup is undefined
* handle repeated calls to getent() better (see http://bugzilla.padl.com/show_bug.cgi?id=376)