]> git.sur5r.net Git - openldap/blob - doc/devel/todo
7ad5741795ef5f3435400047a87ec000598c72fa
[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.0 Projects
22 ---------------------
23         client API update
24                 Implement LDAP errno draft (deferred)
25         SLAPD
26                 Complete schema codes <kurt@openldap.org>
27                 Update back-perl
28                 Update back-sql
29                 Update back-tcl
30         clients
31                 use _ext API, avoid deprecated routines
32                 -C/-CC/-R referral chasing options
33         Add TLS SASL/EXTERNAL support
34         SLAPD/SLURD Admin Guide
35         Update manual pages
36
37
38 Other projects:
39
40 Large projects
41 --------------
42 Redesign slapd threading (thread pooling)
43 Redesign slapd caching
44 Redesign slapd memory allocation fault handling
45 Modify -lldap to be session-level thread support (ldap_dup)
46 Implement slapd backend w/ transaction support
47 Perform a security audit (and fix any hole found)
48
49
50 Medium projects
51 ---------------
52 Design and Implement a LDAP C++ API
53 Modify -lldap to be reentrant/threadsafe
54         implement LDAP concurrency draft
55 Modify libraries to use application specified logging routines
56 Modify servers to use reentrant library functions
57 Extend slapd to support identd (RFC1413) information in ACLs
58 Port slapd (incl back-ldbm & tools) to NT <gwilliams@openldap.org>
59 Port slurpd to NT
60
61
62 Small projects
63 --------------
64 Add IPv6 support
65 Add IPSEC SASL/EXTERNAL support
66 Add tests to test suite (ACI, moddn, manageDSAit, subtyping, subclassing, etc)
67 Add compare of RootDSE, cn=schema, etc.
68 Add user configurable attributes to RootDSE
69 Create ldapquery (from ldapsearch?) to support searching using ldap_getfilter(3)
70 Extend gateways to support tcp_wrappers
71 Extend slapd/tcp_wrapper to support identd
72 Extend mail500 (and other daemons) to use ldap_getfilter(3)
73 Add useful information to our FAQ http://www.openldap.org/faq/
74 Update any manual page
75
76
77 For additional TODO items, see:
78   http://www.openldap.org/its/index.cgi/Software%20Enhancements
79
80 $OpenLDAP$