Changeset 262 for trunk/doc/devel/TODO
- Timestamp:
- 06/17/11 13:51:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/devel/TODO
r250 r262 15 15 descriptor information. Maybe by MTIME as well. 16 16 17 - reglookup-timeline needs to be replaced with something cross-platform. 18 Perhaps a python script that provides MTIME range filtering capabilities. 19 20 - Need to integrate much of reglookup-recover's algorithms into regfi 21 and then expose them from the bottom-up to provide building blocks 22 through regfi and pyregfi. This should be addressed along with code 23 to support handling of partial/fragmented registry hives. 24 17 25 - Testing, testing, and more testing. reglookup needs to be more 18 26 heavily tested on all recent Windows platforms. A regression test … … 26 34 to be decent, UTF-8 output would be nice. 27 35 28 - Develop and solidify regfi API. Regfi should be better documented and 29 eventually needs a set of higher-language wrappers, starting with Python 30 and possibly moving on to Perl as well. 36 - Continue to improve regfi/pyregfi APIs as needed. winsec library needs more 37 flexibility and documentation. 38 39 - Consider adding regfi wrappers for other high-level languages (perl? ruby?). 31 40 32 41 - Documentation. The security descriptor output format needs to be 33 42 documented. Also, function contracts should be added to the 34 lower-level functions of regfi.c. 43 lower-level functions of regfi.c. Continue adding 35 44 36 45 - Consider switching from libiconv to Joachim Metz's libuna for … … 39 48 - Grep through the source for 'XXX', and you'll find more. 40 49 50 - Consider integrating packaging rules for debian/other platforms into trunk. 51 52 - Investigate why file descriptors can't be directly used in Windows 41 53 42 54 … … 44 56 =========== 45 57 46 Add fields/methods for accessing security descriptors in pyregfi47 48 convert MTIME structure to uint64_t if possible49 50 investigate why file descriptors can't be directly used in Windows51 52 Fill in and update remaining regfi/pyregfi API documentation53 54 Possible debian package build rules55 56 Possibly replace reglookup-timeline with something cross-platform57 58 58 Testing 59 59 Full diffs 60 60 regfi and pyregfi threading 61 61 valgrind in multiple scenarios for reglookup, reglookup-recover 62 62 double check man pages
Note: See TracChangeset
for help on using the changeset viewer.