hivex: Update documentation.
[libguestfs.git] / hivex / README
index 449db77..5e7d21f 100644 (file)
@@ -1,5 +1,5 @@
 hivex - by Richard W.M. Jones, rjones@redhat.com
-Copyright (C) 2009 Red Hat Inc.
+Copyright (C) 2009-2010 Red Hat Inc.
 ----------------------------------------------------------------------
 
 This is a self-contained library for reading Windows Registry "hive"
@@ -20,6 +20,10 @@ This library was derived from several sources:
     (LGPL v2.1 licensed library and program)
  . http://home.eunet.no/pnordahl/ntpasswd/WinReg.txt
  . dumphive (a BSD-licensed Pascal program by Markus Stephany)
+ . http://www.sentinelchicken.com/data/TheWindowsNTRegistryFileFormat.pdf
+ . editreg program from Samba - this program was removed in later
+   versions of Samba, so you have to go back in the source repository
+   to find it (GPLv2+)
 
 Like NTREG, this library only attempts to read Windows NT registry
 files (ie. not Windows 3.1 or Windows 95/98/ME).  See the link above