summaryrefslogtreecommitdiffstats
path: root/lib/hivex.c
Commit message (Expand)AuthorAgeFilesLines
* Replacement mmap function for Win32.Gillen Daniel2011-09-071-1/+7
* Add an internal hivex header file.Richard W.M. Jones2011-09-071-50/+1
* hivex: Add metadata length functions for nodes and valuesAlex Nelson2011-09-061-0/+38
* hivex: Split value_key function into value_key and value_key_lenAlex Nelson2011-09-061-11/+27
* hivex: Fix building on platforms without O_CLOEXEC such as FreeBSDHilko Bengen2011-08-241-0/+7
* Fix incorrect printf format specifier in error string.Richard W.M. Jones2011-08-151-1/+2
* Report last-modified time of hive root and nodesAlex Nelson2011-08-131-3/+46
* Close the file descriptor along the writable path.Michael Huang2011-07-111-1/+11
* maint: remove definition of O_CLOEXEC, ...Jim Meyering2011-06-281-4/+0
* maint: remove unnecessary test-before-freeJim Meyering2011-06-281-2/+1
* hivex_root: Return errno == HIVEX_NO_KEY when root key is missing.Richard W.M. Jones2011-05-131-1/+1
* hivex: Fix for endianess bug.Hilko Bengen2011-05-121-1/+1
* maint: Split long lines.Jim Meyering2011-04-131-52/+96
* Remove no longer used internal function utf16_string_len_in_bytes.Richard W.M. Jones2011-04-131-16/+2
* hivex_value_multiple_strings: Don't read uninitialized data.Richard W.M. Jones2011-04-131-1/+2
* Handle odd-length "UTF16" strings.Richard W.M. Jones2011-04-131-1/+1
* Return real length of buffer from hivex_value_value.Richard W.M. Jones2011-04-131-0/+4
* Really fix the case where a UTF-16 string contains junk after the string.Richard W.M. Jones2011-04-131-1/+1
* Fix use-after-free in hivex_close.Richard W.M. Jones2011-04-121-3/+3
* Add debug output to hivex_close.Matthew Booth2010-08-131-0/+3
* Don't try to process junk after a string value as UTF-16.Richard Jones2010-07-121-0/+31
* Call iconv_close along error path out of function.Hilko Bengen2010-07-121-1/+5
* Add hivex_set_value API call, and ocaml and perl bindings, and tests.Conrad Meyer2010-07-081-0/+80
* Zero all new block allocations.Richard Jones2010-03-291-0/+2
* Increase HIVEX_MAX_VALUES from 1000 to 10000.Richard Jones2010-03-291-1/+1
* Increase HIVEX_MAX_SUBKEYS to 15000.Richard Jones2010-03-261-1/+1
* hivex: Add debugging message when returning ERANGE error.Richard Jones2010-03-261-0/+9
* Rename hivex/ -> lib/Richard Jones2010-02-241-0/+2597