]> git.sur5r.net Git - openldap/commitdiff
Updated todo list
authorRalf Haferkamp <ralf@openldap.org>
Mon, 21 Jan 2002 23:02:44 +0000 (23:02 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Mon, 21 Jan 2002 23:02:44 +0000 (23:02 +0000)
contrib/ldapc++/TODO

index 8f7cb4f2594183e2a2db44e709b9f8e183af2e48..3abcd21bd15cb5e66be15ab93e0573dc99d93918 100644 (file)
@@ -1,9 +1,31 @@
-some more methods in the base classes (LDAPAttribute, LDAPEntry, ..) e.g.:
-       -sorting/searching of Attributes
-       -sorting of Entries
-localization and subtypes
-Debugging and Logging
-LDAPv2  Operations
-SASL Authentication 
-TLS encryption
+OpenLDAP C++ LDAP API ToDo items:
+=================================
+
+This is a list of projects that need getting done for the C++ API.  
+They are not listed in any specific order.  Contribute to projects 
+based upon your personal priorities.
+
+If you would like to work on any of these projects, please coordinate
+by posting to OpenLDAP-devel mailing list:
+  http://www.OpenLDAP.org/lists
+
+If you have a project you'd like added to the list, talk it up on
+Developer's list or just do it.
+
+Please read:
+        http://www.OpenLDAP.org/devel/programming.html
+        http://www.OpenLDAP.org/devel/contributing.html
+
+
+- Add SASL Authentication 
+- Add methods to the Data Classes (LDAPAttribute, LDAPEntry) for higher
+  usability. (e.g. LDAPAttributeList::getAttribute(name), ... )
+- implement some Controls/Extented Operations
+- LDIF im/export library
+- Rework the logging and debugging facilities
+- write some more documentation about the design and structure of the 
+  library.
+- example applications
+
+$ID$