hivex: Some missing le32toh endianness conversions.
[hivex.git] / hivex / hivex.c
2010-02-19 Richard Joneshivex: Some missing le32toh endianness conversions.
2010-02-19 Richard Joneshivex: Implement deleting child nodes.
2010-02-19 Richard Joneshivex: Add flags argument to internal get_children...
2010-02-19 Richard Joneshivex: Don't die on valid registries which have bad...
2010-02-19 Richard Joneshivex: Begin implementation of writing to hives.
2010-02-19 Richard Joneshivex: Add HIVEX_OPEN_WRITE flag to allow hive to be...
2010-02-19 Richard JonesDocument that this flag is clear for default keys.
2010-02-19 Richard JonesMove htole*/le*toh macros into a separate header file.
2010-02-19 Richard Joneshivex: Const-correctness fix on header_checksum (thanks...
2010-02-19 Richard Joneshivex: Update some previously unknown nk-record fields.
2010-02-19 Richard Joneshivex: Fix calculation of block size for vk data blocks.
2010-02-19 Richard Joneshivex: Display incorrect block size as unsigned in...
2010-02-19 Richard Joneshivex: display bad block offset in hex
2010-02-19 Richard Joneshivex: hive type in vk-record is an unsigned 32 bit int
2010-02-19 Richard Joneshivex: Add missing le32toh conversion around field...
2010-02-19 Richard Joneshivex: Clarify some more fields.
2010-02-19 Richard Joneshivex: Modify children/values functions to return inter...
2010-02-19 Richard Joneshivex: Add value_any callback to the visitor.
2010-02-19 Richard Joneshivex: Move header checksum code into a function.
2010-02-19 Richard Joneshivex: page 'offset_next' field is really 'page_size'.
2010-02-19 Richard Joneshivex: Collect more statistics about registries.
2010-02-19 Richard Joneshivex: Store filename in hive handle.
2010-02-19 Richard Joneshivex: Various improvements in header parsing, thanks...
2010-02-19 Richard Joneshivex: Print header fields. Print all offsets in hex...
2010-02-19 Richard Joneshivex: Reenable checksum calculations, but don't check...
2010-02-19 Richard Joneshivex: Send all debug messages to stderr.
2010-02-19 Richard Joneshivex: Remove stray debugging message.
2010-02-19 Richard Joneshivex: Whitespace change.
2010-02-19 Richard Joneshivex: Move STR* macros into C file.
2010-02-19 Jim Meyeringuse STREQ, not strcmp: part 1
2010-02-19 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2010-02-19 Jim Meyeringconvert uses of strcasecmp to STRCASEEQ
2010-02-19 Jim Meyeringplacate 'make syntax-check'
2010-02-19 Jim Meyeringhivex: fail upon integer overflow
2010-02-19 Richard Joneshivex: Check unchecked calloc (Jim Meyering).
2010-02-19 Richard JonesFix misspelling in previous commit.
2010-02-19 Richard JonesRHEL 5: Also add le{16,64}toh functions
2010-02-19 Richard JonesRHEL 5: Detect endianness functions and supply them.
2010-02-19 Richard JonesSupport for Windows Registry.