summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* hivex: Added gnulib includes from builddir, as suggested by the Gnulib docume...Hilko Bengen2011-12-011-1/+4
* Replacement mmap function for Win32.Gillen Daniel2011-09-075-2/+157
* Add an internal hivex header file.Richard W.M. Jones2011-09-073-50/+76
* 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
* lib/byte_conversions.h: Use bswap* functions instead of __bswap* functions.Gillen Daniel2011-09-061-10/+10
* hivex: Fix building on platforms without O_CLOEXEC such as FreeBSDHilko Bengen2011-08-241-0/+7
* Prevent warning about unused variable in test.Richard W.M. Jones2011-08-151-1/+1
* Fix incorrect printf format specifier in error string.Richard W.M. Jones2011-08-151-1/+2
* hivex(3): Fix link to CSS.Richard W.M. Jones2011-08-151-1/+1
* header: Fix including just <hivex.h>.Richard W.M. Jones2011-08-152-1/+44
* Report last-modified time of hive root and nodesAlex Nelson2011-08-131-3/+46
* hivex: A few tweaks to enable building in a separate directoryHilko Bengen2011-08-111-7/+7
* Close the file descriptor along the writable path.Michael Huang2011-07-111-1/+11
* maint: remove trailing blanksJim Meyering2011-06-281-4/+4
* maint: remove now-unnecessary #ifdef HAVE_BYTESWAP_H guardJim Meyering2011-06-281-2/+0
* 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
* Add a linker script to limit visibility to exported symbols.Richard Jones2010-04-031-3/+9
* Add CLEANFILES rules.TJ2010-04-021-0/+2
* 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
* Create separate toplevel directories for hivexsh and hivexml.Richard Jones2010-02-2413-2371/+3
* Rename hivex/ -> lib/Richard Jones2010-02-2425-0/+7068