| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: openwsman-python | Distribution: openSUSE 12.1 |
| Version: 2.2.7 | Vendor: openSUSE |
| Release: 2.1.3 | Build date: Sun Oct 30 05:21:59 2011 |
| Group: Development/Libraries/Python | Build host: build35 |
| Size: 329070 | Source RPM: openwsman-2.2.7-2.1.3.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.openwsman.org/ | |
| Summary: Python bindings for openwsman client API | |
This package provides Python bindings to access the openwsman client
API.
Authors:
--------
Klaus Kaempf <kkaempf@suse.de>
BSD3c(or similar)
* Fri Sep 09 2011 kkaempf@suse.com
- Update to 2.2.7
- Features
- Rename openwsman-client to libwsman_clientpp since it only
includes C++ bindings. Split off libwsman_clientpp-devel.
Move openwsman_client.conf to libwsman1.
- Performance improvements for Enum (optimized) and Pull requests
(Srinivas Thirumalaa)
- Bindings
- Fix all tests
- Enhance client function documentation
- Add max_elements, max_envelope_size, fragment, and timeout
to Options
- Use optimized enumeration in tests
- Bugfix (all by Matthias Bolte)
- Fix memory leaks in wsmc_action_enumerate_and_pull and wsmc_release
- Fix possible corruption in ws_serializer_free_mem
- Developer
- Enable client tests
- Improve Windows build (Matthias Bolte)
- Reduce libu exposure in the public API (Matthias Bolte)
* Wed Apr 20 2011 kkaempf@novell.com
- Update to 2.2.6
- Features
- Add array support for indications (Suresh Sundriyal)
- Add indication_baseclass_namespace (Till Steinbach, Suresh Sundriyal)
- Bugfixes
- Correctly prefix /etc when CMAKE_INSTALL_PREFIX is not /usr (Chris Poblete)
* Mon Feb 14 2011 kkaempf@novell.com
- Disable SSL callback on Fedora (curl-Bugs-1924441)
* Mon Jan 03 2011 kkaempf@novell.com
- Update to 2.2.5
- Restrict use of wsman:MaxElements to wsman:OptimizeEnumeration
- Fix owsmangencert.sh pathes
- Improve CMake variable handling
* Wed Sep 29 2010 kkaempf@novell.com
- Update to 2.2.4
- Build with cmake
- add -java subpackage (not for SLES10)
- enforce manual creation of certificate (to get sufficient
entropy for randomness) (Praveen Paladugu)
* Fri Sep 10 2010 kkaempf@novell.com
- fix pam config on RHEL/Fedora
* Wed Jun 09 2010 kkaempf@novell.com
- 2.2.3.9 Bugfix release:
- bindings (kkaempf)
- make all constants uppercase
- pass code, code_detail, and message to WsmanStatus()
constructor optionally
- Pass XmlDoc to Fault() constructor
- Fix exceptions for Perl and Python
- Ruby: Alias XmlDoc.foo to XmlDoc.body.foo
- Ruby: Create bindings documentation
- Java: Enable and fix for JDK 1.6 (kkaempf + jblunck)
- Fix Fedora/RH build (kkaempf)
- Use floor() instead of round() (Suresh Sundriyal)
- Reuse username/password if auth_request_func is not set (Arun
Venkatachalam)
- Catch invalid reference parameters (report bad EPR values)
(kkaempf)
- fix Windows build (Trevor Witten)
- fix ssl (certificate thumbprint) callback check (Arun
Venkatachalam)
* Mon Apr 26 2010 kkaempf@novell.com
- Fix segfault on invalid reference parameters to method calls.
bnc#599658
* Wed Apr 21 2010 kkaempf@novell.com
- Check rc.msg pointer before accessing it through CMGetPointer
* Mon Apr 19 2010 kkaempf@novell.com
- Fix dynamic loading of ssl lib (bnc#574684)
* Wed Mar 10 2010 kkaempf@novell.com
- Fix ssl certificate thumbprint callback issue
(Arun Venkatachalam, bnc#587348)
* Thu Feb 25 2010 kkaempf@novell.com
- Updated to 2.2.3 final release
- cleanup: access CMPIString by macro, not by casted direct
member access
- fix connection error msg: rc.msg is a CMPIString, not a char*
(kkaempf)
- fix for OperationTimeout parsing (Chris Poblete)
* Mon Feb 22 2010 kkaempf@novell.com
- Updated to 2.2.3 pre-release
- fix Windows build (forum.openwsman.org)
- fix to build with non-standard subscriptions dir (Chris Poblete)
- accept OperationTimeout values as outlined in Section 3.2.6.1
of http://www.w3.org/TR/xmlschema-2 (Chris Poblete)
- fall back to IPv4 if IPv6 unsupported (Arun Venkatachalam)
- make IPv4 vs. IPv6 configurable (kkaempf)
- support invoking a method with array type parameter/arguments
(Chris Poblete, bnc#581414)
- fix crash in (unhandled) Array argument (Suresh Sundriyal)
- handle MaxElements in Pull operations (Chris Poblete, kkaempf,
bnc#581731)
- fix building with ssl when openssl/ssl.h is available
(Chris Poblete)
- make plugin directory configurable (Chris Poblete)
- fix "WXF Invalid Representation" error when sending a Create
instance request using the WinRm client (Trevor Witten)
* Thu Jan 21 2010 kkaempf@novell.com
- Update to 2.2.2 bugfix release
- fix init.d script to run on non-LSB systems (bnc#571873)
- Clean up CMake build
- More build fixes for RHEL5, Fedora 11+12, CentOS 5
- Fix host certificate check in eventing, enable only if the
verify_host flag is set (bnc#569611)
- fix NULL pointer dereference in PullResponse (bnc#572553)
- adapt bindings to Swig 1.3.40
- fix setters in bindings
* Thu Jan 14 2010 kkaempf@novell.com
- fillup_and_install is for SUSE only, remove in .spec for others
* Tue Nov 24 2009 kkaempf@novell.com
- re-add openwsman.SuSEfirewall2 and openwsman.pam
* Thu Nov 19 2009 kkaempf@novell.com
- Update to 2.2.1
- Major changes:
- Enumeration timeout fixed, resulting in --enum-idle-timeout option
to openwsmand taking seconds (instead of miliseconds) now
- Client side CRL (certificate revocation list) support
(Arun Venkatachalam)
- split off client config as /etc/openwsman/openwsman_client.conf
- Fix upper limit check for threads and their stack usage (Suresh Sundriyal)
(Allowing to confine memory usage in the 10-20MB range!)
Reintroduce max_thread config file parameter and two new parameters
* max_connections_per_thread
* thread_stack_size
- Minor changes:
- require swig 1.3.30 or later (rhel5 users: upgrade !)
- clean up fault generation in CIM backend (Suresh Sundriyal)
- fix various memory leaks (Suresh Sundriyal)
- fix Python bindings build (kkaempf)
- Fix security risk when listing indication subscriptions (Suresh Sundriyal)
- Fix xml namespace for enumeration and subscription filters (kkaempf)
- Fix class names for swig bindings, makes Python bindings
operational (kkaempf)
- Use same encoding for faults as in incoming msg (bug305, kkaempf)
- Make WS-Enumeration pull response comply to WS-Enumeration sequence
ordering (bug220, Suresh Sundriyal)
- Fix build for Fedora 11.x, 12.x, and RHEL 5.x
* Thu Nov 19 2009 mhrusecky@suse.cz
- updated to the version 2.2.0
- Major changes:
- Adapt IANA ports of 5985 (http) and 5986 (https)
- Change the Ruby bindings module name to 'Openwsman'
- Change the Ruby plugin module name to 'Openwsman'
- IPv6 support
- preliminary support for wbem intrinsic operations
'EnumerateClassNames' and 'GetClass'
- Perl client bindings
- Minor changes:
- Perl example code added (by warptrosse@gmail.com)
- Fixes to the CMake build environment
- Fixes to the sfcc backend (argument handling, xml escaping)
- Many other bug fixes, e.g.
297: More detailed http status codes
309: Use correct namespace for detecting Filter node
288: CIM Provider Faults not getting propagated to client
279: Openwsman server is adding extra CRLF
- longer description
* Thu Oct 29 2009 kkaempf@suse.de
- fix build for SLE9, 10, and 11.
* Thu Oct 15 2009 mhrusecky@suse.cz
- using official ports 5985 and 5986 by default (fate#306512)
- SuSE Firewall configuration
* Sun Aug 09 2009 coolo@novell.com
- use new python macros
* Wed Jul 15 2009 puzel@novell.com
- Fix build with automake-11.1
- openwsman-2.1.0-automake_fix.patch
/usr/lib/python2.7/site-packages/_pywsman.so /usr/lib/python2.7/site-packages/pywsman.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 12:16:00 2013