]> git.sur5r.net Git - openldap/blob - doc/devel/todo
Update usage and man page.
[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).
12         http://www.openldap.org/lists
13
14 If you have a project you'd like added to the list, talk it up
15 on Developer's list.
16
17 Please read:
18         http://www.OpenLDAP.org/devel/programming.html
19         http://www.OpenLDAP.org/devel/contributing.html
20
21
22 OpenLDAP 2.0 Projects
23 ---------------------
24         client API update
25                 schema parsing
26                 TLS/SSL support
27                 implement LDAP errno draft
28         SASL support
29                 DIGEST-MD5/Cyrus SASL Integration
30         SLAPD
31                 schema rules
32         clients
33                 use ldap_*_ext routines
34                 don't use deprecated routines
35                 -C/-CC/-R referral chasing options
36         SLAPD/SLURD Admin Guide
37         Update manual pages
38
39
40 Other projects:
41
42 Large projects
43 --------------
44 Redesign slapd threading (thread pooling)
45 Redesign slapd caching
46 Redesign slapd memory allocation fault handling
47 Schema Repository
48 Modify -lldap to be session-level thread support (ldap_dup)
49 Slapd-DB2 - Berkeley DB backend w/ transaction support <ksp@openldap.org>
50 Perform a security audit (and fix any hole found)
51
52
53 Medium projects
54 ---------------
55 Design and Implement a LDAP C++ API
56 Modify -lldap to be reentrant/threadsafe
57         implement LDAP concurrency draft
58 Modify libraries to use application specified logging routines
59 Modify servers to use reentrant library functions
60 Extend slapd to support identd (RFC1413) information in ACLs
61 Extend slapd to support hashed userPassword generation
62 Port slapd (incl back-ldbm & tools) to NT <gwilliams@openldap.org>
63 Port slurpd to NT
64
65
66 Small projects
67 --------------
68 Create ldapquery (from ldapsearch?) to support searching using ldap_getfilter(3)
69 Extend gateways to support tcp_wrappers
70 Extend slapd/tcp_wrapper to support identd
71 Extend mail500 (and other daemons) to use ldap_getfilter(3)
72 Add useful information to our FAQ http://www.openldap.org/faq/
73 Update any manual page
74
75
76 For additional TODO items, see:
77   http://www.openldap.org/its/index.cgi/Software%20Enhancements
78