Name: | pywbem |
---|---|
Version: | 0.7.0 |
Release: | 25.20130827svn625.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 1318637 |
License: | LGPLv2 |
RPM: | pywbem-0.7.0-25.20130827svn625.el7.noarch.rpm |
Source RPM: | pywbem-0.7.0-25.20130827svn625.el7.src.rpm |
Build Date: | Mon May 05 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pywbem.sourceforge.net |
Summary: | Python WBEM Client and Provider Interface |
Description: | A Python library for making CIM (Common Information Model) operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM client should be easy to use and not necessarily require a large amount of programming knowledge. It is suitable for a large range of tasks from simply poking around to writing web and GUI applications. WBEM, or Web Based Enterprise Management is a manageability protocol, like SNMP, standardised by the Distributed Management Task Force (DMTF) available at http://www.dmtf.org/standards/wbem. It also provides a Python provider interface, and is the fastest and easiest way to write providers on the planet. |
- Fixed local authentication under root.
- Added support for non-ascii strings. - Resolves: rhbz#1056620
- Skip hostname check when no verification is desired.
- Work around M2Crypto's inability to handle unicode strings.
- Mass rebuild 2013-12-27
- Adjusted default certificate paths used for verification.
- Fixes TOCTOU vulnerability in certificate validation. - Resolves: rhbz#1026891
- Added '-d' option to /usr/bin/mofcomp to just check mof files and their includes (#1031085).
- Fixed parsing of ipv6 addresses.
- Fixed /usr/bin/mofcomp shebang to use system python (rhbz#987039).