]> git.sur5r.net Git - openldap/blob - doc/devel/todo
18f93b1b74475ee4300c489b62936e2354da3902
[openldap] / doc / devel / todo
1 OpenLDAP To Do List
2 -------------------
3
4 This is a list of projects that need getting done.  They are defined
5 by scale of the effort as opposed to priority.  Contribute to projects
6 based upon your personal priorities.
7
8 If you would like to work on any of these projects, please
9 coordinate with the listed individual.   If no one is
10 listed, post to OpenLDAP Developer's List (you must be subscribed
11 to post). http://www.openldap.org/lists
12
13 If you have a project you'd like added to the list, talk it up
14 on Developer's list.or just do it.
15
16 Please read:
17         http://www.OpenLDAP.org/devel/programming.html
18         http://www.OpenLDAP.org/devel/contributing.html
19
20
21 OpenLDAP 2.x Projects
22 ---------------------
23         SLAPD
24                 Update back-perl
25                 Update back-tcl
26                 Complete Unicode Support
27         SLURPD v3 update
28         client API update
29                 Implement LDAP errno draft (deferred)
30                 Implement per referral callback
31         clients
32                 use _ext API, avoid deprecated routines
33                 referral chasing options/rebind proc
34         Update manual pages
35
36
37 Large projects
38 --------------
39 Implement slapd backend w/ transaction support
40 Modify -lldap to be session-level thread support (ldap_dup)
41 Redesign slapd memory allocation fault handling
42 Perform a security audit (and fix any hole found)
43
44
45 Medium projects
46 ---------------
47 Redesign and Implement a LDAP C API
48 Modify -lldap to be reentrant/threadsafe
49         implement LDAP concurrency draft
50 Modify libraries to use application specified logging routines
51 Modify servers to use reentrant library functions
52 Extend slapd to support per-backend schema
53 Port slurpd to NT
54
55
56 Small projects
57 --------------
58 Add tests to test suite (ACI, moddn, manageDSAit, subtyping, etc.)
59 Add compare of RootDSE, cn=subschema, etc.
60 Add user configurable attributes to RootDSE
61 Create ldapcompare (from ldapsearch) to support compare operations
62 Create ldapquery (from ldapsearch?) to support searching using ldap_getfilter(3)
63 Update any manual page
64
65
66 For additional TODO items, see:
67   http://www.openldap.org/its/index.cgi/Software%20Enhancements
68
69
70 ---
71 $OpenLDAP$