<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libguestfs.git/daemon, branch master</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>daemon: Avoid gcc warning about noreturn function in acl &amp; cap code.</title>
<updated>2012-11-30T09:01:05+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-11-30T09:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=fe4cdb2a477e88cd65d418aa3c3f12cb029f3dde'/>
<id>fe4cdb2a477e88cd65d418aa3c3f12cb029f3dde</id>
<content type='text'>
acl.c: In function 'do_acl_get_file':
acl.c:158:1: error: function might be candidate for attribute 'noreturn' [-Werror=suggest-attribute=noreturn]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
acl.c: In function 'do_acl_get_file':
acl.c:158:1: error: function might be candidate for attribute 'noreturn' [-Werror=suggest-attribute=noreturn]
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: isoinfo: Fix parsing of bogus dates.</title>
<updated>2012-11-29T17:07:39+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-11-29T17:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=0e5eef87d0bdbd8690d9a6863a49bee4d6a198da'/>
<id>0e5eef87d0bdbd8690d9a6863a49bee4d6a198da</id>
<content type='text'>
eg:

$ isoinfo --debug -d -i ubuntu-12.04-desktop-amd64.iso
CD-ROM is in ISO 9660 format
System id:
Volume id: Ubuntu 12.04 LTS amd64
Volume set id:
Publisher id:
[...]
Creation Date:     2012 04 25 16:13:46.00
Modification Date: 2012 04 25 16:13:46.00
Expiration Date:                :  :  .
Effective Date:                 :  :  .
[...]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
eg:

$ isoinfo --debug -d -i ubuntu-12.04-desktop-amd64.iso
CD-ROM is in ISO 9660 format
System id:
Volume id: Ubuntu 12.04 LTS amd64
Volume set id:
Publisher id:
[...]
Creation Date:     2012 04 25 16:13:46.00
Modification Date: 2012 04 25 16:13:46.00
Expiration Date:                :  :  .
Effective Date:                 :  :  .
[...]
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: Ignore lvresize error "New size..matches existing size" (RHBZ#834712).</title>
<updated>2012-11-23T17:17:57+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-11-23T17:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=1ef9af9acbd4cfaadb3f96e0e1a5e519fad2da9d'/>
<id>1ef9af9acbd4cfaadb3f96e0e1a5e519fad2da9d</id>
<content type='text'>
The lvresize command unnecessarily gives an error if you don't
change the size of the LV.  Suppress this error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The lvresize command unnecessarily gives an error if you don't
change the size of the LV.  Suppress this error.
</pre>
</div>
</content>
</entry>
<entry>
<title>New APIs: Implement Linux filesystem capabilities.</title>
<updated>2012-11-22T16:45:32+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-11-22T14:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=fae8d7cafb66e0da697cde71f7e9444165c76ff7'/>
<id>fae8d7cafb66e0da697cde71f7e9444165c76ff7</id>
<content type='text'>
This adds the following new APIs:
 - cap_get_file
 - cap_set_file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the following new APIs:
 - cap_get_file
 - cap_set_file
</pre>
</div>
</content>
</entry>
<entry>
<title>New APIs: Implement POSIX ACLs.</title>
<updated>2012-11-22T16:19:21+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-11-22T14:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=218b39acae324955b089dcfc191b0270b6bafb62'/>
<id>218b39acae324955b089dcfc191b0270b6bafb62</id>
<content type='text'>
This adds the following new APIs:
 - acl_get_file
 - acl_set_file
 - acl_delete_def_file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the following new APIs:
 - acl_get_file
 - acl_set_file
 - acl_delete_def_file
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: wipefs: Use --force option if available.</title>
<updated>2012-11-20T10:44:10+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-11-19T15:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=3454cfb73c74b4fd3fba9d834c13685b166d9d3f'/>
<id>3454cfb73c74b4fd3fba9d834c13685b166d9d3f</id>
<content type='text'>
See https://bugzilla.redhat.com/show_bug.cgi?id=872831
and https://bugzilla.redhat.com/show_bug.cgi?id=865961
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bugzilla.redhat.com/show_bug.cgi?id=872831
and https://bugzilla.redhat.com/show_bug.cgi?id=865961
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: Perform device name translation on mke2fs journaldevice (RHBZ#876579).</title>
<updated>2012-11-15T10:16:28+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-11-15T10:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=a41629deb965830788d6b531272a0a20767e2ce6'/>
<id>a41629deb965830788d6b531272a0a20767e2ce6</id>
<content type='text'>
Also various fixes:

 - remove fixed-size buffer
 - change if (err) free (err) -&gt; free (err).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also various fixes:

 - remove fixed-size buffer
 - change if (err) free (err) -&gt; free (err).
</pre>
</div>
</content>
</entry>
<entry>
<title>New API: mklost_and_found</title>
<updated>2012-11-02T14:35:41+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-11-02T09:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=f56bc8edd5f23c23298bf3f609a98dd6fec5d512'/>
<id>f56bc8edd5f23c23298bf3f609a98dd6fec5d512</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>daemon: Mark some functions as attribute((noreturn)).</title>
<updated>2012-10-25T13:13:42+00:00</updated>
<author>
<name>Richard W.M. Jones</name>
<email>rjones@redhat.com</email>
</author>
<published>2012-10-25T13:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=5c8f073786285303f3bda1c30bd0b1953e0667a7'/>
<id>5c8f073786285303f3bda1c30bd0b1953e0667a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NEW API: mktemp</title>
<updated>2012-10-17T10:12:07+00:00</updated>
<author>
<name>Wanlong Gao</name>
<email>gaowanlong@cn.fujitsu.com</email>
</author>
<published>2012-10-14T06:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/rjones/public_git/libguestfs.git/commit/?id=773fa611411d457d4b18dcb171b333b7356c20ba'/>
<id>773fa611411d457d4b18dcb171b333b7356c20ba</id>
<content type='text'>
Used to create temporary directory or file with an optional suffix.

Signed-off-by: Wanlong Gao &lt;gaowanlong@cn.fujitsu.com&gt;

RWMJ:

 - Split this out into a new file (daemon/mktemp.c).

 - I don't see a reason to deprecate the mkdtemp function which
   works fine.  Instead remove complex dir-making code from the
   new function.

 - Test and fix the patch (missing close(fd)).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used to create temporary directory or file with an optional suffix.

Signed-off-by: Wanlong Gao &lt;gaowanlong@cn.fujitsu.com&gt;

RWMJ:

 - Split this out into a new file (daemon/mktemp.c).

 - I don't see a reason to deprecate the mkdtemp function which
   works fine.  Instead remove complex dir-making code from the
   new function.

 - Test and fix the patch (missing close(fd)).
</pre>
</div>
</content>
</entry>
</feed>
