]> git.sur5r.net Git - openldap/blob - doc/devel/todo
Eliminate second session protocol version field.
[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                 Implement LDAP errno draft
26         SLAPD
27                 Schema Publishing / Enforcement
28         clients
29                 Implement SASL/TLS
30                 don't use deprecated routines
31                 -C/-CC/-R referral chasing options
32         SLAPD/SLURD Admin Guide
33         Update manual pages
34
35
36 Other projects:
37
38 Large projects
39 --------------
40 Redesign slapd threading (thread pooling)
41 Redesign slapd caching
42 Redesign slapd memory allocation fault handling
43 Schema Repository
44 Modify -lldap to be session-level thread support (ldap_dup)
45 Slapd-DB2 - Berkeley DB backend w/ transaction support <ksp@openldap.org>
46 Perform a security audit (and fix any hole found)
47
48
49 Medium projects
50 ---------------
51 Design and Implement a LDAP C++ API
52 Modify -lldap to be reentrant/threadsafe
53         implement LDAP concurrency draft
54 Modify libraries to use application specified logging routines
55 Modify servers to use reentrant library functions
56 Extend slapd to support identd (RFC1413) information in ACLs
57 Extend slapd to support hashed userPassword generation
58 Port slapd (incl back-ldbm & tools) to NT <gwilliams@openldap.org>
59 Port slurpd to NT
60
61
62 Small projects
63 --------------
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$