Skip to content

Tags: packtpartner/python-ldap

Tags

python-ldap-3.2.0

Toggle python-ldap-3.2.0's commit message
Released 3.2.0 2019-03-13

Lib/
* Add support for X-ORIGIN in ldap.schema's ObjectClass
* Make initialize() pass extra keyword arguments to LDAPObject
* ldap.controls.sss: use str instead of basestring on Python 3
* Provide ldap._trace_* atributes in non-debug mode

Doc/
* Fix ReST syntax for links to set_option and get_option

Tests/
* Use intersphinx to link to Python documentation
* Correct type of some attribute values to bytes
* Use system-specific ENOTCONN value

Infrastructure:
* Add testing and document support for Python 3.7
* Add Python 3.8-dev to Tox and CI configuration
* Add Doc/requirements.txt for building on Read the Docs

python-ldap-3.1.0

Toggle python-ldap-3.1.0's commit message
Bump version to 3.1.0

python-ldap-3.0.0

Toggle python-ldap-3.0.0's commit message
Add changelog and bump version to 3.0.0

python-ldap-3.0.0b4

Toggle python-ldap-3.0.0b4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 3.0.0b4 and update CHANGES

python-ldap#158

python-ldap-3.0.0b3

Toggle python-ldap-3.0.0b3's commit message
Bump version to 3.0.0b3

python-ldap-3.0.0b2

Toggle python-ldap-3.0.0b2's commit message
Update CHANGES for 3.0.0b2

python-ldap-3.0.0b1

Toggle python-ldap-3.0.0b1's commit message
Accept more error messages in test_tls_ext_noca

OpenSSL 1.0, 1.1, and NSS return different error messages for untrusted
certificate and missing CA.

python-ldap#92
Closes: python-ldap#87
Signed-off-by: Christian Heimes <cheimes@redhat.com>

python-ldap-2.5.2

Toggle python-ldap-2.5.2's commit message
use single quotes

python-ldap-2.5.1

Toggle python-ldap-2.5.1's commit message
prepare release 2.5.1

python-ldap-2.5.0

Toggle python-ldap-2.5.0's commit message
* The methods SSSResponseControl.decodeControlValue() and

  VLVResponseControl.decodeControlValue() now follow the coding
  convention to use camel-cased ASN.1 name as class attribute name.
  The old class names are still set for back-ward compability
  but should not be used in new code because they might be removed
  in a later release.
* removed SSSRequestControl from ldap.controls.KNOWN_RESPONSE_CONTROLS