source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @267   13 years tim note to self
(edit) @264   13 years tim man page updates
(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) @260   13 years tim fixed foolish mistake in error checks
(edit) @259   13 years tim attempting a fix
(edit) @258   13 years tim doc fix
(edit) @257   13 years tim documentation fixes/additions
(edit) @256   13 years tim switched to %XX encoding in command line tool output fixed limitation …
(edit) @255   13 years tim fixed error condition deadlock in regfi prevented early garbage …
(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) @247   13 years tim cleanup
(edit) @246   13 years tim cleanups and updated installation documentation
(edit) @238   13 years tim moved development documentation back to old location, adjusted build …
(edit) @236   13 years tim removed unnecessary files
(edit) @234   13 years tim improvements to version determination
(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) @231   13 years tim bad name
(edit) @230   13 years tim adding Rev
(edit) @229   13 years tim experimenting with built-time versioning
(edit) @228   13 years tim added a test case for pyregfi multithreaded use updated the regfi …
(edit) @227   13 years tim added a SetLogMask? function to pyregfi as an interface to …
(edit) @226   13 years tim several fixes for pyregfi Windows portability better error handling …
(edit) @225   13 years tim added test case for python callback read/seek began adding windows …
(edit) @224   13 years tim added new regfi API function to help manage memory better fixed …
(edit) @223   13 years tim switched talloc_steal calls to talloc_reparent for more precision and …
(edit) @222   13 years tim removed legacy Makefiles mingw target now builds libregfi.dll
(edit) @221   13 years tim added a lot of documentation for pyregfi and a few more attributes
(edit) @220   13 years tim reorganized code added remaining methods to iterator added test case …
(edit) @219   13 years tim updated time conversion to return a double for more precision added …
(edit) @218   13 years tim converted hive's .get_root() method into the 'root' property which is …
(edit) @217   13 years tim added another test made is_root check more correct
(edit) @216   13 years tim added a new testcase to the smoketest for data attributes fixed data …
(edit) @215   13 years tim improvements to smoketest script, additional test case added a …
(edit) @214   13 years tim fixed pyregfi circular class references that caused garbage collection …
(edit) @213   13 years tim fixed some pyregfi parameter bugs fixed some iterator memory …
(edit) @212   13 years tim fixed python2 compatbility problems in pyregfi added better install …
(edit) @211   13 years tim added install targets for pyregfi
(edit) @210   13 years tim beginnings of pyregfi documentation build script
(edit) @209   13 years tim worked on pyregfi value data interface added initial scons target for …
(edit) @208   14 years tim more additions to pyregfi: functional subkey and value lists
(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) @205   14 years tim wrapper data structures and part of iterator interface
(edit) @204   14 years tim reorganizing wrappers
(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) @198   14 years tim misc tweaks to run under python2.5-dbg
(edit) @196   14 years tim experimental python bindings generator as provided by Michael Cohen
(edit) @195   14 years tim removed talloc from mainline build tree, opting instead to depend upon …
(edit) @194   14 years tim small fix for header installation
(edit) @193   14 years tim added Michael's patch for enums and an error message fix
(edit) @191   14 years tim updated scons build scripts to handle MinGW added binaries for MinGW …
(edit) @190   14 years tim more scons build improvements
(edit) @189   14 years tim additional work on new build system
(edit) @187   14 years tim early versions of SConstruct build scripts
(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) @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) @177   14 years tim doc format fix
(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) @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) @164   14 years tim reorganized documentation and testing directories
(edit) @163   14 years tim minor doc update
(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) @155   15 years tim work around for man page formatting problem minor comment
(edit) @154   15 years tim fixed a parsing flaw in big data chunk concatenation
(edit) @153   15 years tim minor updates to TODO list
(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 …
Note: See TracRevisionLog for help on using the revision log.