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