index
:
hivex.git
master
[MIRROR] Read and write Windows Registry Hive files.
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hivex
/
hivex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename hivex/ -> lib/
Richard Jones
2010-02-24
1
-2597
/
+0
*
hivex: Fix allocations that may move C heap buffer.
Richard Jones
2010-02-23
1
-1
/
+39
*
Add a generator for generating bindings to other languages.
Richard Jones
2010-02-22
1
-0
/
+2
*
hivex: Fix handling of inline VKs.
Richard Jones
2010-02-19
1
-20
/
+20
*
hivex: Documentation and cleanups.
Richard Jones
2010-02-19
1
-1
/
+2
*
hivex: Make limits into macros.
Richard Jones
2010-02-19
1
-4
/
+10
*
hivex: Complete the implementation of adding child nodes.
Richard Jones
2010-02-19
1
-6
/
+281
*
hivex: allocate_block should update valid block bitmap.
Richard Jones
2010-02-19
1
-0
/
+2
*
hivex: More debug messages.
Richard Jones
2010-02-19
1
-1
/
+10
*
hivex: Documentation update.
Richard Jones
2010-02-19
1
-1
/
+1
*
hivex: Some missing le32toh endianness conversions.
Richard Jones
2010-02-19
1
-2
/
+2
*
hivex: Implement deleting child nodes.
Richard Jones
2010-02-19
1
-0
/
+226
*
hivex: Add flags argument to internal get_children() function.
Richard Jones
2010-02-19
1
-14
/
+21
*
hivex: Don't die on valid registries which have bad declared data lengths.
Richard Jones
2010-02-19
1
-5
/
+8
*
hivex: Begin implementation of writing to hives.
Richard Jones
2010-02-19
1
-0
/
+384
*
hivex: Add HIVEX_OPEN_WRITE flag to allow hive to be opened for writing.
Richard Jones
2010-02-19
1
-10
/
+34
*
Document that this flag is clear for default keys.
Richard Jones
2010-02-19
1
-1
/
+2
*
Move htole*/le*toh macros into a separate header file.
Richard Jones
2010-02-19
1
-41
/
+2
*
hivex: Const-correctness fix on header_checksum (thanks Jim Meyering).
Richard Jones
2010-02-19
1
-1
/
+1
*
hivex: Update some previously unknown nk-record fields.
Richard Jones
2010-02-19
1
-5
/
+11
*
hivex: Fix calculation of block size for vk data blocks.
Richard Jones
2010-02-19
1
-1
/
+1
*
hivex: Display incorrect block size as unsigned in an error message.
Richard Jones
2010-02-19
1
-1
/
+1
*
hivex: display bad block offset in hex
Richard Jones
2010-02-19
1
-1
/
+1
*
hivex: hive type in vk-record is an unsigned 32 bit int
Richard Jones
2010-02-19
1
-1
/
+1
*
hivex: Add missing le32toh conversion around field access.
Richard Jones
2010-02-19
1
-3
/
+3
*
hivex: Clarify some more fields.
Richard Jones
2010-02-19
1
-2
/
+3
*
hivex: Modify children/values functions to return intermediate blocks.
Richard Jones
2010-02-19
1
-70
/
+168
*
hivex: Add value_any callback to the visitor.
Richard Jones
2010-02-19
1
-83
/
+95
*
hivex: Move header checksum code into a function.
Richard Jones
2010-02-19
1
-8
/
+16
*
hivex: page 'offset_next' field is really 'page_size'.
Richard Jones
2010-02-19
1
-8
/
+8
*
hivex: Collect more statistics about registries.
Richard Jones
2010-02-19
1
-20
/
+31
*
hivex: Store filename in hive handle.
Richard Jones
2010-02-19
1
-0
/
+7
*
hivex: Various improvements in header parsing, thanks to better documentation.
Richard Jones
2010-02-19
1
-22
/
+74
*
hivex: Print header fields. Print all offsets in hex (in debug output).
Richard Jones
2010-02-19
1
-16
/
+26
*
hivex: Reenable checksum calculations, but don't check result.
Richard Jones
2010-02-19
1
-3
/
+4
*
hivex: Send all debug messages to stderr.
Richard Jones
2010-02-19
1
-55
/
+55
*
hivex: Remove stray debugging message.
Richard Jones
2010-02-19
1
-1
/
+0
*
hivex: Whitespace change.
Richard Jones
2010-02-19
1
-1
/
+1
*
hivex: Move STR* macros into C file.
Richard Jones
2010-02-19
1
-0
/
+10
*
use STREQ, not strcmp: part 1
Jim Meyering
2010-02-19
1
-1
/
+1
*
change strncmp() == 0 to STREQLEN()
Jim Meyering
2010-02-19
1
-1
/
+1
*
convert uses of strcasecmp to STRCASEEQ
Jim Meyering
2010-02-19
1
-2
/
+2
*
placate 'make syntax-check'
Jim Meyering
2010-02-19
1
-1
/
+0
*
hivex: fail upon integer overflow
Jim Meyering
2010-02-19
1
-0
/
+3
*
hivex: Check unchecked calloc (Jim Meyering).
Richard Jones
2010-02-19
1
-0
/
+2
*
Fix misspelling in previous commit.
Richard Jones
2010-02-19
1
-2
/
+2
*
RHEL 5: Also add le{16,64}toh functions
Richard Jones
2010-02-19
1
-0
/
+12
*
RHEL 5: Detect endianness functions and supply them.
Richard Jones
2010-02-19
1
-1
/
+30
*
Support for Windows Registry.
Richard Jones
2010-02-19
1
-0
/
+1398