]> git.sur5r.net Git - openldap/blobdiff - doc/devel/todo
rename admin guide
[openldap] / doc / devel / todo
index cac3e5bafbe540b2b9577685aff763bf8cecd204..3a02e3fc08ed9076f8a5f562f5d27fa83a072d70 100644 (file)
@@ -5,36 +5,72 @@ This is a list of projects that need getting done.  They are defined
 by scale of the effort as opposed to priority.  Contribute to projects
 based upon your personal priorities.
 
-If you would like to work on any of these projects, contact the
-please coordinate with the listed individual.   If no one is
-listed, contact <project@OpenLDAP.org>.
+If you would like to work on any of these projects, please
+coordinate with the listed individual.   If no one is
+listed, post to OpenLDAP Developer's List (you must be subscribed
+to post). http://www.openldap.org/lists
 
 If you have a project you'd like added to the list, talk it up
-on -devel.
+on Developer's list.or just do it.
 
+Please read:
+       http://www.OpenLDAP.org/devel/programming.html
+       http://www.OpenLDAP.org/devel/contributing.html
+
+
+OpenLDAP 2.0 Projects
+---------------------
+       SLAPD
+               Update back-perl
+               Update back-tcl
+               Complete Unicode Support
+       SLURPD v3 update
+       client API update
+               Implement LDAP errno draft (deferred)
+               Implement per referral callback
+       clients
+               use _ext API, avoid deprecated routines
+               referral chasing options/rebind proc
+       Add TLS SASL/EXTERNAL support
+       SLAPD/SLURD Admin Guide
+       Update manual pages
 
-Larger than life projects
--------------------------
-LDAPv3 support <kurt@openldap.org>
-LDAP C API (draft-ietf-ldapext-ldap-c-api-xx) support <kurt@openldap.org>
-Schema Repository
-Modify -lldap to be operation-level multithreaded <kurt@openldap.org>
 
 Large projects
 --------------
-redesign slapd threading
-autoconf support <kurt@openldap.org>
-Modify -lldap to be session-level multithreaded <kurt@openldap.org>
+Implement slapd backend w/ transaction support
+Modify -lldap to be session-level thread support (ldap_dup)
+Redesign slapd memory allocation fault handling
+Perform a security audit (and fix any hole found)
 
 
 Medium projects
 ---------------
-Modify -lldap to be reentrant/threadsafe <kurt@openldap.org>
+Design and Implement a LDAP C++ API
+Redesign and Implement a LDAP C API
+Modify -lldap to be reentrant/threadsafe
+       implement LDAP concurrency draft
+Modify libraries to use application specified logging routines
+Modify servers to use reentrant library functions
+Extend slapd to support per-backend schema
+Port slurpd to NT
 
 
 Small projects
 --------------
-Modify -lldap to not use non-reentrant library functions <kurt@openldap.org>
-Create ldapurl (from ldapsearch?) to support searching by URL
-Create ldappasswd to support generation of crypt, sha1, md5 passwords.
+Add tests to test suite (ACI, moddn, manageDSAit, subtyping, etc.)
+Add compare of RootDSE, cn=subschema, etc.
+Add user configurable attributes to RootDSE
+Create ldapcompare (from ldapsearch) to support compare operations
+Create ldapquery (from ldapsearch?) to support searching using ldap_getfilter(3)
+Extend mail500 (and other daemons) to use ldap_getfilter(3)
+Add useful information to our FAQ http://www.openldap.org/faq/
+Update any manual page
+
+
+For additional TODO items, see:
+  http://www.openldap.org/its/index.cgi/Software%20Enhancements
+
 
+---
+$OpenLDAP$