From: <str...@us...> - 2004-12-02 20:36:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/12/02 12:36:19 Modified files: . : CHANGES Added files: Lib/ldap : dn.py Log message: Lib/: * Added sub-module ldap.dn * Added function ldap.dn.escape_dn_chars() |
From: <str...@us...> - 2004-12-02 21:41:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/12/02 13:41:26 Modified files: . : CHANGES Lib/ldap/schema: models.py Log message: Special check when implicitly setting SUP 'top' to structural object classes without SUP defined to avoid a loop in the super class chain. |
From: <str...@us...> - 2004-12-03 22:51:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/12/03 14:51:12 Modified files: . : CHANGES Lib/ldap : __init__.py Log message: Release 2.0.6 |
From: <str...@us...> - 2005-01-25 18:54:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/01/25 10:54:46 Added files: Build : setup.cfg.mingw Log message: Contributed by Mauro Cicognini via e-mail |
From: <str...@us...> - 2005-02-25 16:17:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/25 08:17:28 Modified files: . : CHANGES Lib/ldap/schema: tokenizer.py Log message: New algorithm in ldap.schema.tokenizer.split_tokens() contributed by Wido Depping which is more robust when parsing very broken schema elements (e.g. Oracle's OID). |
From: <str...@us...> - 2005-02-25 16:16:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/25 08:16:00 Modified files: . : CHANGES Lib/ldap : __init__.py Log message: Started 2.1.0 |
From: <str...@us...> - 2005-02-25 16:19:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/25 08:19:06 Modified files: . : CHANGES Lib/ldap : ldapobject.py Log message: Fixed argument list (position of timeout) when calling LDAPObject.search_ext_s()from search_st() and search_s(). |
From: <str...@us...> - 2005-02-25 16:40:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/25 08:40:16 Modified files: Lib/ldap/schema: models.py Log message: Dict self.token_defaults has to be passed to ldap.schema.tokenizer.split_tokens(). |
From: <str...@us...> - 2005-02-25 16:41:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/25 08:41:04 Added files: Lib/ldap : controls.py Log message: Some basic class API for LDAPControls. Not tested yet! |
From: <str...@us...> - 2005-02-25 16:38:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/25 08:38:26 Modified files: Modules : options.c LDAPObject.c LDAPObject.h Log message: Low-level support for LDAPControls by Deepak Giridharagopal. |
From: <str...@us...> - 2005-02-25 16:43:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/25 08:43:16 Modified files: Tests/Lib/ldap/schema: test_tokenizer.py Log message: Some more test cases for broken schema elements |
From: <str...@us...> - 2005-02-25 17:04:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/25 09:04:34 Modified files: . : CHANGES Log message: Started working at support for LDAPControls |
From: <str...@us...> - 2005-02-25 17:05:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/25 09:05:07 Modified files: . : README Log message: Added recent contributors |
From: <str...@us...> - 2005-02-27 17:59:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/02/27 09:59:22 Modified files: Modules : LDAPObject.c LDAPObject.h options.c Added files: Modules : ldapcontrol.c ldapcontrol.h Log message: Latest patches for LDAPControl patch by Deepak |
From: <str...@us...> - 2005-03-01 18:36:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 10:36:29 Modified files: Modules : LDAPObject.c Log message: Removed l_ldap_manage_dsa_it() |
From: <str...@us...> - 2005-03-01 19:49:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 11:48:55 Modified files: Lib/ldap : ldapobject.py Log message: Fixed LDAPObject.search_ext_s() to properly call LDAPObject.search_ext() instead of using _ldap directly |
From: <str...@us...> - 2005-03-01 19:52:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 11:52:12 Modified files: Lib/ldap : ldapobject.py Log message: Support for LDAP controls with the help of module ldap.controls |
From: <str...@us...> - 2005-03-01 19:54:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 11:54:11 Modified files: Lib/ldap : ldapobject.py Log message: Implemented LDAPObject.manage_dsa_it() without calling _ldap |
From: <str...@us...> - 2005-03-01 19:58:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 11:57:53 Modified files: . : setup.py Log message: Modifications for LDAP control support |
From: <str...@us...> - 2005-03-01 20:02:44
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 12:02:38 Modified files: . : CHANGES Log message: Announce a bunch of changes related to support for LDAP controls |
From: <str...@us...> - 2005-03-01 20:00:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 11:59:42 Modified files: . : setup.py Log message: SF bug 1123693: ldap.dn was missing in py_modules |
From: <str...@us...> - 2005-03-01 20:06:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 12:06:13 Modified files: . : CHANGES Modules : LDAPObject.c Log message: [ 1099487 ] #if missing in Modules/LDAPObject.c |
From: <str...@us...> - 2005-03-01 20:08:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 12:08:50 Added files: Demo : ldapcontrols.py Log message: A first short demo |
From: <str...@us...> - 2005-03-01 20:15:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 12:15:44 Modified files: Demo : ldapcontrols.py Lib/ldap : ldapobject.py Log message: Now the correct implementation of LDAPObject.manage_dsa_it() |
From: <str...@us...> - 2005-03-01 20:16:45
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 12:16:38 Modified files: Modules : options.c Log message: Patch by Deepak for NULL pointer bug |