]> granicus.if.org Git - sudo/commitdiff
sync
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 5 Jan 2008 23:59:50 +0000 (23:59 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 5 Jan 2008 23:59:50 +0000 (23:59 +0000)
TODO

diff --git a/TODO b/TODO
index 144ce638d8f197a538a04f977b5e2a6338627f2d..b93e38e720475f10eb10a9708eba5841fa281a51 100644 (file)
--- a/TODO
+++ b/TODO
@@ -148,14 +148,3 @@ TODO list (most will be addressed in sudo 2.0)
     since they may affect the outcome (e.g. default_runas).
 
 52) Better LDAP documention.  Perhaps a sudo-ldap man page.
-
-53) Improve nss error handling.  Consider removing sources that
-    can't be opened.  Need to keep in mind ret_notfound.
-
-54) lookup method should only return VALIDATE_NOT_OK if matched !command.
-
-55) Convert LDAP code from using deprecated interfaces and stop
-    defining LDAP_DEPRECATED in configure.  Deprecated functions:
-    ldap_search_s ldap_init ldap_simple_bind_s ldap_unbind_s
-
-56) Emulate ldap_initialize() on SDKs where it is not available?