<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wsmancli.git, branch v2.2.7.1</title>
<subtitle>A fork of wsmancli with some iDRAC specific improvements and random fixes.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/'/>
<entry>
<title>Adapt build requires to openwsman-2.2.7, which splitted out C++ bindings</title>
<updated>2011-09-14T19:38:32+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-09-14T19:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=acb669c16fb622eb5581e447c359d0416878a0be'/>
<id>acb669c16fb622eb5581e447c359d0416878a0be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to reduced libu exposure in openwsman public api</title>
<updated>2011-09-14T19:06:29+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-09-14T19:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=541b4c333bc94841df0e8dcb4d0ef61b4c5e8c9d'/>
<id>541b4c333bc94841df0e8dcb4d0ef61b4c5e8c9d</id>
<content type='text'>
Add a couple of #include "u/libu.h"
See commit 7d91f671 of openwsman
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a couple of #include "u/libu.h"
See commit 7d91f671 of openwsman
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 2.2.7</title>
<updated>2011-09-08T07:26:35+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-09-08T07:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=2c67358ced01b68aaa6ad5e12bc8fac558c3f501'/>
<id>2c67358ced01b68aaa6ad5e12bc8fac558c3f501</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with gcc 4.6, add wseventmgr</title>
<updated>2011-09-08T07:26:14+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-09-08T07:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=851a2cacb6a8e6473528266a6b90ee1976c31550'/>
<id>851a2cacb6a8e6473528266a6b90ee1976c31550</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wsmancli allow debugging of invalid response XML</title>
<updated>2011-09-08T07:05:16+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-09-08T07:05:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=69ddc10b31d158e5ceeab9d2e0fc78b9b1a4c244'/>
<id>69ddc10b31d158e5ceeab9d2e0fc78b9b1a4c244</id>
<content type='text'>
sing wsmancli, when the response XML is invalid (such as due to
invalid characters) an error is displayed with only a partial view of
the XML and no other information that could tell us where exactly the
problem is.

In debug mode (using -d option), it would be useful if the tool could
dump the raw XML for further analysis before it could be interpreted
by libxml functions.

Patch by Chris Poblete
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sing wsmancli, when the response XML is invalid (such as due to
invalid characters) an error is displayed with only a partial view of
the XML and no other information that could tell us where exactly the
problem is.

In debug mode (using -d option), it would be useful if the tool could
dump the raw XML for further analysis before it could be interpreted
by libxml functions.

Patch by Chris Poblete
</pre>
</div>
</content>
</entry>
<entry>
<title>Use https (port 5986) when cainfo is set.</title>
<updated>2011-06-10T10:01:59+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-06-10T10:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=503c6951b881b4d10704136dfd57174d5f6d4c59'/>
<id>503c6951b881b4d10704136dfd57174d5f6d4c59</id>
<content type='text'>
This fixes the default port setting to match wsmc_create() call.

(upstream issue 3257661, Zoltan Micskei)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the default port setting to match wsmc_create() call.

(upstream issue 3257661, Zoltan Micskei)
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 2.2.6</title>
<updated>2011-04-20T10:52:27+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-04-20T10:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=83cf8cba6cd9ffb69675bb1f45c55f2f5bf534de'/>
<id>83cf8cba6cd9ffb69675bb1f45c55f2f5bf534de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix segfault in wsmancli</title>
<updated>2011-04-20T10:19:00+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-04-20T10:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=cd8e5976e05ff2f8588eb3e92bd0ad2308d03183'/>
<id>cd8e5976e05ff2f8588eb3e92bd0ad2308d03183</id>
<content type='text'>
Using wsmancli 2.2.5, we also got a segmentation fault.

Analysis of the code found that output_file is NULL and is being used.
This is occurring when there are multiple instances returned and pull
operation is done and output file is not defined.

Patch by Chris Poblete
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using wsmancli 2.2.5, we also got a segmentation fault.

Analysis of the code found that output_file is NULL and is being used.
This is occurring when there are multiple instances returned and pull
operation is done and output file is not defined.

Patch by Chris Poblete
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 2.2.5</title>
<updated>2011-04-20T10:14:03+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-04-20T10:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=d9e9961202804c5b29bfc583f9a0676cdf7a71da'/>
<id>d9e9961202804c5b29bfc583f9a0676cdf7a71da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix integral parameter handling on ppc and s390x</title>
<updated>2011-03-16T11:50:20+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2011-03-16T11:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=4c763832ecb9652b92c942bdd9657b0e88ba902f'/>
<id>4c763832ecb9652b92c942bdd9657b0e88ba902f</id>
<content type='text'>
From: Kamil Dudka &lt;kdudka@redhat.com&gt;

wsman client doesn't work correctly on some architectures (ppc, s390x).
It ignores the given port number as well as all integral parameters.

The integer parsing function does not return the value but passes it
by writing through a pointer, assuming long int target.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Kamil Dudka &lt;kdudka@redhat.com&gt;

wsman client doesn't work correctly on some architectures (ppc, s390x).
It ignores the given port number as well as all integral parameters.

The integer parsing function does not return the value but passes it
by writing through a pointer, assuming long int target.
</pre>
</div>
</content>
</entry>
</feed>
