]> git.sur5r.net Git - openldap/blob - doc/devel/todo
Update with latest needs
[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
6 projects based upon your personal priorities.
7
8 If you would like to work on any of these projects, please coordinate
9 with the listed individual.   If no one is listed, post to OpenLDAP
10 Developer's List (you must be subscribed to post).
11   http://www.openldap.org/lists
12
13 If you have a project you'd like added to the list, talk it up on
14 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                 Complete Unicode Support
25         SLURPD v3 update
26         client API update
27                 Implement LDAP errno draft (deferred)
28                 Implement per referral callback
29         clients
30                 referral chasing options/rebind proc
31         Update manual pages
32
33
34 Large projects
35 --------------
36 Implement slapd backend w/ transaction support
37 Modify -lldap to be session-level thread support (ldap_dup)
38 Redesign slapd memory allocation fault handling
39 Perform a security audit (and fix any hole found)
40
41
42 Medium projects
43 ---------------
44 Redesign and Implement a LDAP C API
45 Modify -lldap to be reentrant/threadsafe
46         implement LDAP concurrency draft
47 Modify libraries to use application specified logging routines
48 Modify servers to use reentrant library functions
49 Extend slapd to support per-backend schema
50 Port slurpd to NT
51
52
53 Small projects
54 --------------
55 Add tests to test suite (ACI, moddn, manageDSAit, subtyping, etc.)
56 Add compare of RootDSE, cn=subschema, etc.
57 Add user configurable attributes to RootDSE
58 Create ldapcompare (from ldapsearch) to support compare operations
59 Create ldapquery (from ldapsearch?) to support searching using ldap_getfilter(3)
60 Update saucer(1) to support LDAPv3 features (and bring into clients)
61 Update ud(1) to include contributed changes
62 Update ud(1) to support LDAPv3 features
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$