You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/09/03 08:51:58 UTC

svn commit: r267427 - /directory/sandbox/trunk/asn1-new-codec/TODO.txt

Author: elecharny
Date: Fri Sep  2 23:51:56 2005
New Revision: 267427

URL: http://svn.apache.org/viewcvs?rev=267427&view=rev
Log:
Updated the list.

Modified:
    directory/sandbox/trunk/asn1-new-codec/TODO.txt

Modified: directory/sandbox/trunk/asn1-new-codec/TODO.txt
URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/TODO.txt?rev=267427&r1=267426&r2=267427&view=diff
==============================================================================
--- directory/sandbox/trunk/asn1-new-codec/TODO.txt (original)
+++ directory/sandbox/trunk/asn1-new-codec/TODO.txt Fri Sep  2 23:51:56 2005
@@ -1,12 +1,9 @@
 Here is a list of things that has to be done :
- ° split the sources in three src directories : LDAP, SPNEGO, and common
- ° modify the code to be able to integrate it in ApacheDS
  ° write tests !
  ° add the streaming of big objects
  ° deal with memory exhaustion
  ° extend a DER and CER decoder from the BER decoder
  ° add JMX manageability
- ° benchmark the different grammars, and compare it with the existing decoder/encoder
  ° describe the inner mechanism on wiki, explaining the choices
  ° start to think about PER
  ° start to think about how this can be use in the ASN.1 compiler
@@ -38,5 +35,8 @@
  ° Test messages with controls
  ° fixed the *%$£@! Maven dependency with apacheds-asn1. 
  ° export States Diagram to wiki
+ ° split the sources in three src directories : LDAP, SPNEGO, and common
+ ° modify the code to be able to integrate it in ApacheDS
+ ° benchmark the different grammars, and compare it with the existing decoder/encoder