summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [wsmancli] release [2.3.4-1].HEADwsmancli-2.3.4-1masterSam Kottler2013-06-302-2/+5
|
* Some improvements to the specSam Kottler2013-06-301-9/+3
|
* Automatic commit of package [wsmancli] release [2.3.3-1].wsmancli-2.3.3-1Sam Kottler2013-06-302-1/+47
|
* Remove more crap from gitignoreSam Kottler2013-06-301-1/+0
|
* Started packaging workSam Kottler2013-06-305-59/+3
|
* Initialized to use tito.Sam Kottler2013-06-302-0/+8
|
* Remove unused code that is duplicated all over the placeSam Kottler2013-06-305-13/+5
|
* Changes to make libtool run cleanlySam Kottler2013-06-302-4/+4
|
* Removed more windows junkSam Kottler2013-06-304-443/+0
|
* Remove windows bit since I don't care about themSam Kottler2013-06-302-224/+0
|
* Update ChangeLog for 2.3.0v2.3.0Klaus Kämpf2012-11-091-1/+4
|
* remove unused variables from wseventmgrKlaus Kämpf2012-11-081-8/+7
|
* Drop unused variable assignmentsKlaus Kämpf2012-11-081-3/+0
|
* Evaluate return value from u_option_context_parse()Klaus Kämpf2012-11-081-3/+8
|
* prepare for v2.3.0Klaus Kämpf2012-11-081-1/+1
|
* enable libtoolDan Villiom Podlaski Christiansen2012-11-081-0/+1
| | | | | | | | | | | | | | # HG changeset patch # User Dan Villiom Podlaski Christiansen <danchr@gmail.com> # Date 1351006286 -7200 # Node ID e33d3d5ce8661705809080559fcae1632955abf2 # Parent 9530ad68d54dd519b0acd1a1516e9259e59277e1 enable libtool This allows installing wsman to a non-standard location on Linux, and running it from there without setting LD_LIBRARY_PATH. Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
* fix Darwin supportDan Villiom Podlaski Christiansen2012-11-081-8/+5
| | | | | | | | | | | | | | | | # HG changeset patch # User Dan Villiom Podlaski Christiansen <dan@cabo.dk> # Date 1351006208 -7200 # Node ID 9530ad68d54dd519b0acd1a1516e9259e59277e1 # Parent a50eb30597f3a077189a3019ac4fe11e12250bb6 fix Darwin support Apple used to provide a tool called 'libtoolize' in the OS X developer tools, so the Libtool project wisely named their tool 'glibtoolize' on darwin. Other than that, hardcoding specific versions of autotools is fairly annoying. Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
* allow building examples if openwsman is installed in a non-default locationDan Villiom Podlaski Christiansen2012-11-081-1/+1
| | | | | | | | | | | # HG changeset patch # User Dan Villiom Podlaski Christiansen <dan@cabo.dk> # Date 1351006019 -7200 # Node ID a50eb30597f3a077189a3019ac4fe11e12250bb6 # Parent 09c82f0e4a0aed0862fb53714b6d50a14d55d44d allow building examples if openwsman is installed in a non-default location Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
* don't build examples and tests by defaultDan Villiom Podlaski Christiansen2012-11-082-1/+20
| | | | | | | | | | | # HG changeset patch # User Dan Villiom Podlaski Christiansen <dan@cabo.dk> # Date 1351005993 -7200 # Node ID 09c82f0e4a0aed0862fb53714b6d50a14d55d44d # Parent 51a19440f633d0f24c24355f4e1f0e88b4640ad2 don't build examples and tests by default Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
* operation timeout value is in millisecondsKlaus Kämpf2012-11-081-1/+1
|
* ChangeLog 2.3Klaus Kämpf2012-07-161-0/+3
|
* Check result of u_parse_queryKlaus Kämpf2012-03-301-0/+4
| | | | | | | | | | | | | | u_parse_query starts with strtok_r(src, "&,", &pp) thus these filters will be two tokens. As the second one does not contain an equal sign, u_parse_query returns NULL, and hash_scan_begin tries to use it without any checks. The problem is with the comma in the filter, and I could not find a way to circumvent it. As these minimal examples demonstrates: wsman enumerate 'foo' --dialect "http://schemas.dmtf.org/wbem/wsman/1/wsman/SelectorFilter" --filter 'foo="bar,foo"' wsman enumerate 'foo' --dialect "http://schemas.dmtf.org/wbem/wsman/1/wsman/SelectorFilter" --filter "foo='bar,foo'" Reported by Zoltan Micskei <zoltan.micskei@mit.bme.hu>
* Remove option '-Q, --request'Klaus Kämpf2012-03-281-3/+0
| | | | | This option should "Only output request. Not send it." which is hard to implement in wsman-client (wsmc_action_*()) and of little value.
* Adapt build requires to openwsman-2.2.7, which splitted out C++ bindingsv2.2.7.1Klaus Kämpf2011-09-143-3/+6
|
* Adapt to reduced libu exposure in openwsman public apiKlaus Kämpf2011-09-145-3/+5
| | | | | Add a couple of #include "u/libu.h" See commit 7d91f671 of openwsman
* Update to 2.2.7v2.2.7Klaus Kämpf2011-09-082-2/+4
|
* Fix build with gcc 4.6, add wseventmgrKlaus Kämpf2011-09-081-15/+36
|
* wsmancli allow debugging of invalid response XMLKlaus Kämpf2011-09-081-6/+14
| | | | | | | | | | | | | 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
* Use https (port 5986) when cainfo is set.Klaus Kämpf2011-06-102-1/+5
| | | | | | This fixes the default port setting to match wsmc_create() call. (upstream issue 3257661, Zoltan Micskei)
* Version 2.2.6v2.2.6Klaus Kämpf2011-04-202-1/+4
|
* Fix segfault in wsmancliKlaus Kämpf2011-04-201-9/+14
| | | | | | | | | | 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
* Version 2.2.5v2.2.5Klaus Kämpf2011-04-202-1/+4
|
* Fix integral parameter handling on ppc and s390xKlaus Kämpf2011-03-161-6/+6
| | | | | | | | | | From: Kamil Dudka <kdudka@redhat.com> 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.
* Output enumeration results to separate output filesKlaus Kämpf2010-11-051-2/+20
| | | | | | | | | | | | | 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.
* Complete changelog for the 2.2.4 releasev2.2.4Klaus Kämpf2010-10-261-7/+11
|
* Fix typoKlaus Kämpf2010-10-261-1/+1
|
* Fix --sslkey to set the transport key, warn about missing --cacertKlaus Kämpf2010-09-141-1/+5
|
* references and associators enumeration commands cause an inverse requestKlaus Kämpf2010-09-131-1/+1
| | | | | | | | | | | | | | | | | | 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.
* Enhance enumerate with association filterKlaus Kämpf2010-09-132-1/+65
| | | | | | | | | | | - 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 :-/)
* Bump version to 2.2.4wsmancli-2_2_4wsmancli-2.2.4Klaus Kämpf2010-09-131-1/+1
|
* Fix --sslkey, add warning about --cacertKlaus Kämpf2010-09-131-3/+7
|
* Ignore generated filesKlaus Kämpf2010-09-131-2/+48
|
* Adapt to IANA ports of 5985 (http) and 5986 (https)Klaus Kämpf2010-09-102-2/+2
|
* Ignore filesKlaus Kämpf2010-09-101-0/+5
|
* Fix handling empty properties on command lineKlaus Kämpf2010-03-291-1/+1
| | | | | | | | | | Attempting to set a property value to an empty string causes invalid XML characters to be written into the Put request which is then rejected by the server with a WsMan Fault response. e.g. wsman put url -k propertyname="" (Found and fixed by Trevor Witten)
* update openwsman dependency to 2.2.3Klaus Kaempf2010-03-051-1/+1
|
* add ChangeLogKlaus Kaempf2010-02-204-5/+18
| | | | | add --version to wsman to print version and build timestamp
* ignore generated filesKlaus Kaempf2010-02-200-0/+0
|
* ignore generated fileKlaus Kaempf2010-02-200-0/+0
|
* Windows Visual Studio 2005 project files for wsmancli and wseventmgrKlaus Kaempf2009-07-144-0/+443
| | | | | | Contributed by Chris_Poblete@Dell.com