summaryrefslogtreecommitdiffstats
path: root/hivex
Commit message (Expand)AuthorAgeFilesLines
* Rename hivex/ -> lib/Richard Jones2010-02-2425-7068/+0
* Move test images to images/ and add a large, generated test image.Richard Jones2010-02-244-28/+1
* hivex: Fix allocations that may move C heap buffer.Richard Jones2010-02-231-1/+39
* Link gnulib in to the hivex library, not end-user programs.Richard Jones2010-02-231-2/+3
* Add a generator for generating bindings to other languages.Richard Jones2010-02-223-786/+2
* Remove bogus reference to src/ directory which no longer exists.Richard Jones2010-02-221-2/+0
* Update copyright notice and change libguestfs to hivex.Richard Jones2010-02-221-2/+2
* Install hivex.h in $includedir.Richard Jones2010-02-221-0/+2
* Version 1.1.1.1.1.1Richard Jones2010-02-221-1/+0
* Move README, LICENSE files to the toplevel directory.Richard Jones2010-02-192-541/+0
* Add gettext.h, omitted from earlier import.Richard Jones2010-02-192-1/+273
* hivexsh: Print hex bytes >= 0x80 correctly.Richard Jones2010-02-191-1/+2
* Remove some unused variables.Richard Jones2010-02-191-1/+0
* Add scripts to EXTRA_DIST.Richard Jones2010-02-191-2/+14
* hivex: example6: Don't double backslashes.Richard Jones2010-02-191-1/+1
* hivex: example6: Hypothetical addition of keys for viostor.Richard Jones2010-02-191-0/+126
* hivex: Fix handling of inline VKs.Richard Jones2010-02-192-31/+35
* hivexsh: Set correct type for 'expandstring' values.Richard Jones2010-02-191-1/+1
* hivex: Documentation and cleanups.Richard Jones2010-02-191-1/+2
* hivex: Make limits into macros.Richard Jones2010-02-192-5/+13
* hivexsh: Remove unused variable.Richard Jones2010-02-191-1/+0
* hivex: Complete the implementation of adding child nodes.Richard Jones2010-02-195-12/+378
* hivex: More debugging around nk 'unknown2' field.Richard Jones2010-02-191-10/+26
* hivex: Check hash fields in lf/lh records.Richard Jones2010-02-191-20/+61
* hivexsh: del command: Fix error message.Richard Jones2010-02-191-1/+1
* hivexsh: lsval: Remove stray quotation mark.Richard Jones2010-02-191-1/+1
* hivexsh: cd command: fix error handlingRichard Jones2010-02-191-2/+6
* hivex: allocate_block should update valid block bitmap.Richard Jones2010-02-191-0/+2
* hivex: More debug messages.Richard Jones2010-02-191-1/+10
* hivex: Documentation update.Richard Jones2010-02-191-1/+1
* hivex: Some missing le32toh endianness conversions.Richard Jones2010-02-191-2/+2
* hivexsh: Document some peculiarities of the "cd" command.Richard Jones2010-02-191-1/+8
* hivex: Implement deleting child nodes.Richard Jones2010-02-196-0/+317
* hivex: Add flags argument to internal get_children() function.Richard Jones2010-02-191-14/+21
* hivex: Don't die on valid registries which have bad declared data lengths.Richard Jones2010-02-191-5/+8
* hivex: Minimal registry example.Richard Jones2010-02-194-1/+28
* hivexsh: Add 'setval' and 'commit' commands.Richard Jones2010-02-196-4/+491
* hivex: Begin implementation of writing to hives.Richard Jones2010-02-193-0/+521
* hivex: Add HIVEX_OPEN_WRITE flag to allow hive to be opened for writing.Richard Jones2010-02-195-22/+52
* Tools for analyzing and reverse engineering hive files.Richard Jones2010-02-1910-0/+1627
* 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-193-294/+45
* hivex: Add 'hivexsh' program (shell for navigating registry hives).Richard Jones2010-02-196-6/+993
* 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