ldif-0.0.4: TODO.org
* DONE replace error call in mkMod with parser error
(Not needed)
* DONE create preprocessor for concat split long lines & remove comments
* DONE refactoring of packages, create Types, Parser and Proc
* TODO update parseDNStr to parse all kind of DN notations
* TODO error handling, modify add: <attrX> and than <attrY>:<value>,
need to be asserted that <attrX> and <attrY> are the same.
* TODO Implement the base64 parsing
* TODO Implement modifyDN parsing
* TODO update serializers back to LDIF for base64 & all DN notations
* TODO add module tests for versioned LDIFs
* TODO add module tests for base64 parsing
* TODO Implement Attribute Name case-insensitive matching at DN
* TODO Use getopt for input parameters on diffLDIF cmd
* TODO Implement ldifmodify (like ldapmodify)
offline applying of Change LDIF on Content LDIF
ldifmodify -h <contentLDIF> -f <changeLDIF> [-o <contentLDIFAfter>]
* DONE Change interface for providing parser method with expected type of LDIF
it allows parse changeldif as contentldif regardless the content.
* DONE Add ldif2html which generate hypertext LDIF representation
* DONE Update unwrap method in preprocessor for feasible resource consuption