<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hivex.git/perl/lib, branch master</title>
<subtitle>[MIRROR] Read and write Windows Registry Hive files.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/hivex.git/'/>
<entry>
<title>regedit: Fix syntax for deleting registry keys (RHBZ#737944).</title>
<updated>2011-10-22T14:49:02+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-10-22T14:48:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/hivex.git/commit/?id=855df874403b11ea426c5c6fa708e52ab0b2f042'/>
<id>855df874403b11ea426c5c6fa708e52ab0b2f042</id>
<content type='text'>
Previously we parsed -[...] to delete a registry key, but this is not
correct.  It should be [-...].  Reference:

http://support.microsoft.com/kb/310516
https://secure.wikimedia.org/wikipedia/en/wiki/Windows_Registry#.REG_files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we parsed -[...] to delete a registry key, but this is not
correct.  It should be [-...].  Reference:

http://support.microsoft.com/kb/310516
https://secure.wikimedia.org/wikipedia/en/wiki/Windows_Registry#.REG_files
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: remove trailing blanks</title>
<updated>2011-06-28T22:33:09+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-06-28T18:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/hivex.git/commit/?id=76fdcceff966c35ac0f3177e6543486fffb6f754'/>
<id>76fdcceff966c35ac0f3177e6543486fffb6f754</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hivexregedit: Add --unsafe-printable-strings option.</title>
<updated>2011-05-17T10:16:10+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2011-05-17T10:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/hivex.git/commit/?id=e16d1cc51c234eb9f3e7db3b8f77f76198ffee73'/>
<id>e16d1cc51c234eb9f3e7db3b8f77f76198ffee73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>regedit: Add implicit nul-termination when importing strings.</title>
<updated>2010-04-28T13:28:27+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-04-28T13:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/hivex.git/commit/?id=81cc08b749bde37f364400c2b983d1e73e8dde21'/>
<id>81cc08b749bde37f364400c2b983d1e73e8dde21</id>
<content type='text'>
When you import a string value like:
  "Foo"="Bar"
using Windows regedit program, implicit nul-termination is added
to the value (not the key), so what is stored in the value would
be something like:
  hex(1):42,00,61,00,72,00,00,00
where two of the trailing zero bytes come from the implicit
terminator.  This corrects the reg_import function so it works
the same way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When you import a string value like:
  "Foo"="Bar"
using Windows regedit program, implicit nul-termination is added
to the value (not the key), so what is stored in the value would
be something like:
  hex(1):42,00,61,00,72,00,00,00
where two of the trailing zero bytes come from the implicit
terminator.  This corrects the reg_import function so it works
the same way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Win::Hivex::Regedit module for importing and exporting regedit format files.</title>
<updated>2010-03-30T10:58:45+00:00</updated>
<author>
<name>Richard Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2010-03-25T12:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/hivex.git/commit/?id=3b713ed4f5d6ccb06660da1c0ff34762b1627669'/>
<id>3b713ed4f5d6ccb06660da1c0ff34762b1627669</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
