]> git.sur5r.net Git - openldap/blob - doc/devel/todo
Add IPv6/IPSEC project (volunteers welcomed)
[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                 don't use 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 Slapd-DB2 - Berkeley DB backend w/ transaction support <ksp@openldap.org>
43 Perform a security audit (and fix any hole found)
44
45
46 Medium projects
47 ---------------
48 Add IPv6 and IPSEC support
49 Design and Implement a LDAP C++ API
50 Modify -lldap to be reentrant/threadsafe
51         implement LDAP concurrency draft
52 Modify libraries to use application specified logging routines
53 Modify servers to use reentrant library functions
54 Extend slapd to support identd (RFC1413) information in ACLs
55 Port slapd (incl back-ldbm & tools) to NT <gwilliams@openldap.org>
56 Port slurpd to NT
57
58
59 Small projects
60 --------------
61 Create ldapquery (from ldapsearch?) to support searching using ldap_getfilter(3)
62 Extend gateways to support tcp_wrappers
63 Extend slapd/tcp_wrapper to support identd
64 Extend mail500 (and other daemons) to use ldap_getfilter(3)
65 Add useful information to our FAQ http://www.openldap.org/faq/
66 Update any manual page
67
68
69 For additional TODO items, see:
70   http://www.openldap.org/its/index.cgi/Software%20Enhancements
71
72 $OpenLDAP$