[Libguestfs] [PATCH 2/12] Misc documentation and gitignore update.

Richard W.M. Jones rjones at redhat.com
Wed Feb 3 18:31:54 UTC 2010


-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-------------- next part --------------
>From 91b2aea7960f783d4e79d00def91278eca84d7b0 Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones at redhat.com>
Date: Wed, 3 Feb 2010 17:44:39 +0000
Subject: [PATCH 02/12] Misc documentation and gitignore update.

---
 hivex/README  |    4 +++-
 m4/.gitignore |    1 +
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/hivex/README b/hivex/README
index 5e7d21f..7bed47b 100644
--- a/hivex/README
+++ b/hivex/README
@@ -18,12 +18,14 @@ This library was derived from several sources:
 
  . NTREG registry reader/writer library by Petter Nordahl-Hagen
     (LGPL v2.1 licensed library and program)
- . http://home.eunet.no/pnordahl/ntpasswd/WinReg.txt
+ . http://pogostick.net/~pnh/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+)
+ . http://amnesia.gtisc.gatech.edu/~moyix/suzibandit.ltd.uk/MSc/
+ . reverse engineering the format (see hivex/tools/visualizer.ml)
 
 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
diff --git a/m4/.gitignore b/m4/.gitignore
index 01c8e2d..3f1a5a4 100644
--- a/m4/.gitignore
+++ b/m4/.gitignore
@@ -143,3 +143,4 @@ xsize.m4
 /strtoll.m4
 /strtoul.m4
 /strtoull.m4
+/xstrtol.m4
-- 
1.6.5.2



More information about the Libguestfs mailing list