Skip to content

Commit

Permalink
added some more test scripts for ldap.dn, ldap.filter and ldap.functions
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Jul 24, 2016
1 parent 926ee07 commit 82e1985
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Lib/
* Fixed ldap.dn.is_dn()

Modules/
* Fixed #69 Segmentation fault on whoami_s after unbind
* Fixed #69 Segmentation fault on whoami_s after unbind
(thanks to Christian Heimes and Petr Viktorin)

Tests/
Expand All @@ -30,6 +30,8 @@ Tests/
* Tests/t_ldapurl.py now independent of module ldap
* Tests/t_ldif.py now has more test-cases also
for change records
* added some more test scripts for sub-modules ldap.dn, ldap.filter and
ldap.functions (not complete yet)

----------------------------------------------------------------
Released 2.4.25 2016-01-18
Expand Down Expand Up @@ -59,13 +61,13 @@ Lib/
* LDIFParser now also accepts value-spec without a space
after the colon.
* Added key-word argument authz_id to LDAPObject methods
sasl_non_interactive_bind_s(), sasl_external_bind_s() and
sasl_non_interactive_bind_s(), sasl_external_bind_s() and
sasl_gssapi_bind_s()
* Hmmpf! Added missing self to LDAPObject.fileno().
* ReconnectLDAPObject.sasl_bind_s() now correctly uses
generic wrapper arguments *args,**kwargs
* Correct method name LDIFParser.handle_modify()
* Corrected __all__ in modules ldap.controls.pwdpolicy and
* Corrected __all__ in modules ldap.controls.pwdpolicy and
ldap.controls.openldap

Doc/
Expand All @@ -77,11 +79,11 @@ Released 2.4.21 2015-09-25
Changes since 2.4.20:

Lib/
* LDAPObject.read_s() now returns None instead of raising
* LDAPObject.read_s() now returns None instead of raising
ldap.NO_SUCH_OBJECT in case the search operation returned emtpy result.
* ldap.resiter.ResultProcessor.allresults() now takes new key-word
argument add_ctrls which is internally passed to LDAPObject.result4()
and lets the method also return response control along with the search
and lets the method also return response control along with the search
results.
* Added ldap.controls.deref implementing support for dereference control

Expand All @@ -97,7 +99,7 @@ Changes since 2.4.19:
to intercept the SASL handshake (thanks to René Kijewski)

Modules/
* Added exceptions ldap.VLV_ERROR, ldap.X_PROXY_AUTHZ_FAILURE and
* Added exceptions ldap.VLV_ERROR, ldap.X_PROXY_AUTHZ_FAILURE and
ldap.AUTH_METHOD_NOT_SUPPORTED

Lib/
Expand Down Expand Up @@ -1268,4 +1270,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19

$Id: CHANGES,v 1.384 2016/07/24 15:53:56 stroeder Exp $
$Id: CHANGES,v 1.385 2016/07/24 16:05:28 stroeder Exp $

0 comments on commit 82e1985

Please sign in to comment.