source: trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @263   13 years tim simplified string encoding argument passing throughout regfi API
(edit) @262   13 years tim changed regfi_conv_charset to handle memory allocation tweaked test …
(edit) @261   13 years tim readded windows file descriptor hack copyright notices
(edit) @258   13 years tim doc fix
(edit) @254   13 years tim added forgotten files
(edit) @253   13 years tim added preliminary interface to security descriptors in pyregfi misc …
(edit) @252   13 years tim updated pyregfi to work with regfi changes renamed some functions for …
(edit) @251   13 years tim simplified NTTIME storage and conversions
(edit) @250   13 years tim added key caching readded SK caching fixed races and deadlocks
(edit) @249   13 years tim reorganized iterator code for simpler locking and easier future key caching
(edit) @238   13 years tim moved development documentation back to old location, adjusted build …
(edit) @233   13 years tim improved version information interface by adding a special purpose function
(edit) @232   13 years tim added a convenience openHive function in pyregfi standardized static …
(edit) @228   13 years tim added a test case for pyregfi multithreaded use updated the regfi …
(edit) @226   13 years tim several fixes for pyregfi Windows portability better error handling …
(edit) @224   13 years tim added new regfi API function to help manage memory better fixed …
(edit) @221   13 years tim added a lot of documentation for pyregfi and a few more attributes
(edit) @219   13 years tim updated time conversion to return a double for more precision added …
(edit) @215   13 years tim improvements to smoketest script, additional test case added a …
(edit) @209   13 years tim worked on pyregfi value data interface added initial scons target for …
(edit) @207   14 years tim reworked regfi API to accomodate more convenient subkey/value searches …
(edit) @206   14 years tim simplified part of regfi API to move string encoding to the REGFI_FILE …
(edit) @203   14 years tim misc fixes stripped _REC from some data type names
(edit) @202   14 years tim began implementing independent python subkey and value iterators
(edit) @201   14 years tim changed symbol visibility to hidden by default and explicitly exported …
(edit) @200   14 years tim redesigned python key iterator and test script updated documentation
(edit) @199   14 years tim reworked part of regfi C API to make python wrappers simpler continued …
(edit) @195   14 years tim removed talloc from mainline build tree, opting instead to depend upon …
(edit) @193   14 years tim added Michael's patch for enums and an error message fix
(edit) @186   14 years tim minor changes based on suggestions from Michael Cohen
(edit) @185   14 years tim reworked logging API again to simplify interface updated …
(edit) @184   14 years tim redesigned memory management to allow for multiple references to …
(edit) @182   14 years tim redesigned regfi logging API to utilize thread-local storage
(edit) @180   14 years tim Added locks to make transactions on REGFI_FILE objects thread safe …
(edit) @178   14 years tim reworked I/O to use callback functions fixed a bug in mtime …
(edit) @172   14 years tim reorganized name interpretation code to correct issues in reglookup-recover
(edit) @169   14 years tim filled in additional, minimal documentation
(edit) @168   14 years tim merged remaining smb_deps items into regfi began formatting API …
(edit) @167   14 years tim added more regfi API documentation minor consistency change
(edit) @166   14 years tim fixed a bug in big data parsing broke up some of REGFI_FILE …
(edit) @165   14 years tim added misc comments
(edit) @162   14 years tim added UTF-16LE support for value names
(edit) @161   14 years tim added support for UTF-16LE key names
(edit) @160   14 years tim reorganized classname parsing and interpretation code
(edit) @159   14 years tim began rearranging data parsing. Moved charater set conversion and …
(edit) @158   14 years tim simplified root key search moved classname parsing up to regfi_load_key
(edit) @157   14 years tim reorganized data parsing in regfi simplified some length validation …
(edit) @152   15 years tim preliminary support for big data records switched to using key flags …
(edit) @151   15 years tim parsed more items from regf header structure improved feedback from …
(edit) @150   15 years tim integrated talloc into most of the rest of the regfi library fixed a …
(edit) @149   15 years tim minor efficiency improvement for path construction in reglookup-recover
(edit) @148   15 years tim integrated talloc into range_list fixed some uninitialized structure …
(edit) @147   15 years tim added talloc library incorporated talloc into winsec and lru_cache …
(edit) @146   15 years tim reorganized SK caching refined interface to HBIN functions
(edit) @145   15 years tim decoupled value parsing from key parsing moved linking of value …
(edit) @143   15 years tim fixed a null pointer exception removed some dependencies on less …
(edit) @140   15 years tim Misc error message changes. Added and removed some comments. …
(edit) @139   15 years tim rewrote subkey list parsing code to include more organized recursion …
(edit) @138   15 years tim extended error message logging to allow for message type filtering …
(edit) @137   15 years tim Added error messages to most parse functions in regfi Relaxed …
(edit) @136   15 years tim fixed various integer issues and memory allocation issues polished …
(edit) @135   15 years tim cleaned up regfi API started adding debugging infrastructure, but …
(edit) @134   15 years tim rewrote winsec library, stripping out Samba dependencies eliminated …
(edit) @133   15 years tim minor changes to winsec library fixed major bug with data_in_offset values
(edit) @132   15 years tim separated ACL parsing code from smb_deps into new winsec library
(edit) @131   15 years tim fixed an hbin length validation related to vk records added hbin …
(edit) @128   15 years tim added secondary root key type found in Vista registries by Jolanta …
(edit) @127   16 years tim added preliminary support for 'ri' subkey lists. cleaned up regfi API …
(edit) @126   16 years tim improved validation and output of key class names, MULTI_SZ and other …
(edit) @125   16 years tim added early version of class name parsing. additional work still needed.
(edit) @122   16 years tim fixed an incorrect malloc in range_list.c minor documentation updates
(edit) @121   16 years tim fixed minor path/type filter bug in reglookup misc code cleanups
(edit) @116   16 years tim fixed major bug in reglookup-recover; now recovers much more data …
(edit) @113   16 years tim fixed some VK record parsing bugs added more strict checking on …
(edit) @112   16 years tim added path resolution to reglookup-recover
(edit) @111   16 years tim Switched license to GPLv3 Added early version of new tool, …
(edit) @110   16 years tim moved unallocated cell parsing back out of the main line hbin parsing
(edit) @109   16 years tim reworked SK record caching to prevent unnecessary loads. SK records …
(edit) @108   16 years tim added least-recently-used cache structure. set up SK records to use …
(edit) @107   16 years tim removed redundant hbin parsing added flags parameter to regfi_open
(edit) @106   16 years tim replaced linked list hbin lookup with range_list based binary search
(edit) @105   16 years tim fully removed dependence on Samba parse structures from core library
(edit) @104   16 years tim replaced lf (hash list) parsing code
(edit) @103   16 years tim rewrote value list parsing routine
(edit) @102   16 years tim simplified root key search routines rewrote sk record parsing fixed …
(edit) @101   16 years tim rewrote VK record and data cell parsing
(edit) @99   16 years tim fixed a range_list bug replaced NK parsing routine
(edit) @98   16 years tim adding experimental library which will be used to speed up hbin lookups
(edit) @97   16 years tim begun the work of rewriting the lowest layer parsing routines
(edit) @89   17 years tim Added contract comments to void_stack header. Minor cleanups in …
(edit) @84   17 years tim rearranged structure contents to reduce fragmentation on 64 bit …
(edit) @81   17 years tim Finished incorporating changes to reglookup to work with new regfi …
(edit) @80   17 years tim Major API updates for regfi, and started porting reglookup to the API. …
(edit) @79   17 years tim renamed regfio to regfi, since we aren't doing any output to the registry.
(edit) @78   17 years tim beginning process of rewriting regfio interface.
(edit) @77   17 years tim Improved support for unknown registry types. Fixed potential security …
(edit) @72   18 years tim Added QWORD type support.
(edit) @68   18 years tim added usage printout to reglookup-timeline cut left over unused junk …
(edit) @61   18 years tim various minor speedups and memory leak fixes. Added support for NONE …
(edit) @54   19 years tim Added some verbose output code cleanup and minor bug fixes
Note: See TracRevisionLog for help on using the revision log.