From 82e1985ac92cc66a1761defc711b3a3bee93efbe Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 24 Jul 2016 16:05:28 +0000 Subject: [PATCH] added some more test scripts for ldap.dn, ldap.filter and ldap.functions --- CHANGES | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 2c1ff6b..9084485 100644 --- a/CHANGES +++ b/CHANGES @@ -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/ @@ -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 @@ -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/ @@ -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 @@ -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/ @@ -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 $