summaryrefslogtreecommitdiffstats
path: root/hivex/hivex.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-291-1/+30
* Support for Windows Registry.Richard Jones2009-10-291-0/+1398