<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wsmancli.git, branch v2.2.7</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>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>
<entry>
<title>Output enumeration results to separate output files</title>
<updated>2010-11-05T11:02:13+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-11-05T11:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=8e452058c075b91cd9dc50eb73422e9b0f3bbc4d'/>
<id>8e452058c075b91cd9dc50eb73422e9b0f3bbc4d</id>
<content type='text'>
In an enumerate operation where output to file is requested and the
response require more than one pull, only the last pull is saved to
file.  The rest of the response is overwritten.

Our proposal solution is for each pull response, it is saved to a file
with numbered suffix. This is only applicable to an enumerate
operation and an enumeration context is returned.

Also included is a minor fix to file open from read/write to write
mode. I find no reason for the operation to read the output file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In an enumerate operation where output to file is requested and the
response require more than one pull, only the last pull is saved to
file.  The rest of the response is overwritten.

Our proposal solution is for each pull response, it is saved to a file
with numbered suffix. This is only applicable to an enumerate
operation and an enumeration context is returned.

Also included is a minor fix to file open from read/write to write
mode. I find no reason for the operation to read the output file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete changelog for the 2.2.4 release</title>
<updated>2010-10-26T10:39:57+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-10-26T10:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=ad8ca62b6a7a0ab4422f69684d056df043ac7dab'/>
<id>ad8ca62b6a7a0ab4422f69684d056df043ac7dab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
