summaryrefslogtreecommitdiffstats
path: root/hivex
Commit message (Expand)AuthorAgeFilesLines
* hivex: Various improvements in header parsing, thanks to better documentation.Richard Jones2010-01-151-22/+74
* hivex: Print header fields. Print all offsets in hex (in debug output).Richard Jones2010-01-151-16/+26
* hivex: Reenable checksum calculations, but don't check result.Richard Jones2010-01-151-3/+4
* hivex: Update documentation.Richard Jones2010-01-151-0/+4
* hivex: Send all debug messages to stderr.Richard Jones2010-01-141-55/+55
* hivex: Remove stray debugging message.Richard Jones2010-01-141-1/+0
* hivex: Documentation: Add environment variables section.Richard Jones2010-01-141-0/+11
* hivex: Whitespace change.Richard Jones2010-01-141-1/+1
* hivex: Move STR* macros into C file.Richard Jones2010-01-142-10/+10
* hivex: Small updates to the documentation.Richard Jones2010-01-142-8/+92
* maint: use EXIT_* symbol (not constant, 2) to indicate key/path not foundJim Meyering2009-11-201-2/+4
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-202-13/+13
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-2/+2
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2009-11-091-0/+10
* indent with spaces, not TABsJim Meyering2009-11-091-6/+6
* placate 'make syntax-check'Jim Meyering2009-11-091-1/+0
* hivex: fail upon integer overflowJim Meyering2009-11-041-0/+3
* hivex: Check unchecked calloc (Jim Meyering).Richard Jones2009-11-041-0/+2
* Add HTML documentation to website.Richard Jones2009-10-291-0/+29
* Fix misspelling in previous commit.Richard Jones2009-10-291-2/+2
* RHEL 5: Also add le{16,64}toh functionsRichard Jones2009-10-291-0/+12
* RHEL 5: Detect endianness functions and supply them.Richard Jones2009-10-293-1/+34
* Prepare for version 1.0.75.Richard Jones2009-10-291-1/+1
* Support for Windows Registry.Richard Jones2009-10-2910-0/+3271