|
|
@129
|
16 years |
tim |
fixed overlooked constant rename
|
|
|
@128
|
16 years |
tim |
added secondary root key type found in Vista registries by Jolanta …
|
|
|
@127
|
16 years |
tim |
added preliminary support for 'ri' subkey lists.
cleaned up regfi API …
|
|
|
@126
|
16 years |
tim |
improved validation and output of key class names, MULTI_SZ and other …
|
|
|
@125
|
16 years |
tim |
added early version of class name parsing. additional work still needed.
|
|
|
@124
|
16 years |
tim |
added a note for a future fix
|
|
|
@122
|
16 years |
tim |
fixed an incorrect malloc in range_list.c
minor documentation updates
|
|
|
@116
|
16 years |
tim |
fixed major bug in reglookup-recover; now recovers much more data …
|
|
|
@113
|
17 years |
tim |
fixed some VK record parsing bugs
added more strict checking on …
|
|
|
@112
|
17 years |
tim |
added path resolution to reglookup-recover
|
|
|
@111
|
17 years |
tim |
Switched license to GPLv3
Added early version of new tool, …
|
|
|
@110
|
17 years |
tim |
moved unallocated cell parsing back out of the main line hbin parsing
|
|
|
@109
|
17 years |
tim |
reworked SK record caching to prevent unnecessary loads.
SK records …
|
|
|
@108
|
17 years |
tim |
added least-recently-used cache structure.
set up SK records to use …
|
|
|
@107
|
17 years |
tim |
removed redundant hbin parsing
added flags parameter to regfi_open
|
|
|
@106
|
17 years |
tim |
replaced linked list hbin lookup with range_list based binary search
|
|
|
@105
|
17 years |
tim |
fully removed dependence on Samba parse structures from core library
|
|
|
@104
|
17 years |
tim |
replaced lf (hash list) parsing code
|
|
|
@103
|
17 years |
tim |
rewrote value list parsing routine
|
|
|
@102
|
17 years |
tim |
simplified root key search routines
rewrote sk record parsing
fixed …
|
|
|
@101
|
17 years |
tim |
rewrote VK record and data cell parsing
|
|
|
@100
|
17 years |
tim |
fixed integer underflow bug
updated some documentation
|
|
|
@99
|
17 years |
tim |
fixed a range_list bug
replaced NK parsing routine
|
|
|
@98
|
17 years |
tim |
adding experimental library which will be used to speed up hbin lookups
|
|
|
@97
|
17 years |
tim |
begun the work of rewriting the lowest layer parsing routines
|
|
|
@95
|
18 years |
tim |
fixing the fix on value filters
|
|
|
@94
|
18 years |
tim |
Fixed edge condition bug when finding a value at the end of the list …
|
|
|
@89
|
18 years |
tim |
Added contract comments to void_stack header. Minor cleanups in …
|
|
|
@87
|
18 years |
tim |
added minor documentation on ACE flags to regfi.c
vastly expanded …
|
|
|
@84
|
18 years |
tim |
rearranged structure contents to reduce fragmentation on 64 bit …
|
|
|
@82
|
18 years |
tim |
bugfixes for path filtering
|
|
|
@81
|
18 years |
tim |
Finished incorporating changes to reglookup to work with new regfi …
|
|
|
@80
|
18 years |
tim |
Major API updates for regfi, and started porting reglookup to the API. …
|
|
|
@79
|
18 years |
tim |
renamed regfio to regfi, since we aren't doing any output to the registry.
|
|
|
@78
|
18 years |
tim |
beginning process of rewriting regfio interface.
|
|
|
@77
|
18 years |
tim |
Improved support for unknown registry types.
Fixed potential security …
|
|
|
@76
|
18 years |
tim |
Added parsing of ACE permissions field. Minor improvement to flags …
|
|
|
@73
|
18 years |
tim |
fixes for Makefiles to support FreeBSD's iconv
|
|
|
@72
|
18 years |
tim |
Added QWORD type support.
|
|
|
@65
|
18 years |
tim |
fixed a bug in types
added paranoid checks in smb_deps to prevent …
|
|
|
@61
|
18 years |
tim |
various minor speedups and memory leak fixes. Added support for NONE …
|
|
|
@59
|
19 years |
tim |
Updated version
Code format cleanup, some comments added.
|
|
|
@53
|
19 years |
tim |
Moved security descriptor parsing functions into regfio.c
Improved …
|
|
|
@52
|
19 years |
tim |
fixed a double-free bug which FreeBSD (but not Linux) catches and …
|
|
|
@42
|
19 years |
tim |
Changed to a CSV-like output format to accommodate extended fields
…
|
|
|
@41
|
19 years |
tim |
Added full printing of values, as with old code.
renamed type …
|
|
|
@38
|
19 years |
tim |
Cleaned up path2Stack. Added several supporting functions in …
|
|
|
@36
|
19 years |
tim |
replaced reglookup.c with test driver lib-regfio.c
updated relevant …
|
|
|
@33
|
19 years |
tim |
Fixed some bugs.
rewrote testing code to allow for a path filter …
|
|
|
@32
|
19 years |
tim |
Added key name retrieval to test utility
Code formatting changes to …
|
|
|
@31
|
19 years |
tim |
Added new lightweight stack library
rewrote test program to use this …
|
|
|
@30
|
19 years |
tim |
Added initial version of regfio interface, borrowed from Samba …
|