summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Zero all new block allocations.Richard Jones2010-03-291-0/+2
| | | | | | | | | | Make sure all new block allocations (from allocate_block) are zeroed. It can happen that junk from previous hive pages can end up in new block allocations, if the hive previously shrank. (Thanks to Marko Myllynen for finding an example where this happened).
* Increase HIVEX_MAX_VALUES from 1000 to 10000.Richard Jones2010-03-291-1/+1
| | | | | I was sent a genuine Windows XP hive by Marko Myllynen which had a key with > 1000 values attached.
* Increase HIVEX_MAX_SUBKEYS to 15000.Richard Jones2010-03-261-1/+1
| | | | | | Windows 7 registry has a hive key which contains 11908 subkeys, larger than the existing limit (10000). The key is: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners
* hivex: Add debugging message when returning ERANGE error.Richard Jones2010-03-261-0/+9
|
* Create separate toplevel directories for hivexsh and hivexml.Richard Jones2010-02-2413-2371/+3
|
* Rename hivex/ -> lib/Richard Jones2010-02-2425-0/+7068