source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @273   13 years tim allowed compiler to be specified via CC environment variable fixed 3 …
(edit) @263   13 years tim simplified string encoding argument passing throughout regfi API
(edit) @261   13 years tim readded windows file descriptor hack copyright notices
(edit) @256   13 years tim switched to %XX encoding in command line tool output fixed limitation …
(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) @249   13 years tim reorganized iterator code for simpler locking and easier future key caching
(edit) @236   13 years tim removed unnecessary files
(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) @223   13 years tim switched talloc_steal calls to talloc_reparent for more precision and …
(edit) @219   13 years tim updated time conversion to return a double for more precision added …
(edit) @213   13 years tim fixed some pyregfi parameter bugs fixed some iterator memory …
(edit) @209   14 years tim worked on pyregfi value data interface added initial scons target for …
(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) @199   14 years tim reworked part of regfi C API to make python wrappers simpler continued …
(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) @181   14 years tim fixed memory management issues and a talloc_free() of an uninitialized …
(edit) @178   14 years tim reworked I/O to use callback functions fixed a bug in mtime …
(edit) @173   14 years tim fixed problem with little data in reglookup-recover
(edit) @172   14 years tim reorganized name interpretation code to correct issues in reglookup-recover
(edit) @171   14 years tim minor escaping fix for a unicode decoding failure corner case added …
(edit) @170   14 years tim merged Tobias Mueller's patch with some changes updated version number
(edit) @168   14 years tim merged remaining smb_deps items into regfi began formatting API …
(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) @154   15 years tim fixed a parsing flaw in big data chunk concatenation
(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) @141   15 years tim improved details of an error message turned off debugging symbols in …
(edit) @140   15 years tim Misc error message changes. Added and removed some comments. …
(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) @130   15 years tim fixed overlooked constant rename
(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) @121   16 years tim fixed minor path/type filter bug in reglookup misc code cleanups
(edit) @118   16 years tim improved security record extraction other minor cleanups
(edit) @117   16 years tim reordered orphaned value extraction to be faster and more accurate
(edit) @116   16 years tim fixed major bug in reglookup-recover; now recovers much more data …
(edit) @115   16 years tim added a few hacks to work around some issues.
(edit) @114   16 years tim fixed null pointer dereference
(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) @107   16 years tim removed redundant hbin parsing added flags parameter to regfi_open
(edit) @102   16 years tim simplified root key search routines rewrote sk record parsing fixed …
(edit) @97   16 years tim begun the work of rewriting the lowest layer parsing routines
(edit) @93   17 years tim Fixed stupid bug in the case of searching for a value.
(edit) @90   17 years tim minor changes to Makefiles Added one warning on an unlikely condition …
(edit) @88   17 years tim Fixed a lazy NULL printing to work properly on Solaris. Switched …
(edit) @85   17 years tim updated upcoming version number
(edit) @84   17 years tim rearranged structure contents to reduce fragmentation on 64 bit …
(edit) @83   17 years tim fixed minor memory leak.
(edit) @82   17 years tim bugfixes for path filtering
(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) @73   18 years tim fixes for Makefiles to support FreeBSD's iconv
(edit) @72   18 years tim Added QWORD type support.
(edit) @71   18 years tim added additional warnings for broken registry entries.
(edit) @70   18 years tim made iconv parameter types more correct.
(edit) @69   18 years tim Improved interfaces to some low-layer value formatting functions. …
(edit) @66   18 years tim fixed quoting bug in key names fixed unicode decoding and string …
(edit) @65   18 years tim fixed a bug in types added paranoid checks in smb_deps to prevent …
(edit) @61   18 years tim various minor speedups and memory leak fixes. Added support for NONE …
(edit) @59   19 years tim Updated version Code format cleanup, some comments added.
(edit) @58   19 years tim fixed DWORD output bugs added support for DWORD_BE (big endian)
(edit) @56   19 years tim fixed another stupid type filtering bug
(edit) @55   19 years tim fixed a type filtering bug, and a verbosity print order bug
(edit) @54   19 years tim Added some verbose output code cleanup and minor bug fixes
(edit) @53   19 years tim Moved security descriptor parsing functions into regfio.c Improved …
(edit) @52   19 years tim fixed a double-free bug which FreeBSD (but not Linux) catches and …
(edit) @48   19 years tim fixed segfault when valuenames are NULL
(edit) @47   19 years tim added options to enable/disable header row
(edit) @46   19 years tim removed forgotten debugging printf
(edit) @44   19 years tim minor changes to command line option parsing fixed some warnings with …
Note: See TracRevisionLog for help on using the revision log.