From: Michael Str?d. <str...@us...> - 2002-08-02 14:02:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 07:02:53 Modified files: Demo : schema.py Log message: Comments |
From: Michael Str?d. <str...@us...> - 2002-08-02 14:56:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 07:56:45 Modified files: Lib/ldap : ldapobject.py Demo : schema.py Log message: LDAPObject.read_subschemasubentry_s(): New key word parameter attrs can limit attributes read from sub schema sub entry |
From: Michael Str?d. <str...@us...> - 2002-08-02 15:45:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 08:45:07 Modified files: Lib : ldapurl.py Log message: Renamed LDAPUrlExtension.__str__() to unparse() due to more consistent design |
From: Michael Str?d. <str...@us...> - 2002-08-02 15:49:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 08:49:57 Modified files: Lib : ldapurl.py Log message: Imported module (re) was not used |
From: Michael Str?d. <str...@us...> - 2002-08-02 17:04:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 10:04:06 Modified files: Lib : ldapurl.py Log message: Strict compliance to RFC 2255, Section 3 regarding escaping special chars. LDAPUrl.unparse(): - has no parameters anymore - if self.filterstr is None an empty string is added as filter string LDAP.Url.__getattr__() has only one return statement. |
From: Michael Str?d. <str...@us...> - 2002-08-02 17:47:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 10:47:25 Modified files: Lib/ldap : __init__.py functions.py ldapobject.py Log message: Introduced trace_stack_limit for limiting the traceback depth. All tracing variables are hidden behind if __debug__: statement. |
From: Michael Str?d. <str...@us...> - 2002-08-02 17:59:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 10:59:36 Modified files: Lib : ldapurl.py Log message: Make sure to return string instead of possibly Unicode string in LDAPUrl.unparse() |
From: Michael Str?d. <str...@us...> - 2002-08-03 13:28:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/03 06:28:09 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject.search_subschemasubentry_s(): In case of searching RootDSE raises ldap.NO_SUCH_OBJECT None is returned as result |
From: Michael Str?d. <str...@us...> - 2002-08-03 15:41:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/03 08:41:27 Modified files: Lib : ldapurl.py Log message: Removed al Unicode handling |
From: Michael Str?d. <str...@us...> - 2002-08-04 14:37:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/04 07:37:42 Modified files: Lib : ldapurl.py Log message: Removed all charset handling; Added methods __eq__() to LDAPUrlExtension and LDAPUrl |
From: Michael Str?d. <str...@us...> - 2002-08-04 14:54:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/04 07:54:26 Modified files: Modules : options.c Log message: Removed unused var doubleval |
From: Michael Str?d. <str...@us...> - 2002-08-05 01:19:56
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/04 18:19:56 Modified files: Lib : ldapurl.py Tests/Lib : test_ldapurl.py Log message: Removed all Unicode and charset handling and all related parameters. Added methods __repr__(), __ne__() and __eq__() to classes LDAPUrl and LDAPUrlExtension. Now unit testing works. A subtle bug was fixed with interference of setting self.extensions and self.who/self.cred in LDAPUrl.__init__(). Anyway application programmers should not pass bindname and X-BINDPW through parameters extensions *and* set who and cred. |
From: Michael Str?d. <str...@us...> - 2002-08-05 09:40:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/05 02:40:14 Modified files: Modules : options.c Log message: Hmm, removed wrong doubleval |
From: Michael Str?d. <str...@us...> - 2002-08-05 15:35:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/05 08:35:36 Modified files: Demo : initialize.py Log message: Use trace_level |
From: Michael Str?d. <str...@us...> - 2002-08-05 15:41:40
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/05 08:41:39 Modified files: Demo : initialize.py Log message: Use trace_file |
From: Michael Str?d. <str...@us...> - 2002-08-07 13:42:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 06:42:50 Modified files: Lib/ldap : schema.py Log message: Fixed typo |
From: Michael Str?d. <str...@us...> - 2002-08-07 15:38:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 08:38:23 Modified files: Lib/ldap : ldapobject.py Log message: Added class ReconnectLDAPObject |
From: Michael Str?d. <str...@us...> - 2002-08-07 15:39:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 08:39:34 Added files: Demo : reconnect.py Log message: Demo for ldap.ldapobject.ReconnectLDAPObject |
From: Michael Str?d. <str...@us...> - 2002-08-07 19:39:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 12:39:34 Modified files: Lib : ldapurl.py Log message: Model collection of extensions in separate dictionary-like class LDAPUrlExtensions |
From: Michael Str?d. <str...@us...> - 2002-08-07 20:23:47
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 13:23:47 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject.search_subschemasubentry_s(): In case of ldap.UNDEFINED_TYPE None is returned |
From: Michael Str?d. <str...@us...> - 2002-08-07 20:25:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 13:25:26 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject.search_subschemasubentry_s(): In case of ldap.NO_SUCH_OBJECT the search result of first search is assumed to be empty |
From: Michael Str?d. <str...@us...> - 2002-08-08 07:25:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/08 00:25:38 Modified files: Lib/ldap : cidict.py Log message: Test cases for cidict.get() |
From: Michael Str?d. <str...@us...> - 2002-08-08 07:42:05
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/08 00:42:04 Modified files: . : setup.cfg Demo : schema.py Log message: Exit if subschemasubentry_dn is None |
From: Michael Str?d. <str...@us...> - 2002-08-08 07:43:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/08 00:43:07 Modified files: . : setup.cfg Log message: Defaults |
From: Michael Str?d. <str...@us...> - 2002-08-08 07:48:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/08 00:48:06 Modified files: Lib : ldapurl.py Log message: Use defaults.keys() |