Changeset 163 for trunk


Ignore:
Timestamp:
12/07/09 15:52:28 (14 years ago)
Author:
tim
Message:

minor doc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/devel/TODO

    r157 r163  
    2929
    3030 - Unicode support still needs improvement.  While parsing strings seems
    31    to be decent, UTF-8 output would be nice.  Need support for
    32    UTF-16LE key and value names.  To do this, the UTF conversion
    33    functions need to be moved to regfi.
    34 
    35  - The interface between reglookup.c and regfi.c is much better than it
    36    used to be, but the parsing of data objects needs to be moved into the
    37    library.  The quoting syntax should stay in reglookup/reglookup-recover
    38    but the basic parsing of data types into proper structures should
    39    happen in the library so that they are accessible to other users of the
    40    library.
     31   to be decent, UTF-8 output would be nice.
    4132
    4233 - Develop and solidify regfi API.  Regfi should be better documented and
    43    eventually needs a set of Python wrappers.
     34   eventually needs a set of higher-language wrappers, starting with Python
     35   and possibly moving on to Perl as well.
    4436
    45  - Documentation.  The security descriptor output format needs to be 
    46    documented.  Also, function contracts should be added to the 
     37 - Documentation.  The security descriptor output format needs to be
     38   documented.  Also, function contracts should be added to the
    4739   lower-level functions of regfi.c.
    4840
Note: See TracChangeset for help on using the changeset viewer.