<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wsmancli.git, branch v2.2.4</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>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>
<entry>
<title>Fix typo</title>
<updated>2010-10-26T10:33:34+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-10-26T10:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=17b5ad4883c624c4a24610f45d4a976e37cc8a33'/>
<id>17b5ad4883c624c4a24610f45d4a976e37cc8a33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix --sslkey to set the transport key, warn about missing --cacert</title>
<updated>2010-09-14T17:59:48+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-09-14T17:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=6be2be3a37e16eccb30a0906d542e15042929de3'/>
<id>6be2be3a37e16eccb30a0906d542e15042929de3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>references and associators enumeration commands cause an inverse request</title>
<updated>2010-09-13T14:11:52+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-09-13T14:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=bbf3fa3e1a3298dbfd21891ca478aacfc2cfeb22'/>
<id>bbf3fa3e1a3298dbfd21891ca478aacfc2cfeb22</id>
<content type='text'>
In wsmancli-2.2.3, we notice that the references and associators
enumeration commands cause an inverse request.  That is, a
"references" action command adds a "wsmb:AssociatedInstances" in the
enumeration filter.  And an "associators" action command adds a
"wsmb:AssociationInstances" in the enumeration filter.

An "associators" command DSP0200 section 5.3.2.14 enumerates
"associated" classes. This statement is also defined by DSP0227
section 17.1 where it specifies in section 17.1.7 the use of
"wsmb:AssociatedInstances" element in the filter.

A "references" command DSP0200 section 5.3.2.16 enumerates
"association" classes. This statement is also defined by DSP0227
section 17.1 where it specifies in section 17.1.9 the use of
"wsmb:AssociationInstances" element in the filter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In wsmancli-2.2.3, we notice that the references and associators
enumeration commands cause an inverse request.  That is, a
"references" action command adds a "wsmb:AssociatedInstances" in the
enumeration filter.  And an "associators" action command adds a
"wsmb:AssociationInstances" in the enumeration filter.

An "associators" command DSP0200 section 5.3.2.14 enumerates
"associated" classes. This statement is also defined by DSP0227
section 17.1 where it specifies in section 17.1.7 the use of
"wsmb:AssociatedInstances" element in the filter.

A "references" command DSP0200 section 5.3.2.16 enumerates
"association" classes. This statement is also defined by DSP0227
section 17.1 where it specifies in section 17.1.9 the use of
"wsmb:AssociationInstances" element in the filter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enhance enumerate with association filter</title>
<updated>2010-09-13T14:01:27+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-09-13T14:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=48a5b0a2081b20bbe092967708a687450b96f4c2'/>
<id>48a5b0a2081b20bbe092967708a687450b96f4c2</id>
<content type='text'>
- Enhance enumerate with association filter to have the ability to
  specify the optional elements namely: AssociationClassName, Role,
  ResultClassName, ResultRole and IncludeResultProperty.
  (IncludeResultProperty is a list, specify it as a comma separated
  list in the “U” option.
  (Chris Poblete)

(This patch was in svn but missing from git :-/)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Enhance enumerate with association filter to have the ability to
  specify the optional elements namely: AssociationClassName, Role,
  ResultClassName, ResultRole and IncludeResultProperty.
  (IncludeResultProperty is a list, specify it as a comma separated
  list in the “U” option.
  (Chris Poblete)

(This patch was in svn but missing from git :-/)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 2.2.4</title>
<updated>2010-09-13T12:59:14+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-09-13T12:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=8cf7a22b4b93e4901f75f839969d987b5772aace'/>
<id>8cf7a22b4b93e4901f75f839969d987b5772aace</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix --sslkey, add warning about --cacert</title>
<updated>2010-09-13T12:59:02+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-09-13T12:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=1bbab57b79772b73e27c363b91e908f9e25e5172'/>
<id>1bbab57b79772b73e27c363b91e908f9e25e5172</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore generated files</title>
<updated>2010-09-13T11:37:41+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-09-13T11:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=713c6e090670471c7cbae7def400642068635ff8'/>
<id>713c6e090670471c7cbae7def400642068635ff8</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 IANA ports of 5985 (http) and 5986 (https)</title>
<updated>2010-09-10T11:45:52+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-09-10T11:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=7281b6477bd351c1636b5b01a6c12313fa976027'/>
<id>7281b6477bd351c1636b5b01a6c12313fa976027</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore files</title>
<updated>2010-09-10T11:43:17+00:00</updated>
<author>
<name>Klaus Kämpf</name>
<email>kkaempf@suse.de</email>
</author>
<published>2010-09-10T11:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/skottler/public_git/wsmancli.git/commit/?id=263a1caafa17295e3c780386ffa551fd7c12c3bc'/>
<id>263a1caafa17295e3c780386ffa551fd7c12c3bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
