<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/tools/virt-win-reg, branch oldlinux</title>
<subtitle>[MIRROR] library for accessing and modifying guest disk images</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/'/>
<entry>
<title>Update FSF address.</title>
<updated>2011-11-08T14:43:07+00:00</updated>
<author>
<name>Matthew Booth</name>
<email>mbooth@redhat.com</email>
</author>
<published>2011-11-08T14:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=04ea1375c55aa67df4e7fc61dbb534111767f3b6'/>
<id>04ea1375c55aa67df4e7fc61dbb534111767f3b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-win-reg: Document syntax for deleting keys and values (RHBZ#737944).</title>
<updated>2011-10-22T14:55:48+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-10-22T14:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=21a4cf7ef54a8598126f39023a51ef43415679dc'/>
<id>21a4cf7ef54a8598126f39023a51ef43415679dc</id>
<content type='text'>
NB: This requires hivex &gt;= 1.3.2 before this syntax becomes true.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NB: This requires hivex &gt;= 1.3.2 before this syntax becomes true.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Separate out combined =item 's in man pages.</title>
<updated>2011-07-16T14:20:29+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-07-16T14:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a711777bedcf64d814bb953ff8771858dbd7161b'/>
<id>a711777bedcf64d814bb953ff8771858dbd7161b</id>
<content type='text'>
Turn:

 =item B&lt;-a&gt; | B&lt;--all&gt;

into:

 =item B&lt;-a&gt;

 =item B&lt;--all&gt;

This gives a more natural-looking manual page, as well as making it
easier to directly link to these sections.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turn:

 =item B&lt;-a&gt; | B&lt;--all&gt;

into:

 =item B&lt;-a&gt;

 =item B&lt;--all&gt;

This gives a more natural-looking manual page, as well as making it
easier to directly link to these sections.
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-win-reg: Win XP paths can contain %systemdrive%.</title>
<updated>2011-05-17T21:54:20+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-17T21:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=94d1dfde2793dccdcaf105d77c6135cdae70fa5e'/>
<id>94d1dfde2793dccdcaf105d77c6135cdae70fa5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-win-reg: systemroot macro should be replaced case insensitive.</title>
<updated>2011-05-17T21:53:53+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-17T21:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=4a6890d824b6bcb811e0dca9a0e77d81451a9056'/>
<id>4a6890d824b6bcb811e0dca9a0e77d81451a9056</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-win-reg: Support HKEY_USERS keys.</title>
<updated>2011-05-17T16:05:11+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-17T12:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=2dbe26c372fe102b4c77cb6a3ecfa435117a4ec3'/>
<id>2dbe26c372fe102b4c77cb6a3ecfa435117a4ec3</id>
<content type='text'>
This adds support for various Registry keys under HKEY_USERS (user
preferences).

(1) HKEY_USERS\&lt;SID&gt;
    where &lt;SID&gt; is a User SID.

For example:

  # virt-win-reg Windows 'HKEY_USERS\S-1-5-19'

lists out the LocalService user's registry.

(2) HKEY_USERS\&lt;username&gt;
    where &lt;username&gt; is a Windows local username (this is a
    libguestfs extension).

For example:

  # virt-win-reg Windows 'HKEY_USERS\rjones'

lists out the user preferences of user 'rjones'.

HKU can be used as an abbreviation for HKEY_USERS.  Merging is also
supported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for various Registry keys under HKEY_USERS (user
preferences).

(1) HKEY_USERS\&lt;SID&gt;
    where &lt;SID&gt; is a User SID.

For example:

  # virt-win-reg Windows 'HKEY_USERS\S-1-5-19'

lists out the LocalService user's registry.

(2) HKEY_USERS\&lt;username&gt;
    where &lt;username&gt; is a Windows local username (this is a
    libguestfs extension).

For example:

  # virt-win-reg Windows 'HKEY_USERS\rjones'

lists out the user preferences of user 'rjones'.

HKU can be used as an abbreviation for HKEY_USERS.  Merging is also
supported.
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-win-reg: Don't use implicit $_ in map_path_to_hive function.</title>
<updated>2011-05-17T16:05:11+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-17T12:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=4443cfab8b16d862c8ab2971acccf4f18802b95c'/>
<id>4443cfab8b16d862c8ab2971acccf4f18802b95c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-win-reg: Don't hard-code the relationship between hive name and path.</title>
<updated>2011-05-17T16:05:11+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-17T08:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=3b4bb214c36d2659dff58e1a79bad8a9c48fa51d'/>
<id>3b4bb214c36d2659dff58e1a79bad8a9c48fa51d</id>
<content type='text'>
The crucial change is the tuple that is returned by map_path_to_hive:

-    my ($hivename, [...]) = map_path_to_hive ($_);
+    my ($hiveshortname, $hivefile, [...]) = map_path_to_hive ($_);

Previously the $hivename was both the name of the hive (eg. "sam"),
the name of the local copy in /tmp, and the name of the hive in
%systemroot%\system32\config.

In the new code, the $hiveshortname (eg. "sam") is still used for the
local copy in /tmp, but we return $hivefile which is the full Windows
path (eg. "/windows/system32/config/sam").

The purpose of this change is to allow us in future to return hives
from other Windows directories, specifically HKEY_USERS hives from
Windows home directories.

Although this is just code motion, it requires some quite extensive
changes to virt-win-reg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The crucial change is the tuple that is returned by map_path_to_hive:

-    my ($hivename, [...]) = map_path_to_hive ($_);
+    my ($hiveshortname, $hivefile, [...]) = map_path_to_hive ($_);

Previously the $hivename was both the name of the hive (eg. "sam"),
the name of the local copy in /tmp, and the name of the hive in
%systemroot%\system32\config.

In the new code, the $hiveshortname (eg. "sam") is still used for the
local copy in /tmp, but we return $hivefile which is the full Windows
path (eg. "/windows/system32/config/sam").

The purpose of this change is to allow us in future to return hives
from other Windows directories, specifically HKEY_USERS hives from
Windows home directories.

Although this is just code motion, it requires some quite extensive
changes to virt-win-reg.
</pre>
</div>
</content>
</entry>
<entry>
<title>virt-win-reg: Add --unsafe-printable-strings option.</title>
<updated>2011-05-17T16:05:01+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-17T10:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=9116f0eb01e23c9ec52144de6068c6918ce6c346'/>
<id>9116f0eb01e23c9ec52144de6068c6918ce6c346</id>
<content type='text'>
This also requires hivex &gt;= 1.2.7.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also requires hivex &gt;= 1.2.7.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Use I&lt;-...&gt; for cross-references to command line options.</title>
<updated>2011-05-01T21:43:18+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-01T21:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=c49fc3831d12788c27b90d12f06a1cd69a88e3be'/>
<id>c49fc3831d12788c27b90d12f06a1cd69a88e3be</id>
<content type='text'>
This is now used consistently across all the documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is now used consistently across all the documentation.
</pre>
</div>
</content>
</entry>
</feed>
