summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hivex: Add HIVEX_OPEN_WRITE flag to allow hive to be opened for writing.Richard Jones2010-02-196-22/+54
* Tools for analyzing and reverse engineering hive files.Richard Jones2010-02-1912-2/+1631
* hivexsh: Change some exit(1) -> exit(EXIT_FAILURE)Richard Jones2010-02-191-2/+2
* hivexsh: Only print final \n when interactive.Richard Jones2010-02-191-1/+2
* hivexsh: Change handling of prompt argument to rl_gets()Richard Jones2010-02-191-9/+10
* Document that this flag is clear for default keys.Richard Jones2010-02-191-1/+2
* Misc documentation and gitignore update.Richard Jones2010-02-191-1/+3
* Move htole*/le*toh macros into a separate header file.Richard Jones2010-02-193-42/+93
* hivex: Reimplement hivexget as a simple shell script.Richard Jones2010-02-194-295/+45
* hivex: Add 'hivexsh' program (shell for navigating registry hives).Richard Jones2010-02-198-6/+995
* Set locale in C programs so l10n works (RHBZ#559962).Richard Jones2010-02-193-9/+40
* hivex: Const-correctness fix on header_checksum (thanks Jim Meyering).Richard Jones2010-02-191-1/+1
* hivex: Update some previously unknown nk-record fields.Richard Jones2010-02-191-5/+11
* hivex: Fix calculation of block size for vk data blocks.Richard Jones2010-02-191-1/+1
* hivex: Display incorrect block size as unsigned in an error message.Richard Jones2010-02-191-1/+1
* hivex: display bad block offset in hexRichard Jones2010-02-191-1/+1
* hivex: hive type in vk-record is an unsigned 32 bit intRichard Jones2010-02-191-1/+1
* hivex: Add missing le32toh conversion around field access.Richard Jones2010-02-191-3/+3
* hivex: Clarify some more fields.Richard Jones2010-02-191-2/+3
* hivex: Modify children/values functions to return intermediate blocks.Richard Jones2010-02-191-70/+168
* hivex: Add value_any callback to the visitor.Richard Jones2010-02-193-83/+101
* hivex: Move header checksum code into a function.Richard Jones2010-02-191-8/+16
* hivex: page 'offset_next' field is really 'page_size'.Richard Jones2010-02-191-8/+8
* hivex: Collect more statistics about registries.Richard Jones2010-02-191-20/+31
* hivex: Store filename in hive handle.Richard Jones2010-02-191-0/+7
* hivex: Various improvements in header parsing, thanks to better documentation.Richard Jones2010-02-191-22/+74
* hivex: Print header fields. Print all offsets in hex (in debug output).Richard Jones2010-02-191-16/+26
* hivex: Reenable checksum calculations, but don't check result.Richard Jones2010-02-191-3/+4
* hivex: Update documentation.Richard Jones2010-02-191-0/+4
* hivex: Send all debug messages to stderr.Richard Jones2010-02-191-55/+55
* hivex: Remove stray debugging message.Richard Jones2010-02-191-1/+0
* hivex: Documentation: Add environment variables section.Richard Jones2010-02-191-0/+11
* hivex: Whitespace change.Richard Jones2010-02-191-1/+1
* hivex: Move STR* macros into C file.Richard Jones2010-02-192-10/+10
* hivex: Small updates to the documentation.Richard Jones2010-02-192-8/+92
* maint: use EXIT_* symbol (not constant, 2) to indicate key/path not foundJim Meyering2010-02-191-2/+4
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2010-02-193-13/+15
* use STREQ, not strcmp: part 1Jim Meyering2010-02-191-1/+1
* change strncmp() == 0 to STREQLEN()Jim Meyering2010-02-191-1/+1
* convert uses of strcasecmp to STRCASEEQJim Meyering2010-02-191-2/+2
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2010-02-191-0/+10
* indent with spaces, not TABsJim Meyering2010-02-191-6/+6
* placate 'make syntax-check'Jim Meyering2010-02-191-1/+0
* hivex: fail upon integer overflowJim Meyering2010-02-191-0/+3
* hivex: Check unchecked calloc (Jim Meyering).Richard Jones2010-02-191-0/+2
* Add HTML documentation to website.Richard Jones2010-02-191-0/+29
* Fix misspelling in previous commit.Richard Jones2010-02-191-2/+2
* RHEL 5: Also add le{16,64}toh functionsRichard Jones2010-02-191-0/+12
* RHEL 5: Detect endianness functions and supply them.Richard Jones2010-02-194-2/+35
* Prepare for version 1.0.75.Richard Jones2010-02-192-2/+2