]> git.sur5r.net Git - openldap/commitdiff
Import latest guidelines/todo from -devel.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 22 Dec 1998 05:18:16 +0000 (05:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 22 Dec 1998 05:18:16 +0000 (05:18 +0000)
doc/devel/guidelines
doc/devel/todo

index 42ab4c36e14c9fe3847afd09d0866c05b0a967bd..a52dbcb84a3718ec3ef7de958d635ca320b72174 100644 (file)
@@ -1,12 +1,14 @@
+
 This document is being replaced with:
        http://www.openldap.org/devel/programming.html
+and
+       http://www.openldap.org/devel/contributing.html
 
 However, some of the info here is still useful.
 
 Coding guide lines and and hints for OpenLDAP developers.
 =========================================================
 
-
 Please add to this file when new points come up.
 
 
index d05cad291a979624585934c7b2bb756a9f061d0a..fde20127cd3f781df9a288b2757bbd2f04962174 100644 (file)
@@ -12,6 +12,10 @@ listed, contact <project@OpenLDAP.org>.
 If you have a project you'd like added to the list, talk it up
 on <openldap-devel@OpenLDAP.org> mailing list.
 
+Please read:
+       http://www.OpenLDAP.org/devel/programming.html
+       http://www.OpenLDAP.org/devel/contributing.html
+
 
 Larger than life projects
 -------------------------
@@ -32,14 +36,17 @@ Medium projects
 ---------------
 Modify -lldap to be reentrant/threadsafe
 Modify -llthread to hide thread implementation
+Modify libraries to use application specified logging routines
+Modify libraries to use application specified memory allocation routines
 Extend configure.in to support autodetect of ISODE features.
 Port slurpd to NT
+Update manual page
 
 
 Small projects
 --------------
 Modify servers to use reentrant library functions
-Modify -lldap to use reentrant library functions
+Extend ldap clients to have -P(rotocol) version flag (2 or 3)
 Create ldapurl (from ldapsearch?) to support searching by URL
 Extend configure.in to support autodetect of Kerberos features.
 Extend mail500 (and other daemons) to use ldap filters.