ldif-0.0.7: TODO.org
* Tasks
** update parseDNStr to parse all kind of DN notations
** error handling, modify add: <attrX> and than <attrY>:<value>,
need to be asserted that <attrX> and <attrY> are the same.
** Implement the base64 parsing
** Implement modifyDN parsing
** update serializers back to LDIF for base64 & all DN notations
** add module tests for versioned LDIFs
** add module tests for base64 parsing
** DONE Use getopt for input parameters on diffLDIF cmd
** DONE Implement ldifmodify (like ldapmodify)
offline applying of Change LDIF on Content LDIF
ldifmodify -f <contentLDIF> -o <outputLDIF> [<modifyLDIF> ... ]
* Archive
** 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
** 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
** DONE Implement Attribute Name case-insensitive matching at DN