]> git.sur5r.net Git - openldap/blob - doc/devel/todo
Fix RFC ref
[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 by posting to OpenLDAP-devel mailing list:
10   http://www.openldap.org/lists
11
12 If you have a project you'd like added to the list, talk it up on
13 Developer's list or just do it.
14
15 Please read:
16         http://www.OpenLDAP.org/devel/programming.html
17         http://www.OpenLDAP.org/devel/contributing.html
18
19
20 OpenLDAP 2.x Projects
21 ---------------------
22         SLAPD
23                 Complete Unicode Support
24         SLURPD v3 update
25         client API update
26                 Implement ldap-errno draft (deferred)
27                 Implement per referral callback
28         clients
29                 referral chasing options/rebind proc
30         Update manual pages
31
32
33 Large projects
34 --------------
35 Implement slapd backend w/ transaction support
36 Redesign slapd memory allocation fault handling
37 Perform a security audit (and fix any hole found)
38 Implement localization
39
40 Medium projects
41 ---------------
42 Modify -lldap to be reentrant/threadsafe implement LDAP
43         concurrency and ldap_dup drafts
44 Modify libraries to use application specified logging routines
45 Modify servers to use reentrant library functions
46 Implement authPassword (RFC 3112)
47
48 Small projects
49 --------------
50 Add support for duplicate entry control
51 Add support for matched values control
52 Add tests to test suite (ACI, moddn, manageDSAit, subtyping, etc.)
53 Add compare of RootDSE, cn=subschema, etc.
54 Add user configurable attributes to RootDSE
55 Update -lldap TLS checking to fully implement RFC 2829/2830
56 Create ldapbind (from ldappasswd?) to support bind operations
57 Create ldapcompare (from ldapsearch) to support compare operations
58 Create ldapquery (from ldapsearch?) to support searching
59         using ldap_getfilter(3)
60 Update saucer(1) to support LDAPv3 features (and bring into clients)
61 Update ud(1) to support LDAPv3 features including SASL and TLS
62 Update ud(1) to include contributed changes
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$