From: <str...@us...> - 2006-12-19 04:21:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/12/18 20:21:31 Modified files: Lib : ldif.py Log message: Corrected SyntaxError |
From: <str...@us...> - 2006-12-19 04:24:09
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/12/18 20:24:10 Modified files: Lib : ldif.py Log message: Corrected several error related to recent modifications |
From: <str...@us...> - 2006-12-19 14:15:21
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/12/19 06:15:08 Modified files: Lib : ldif.py Log message: Fixed IndexError |
From: <str...@us...> - 2007-01-26 14:13:05
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/01/26 06:13:06 Modified files: Lib/ldap : ldapobject.py Log message: Added wrapper method whoami_s() to ReconnectLDAPObject |
From: <str...@us...> - 2007-01-27 00:57:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/01/26 16:57:50 Modified files: Lib/ldap : ldapobject.py . : CHANGES Log message: Various important fixes to ldapobject.ReconnectLDAPObject |
From: <str...@us...> - 2007-01-29 10:53:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/01/29 02:53:09 Modified files: Lib/ldap : ldapobject.py Log message: Fixed call of _ldap.initialize() in SmartLDAPObject.__init__() |
From: <str...@us...> - 2007-01-29 11:13:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/01/29 03:13:40 Modified files: Lib/ldap : ldapobject.py Log message: Use ldap.functions._ldap_function_call() instead of _ldap_function_call() |
From: <str...@us...> - 2007-03-22 22:26:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 15:26:24 Modified files: Lib/ldap : dn.py Log message: Seg fault protection ;-) |
From: <str...@us...> - 2007-03-22 22:26:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 15:09:22 Modified files: . : CHANGES Log message: The release schedule needed an update ;-) |
From: <str...@us...> - 2007-03-22 22:26:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 14:58:36 Modified files: Lib/ldap : __init__.py Log message: Set version to 2.3 |
From: <str...@us...> - 2007-03-22 22:26:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 15:06:06 Modified files: . : CHANGES Lib/ldap : functions.py dn.py Modules : functions.c constants.c Log message: see SF#1657848 Modules/ * Added new function l_ldap_str2dn(), removed functions l_ldap_explode_dn() and l_ldap_explode_rdn() (see SF#1657848) Lib/ * Moved all DN-related functions to sub-module ldap.dn, import them in ldap.functions for backward compability * ldap.dn.explode_dn() and ldap.dn.explode_rdn() use the new wrapper function ldap.dn.str2dn() |
From: <str...@us...> - 2007-03-22 23:09:55
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 15:40:41 Modified files: Lib : ldif.py . : CHANGES Log message: changetype issue partially fixed, see SF#1683746 |
From: <str...@us...> - 2007-03-22 23:11:55
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 16:11:56 Modified files: Lib/ldap : __init__.py Log message: explode_dn() explode_rdn() were moved to ldap.dn |
From: <str...@us...> - 2007-03-22 23:12:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 16:12:37 Modified files: Lib/ldap : functions.py Log message: Increased version |
From: <str...@us...> - 2007-03-22 23:15:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 16:15:30 Modified files: Lib/ldap : dn.py Log message: __doc__ string for str2dn(), added dn2str() |
From: <str...@us...> - 2007-03-22 23:24:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 16:24:40 Modified files: Doc : ldap.tex Log message: Additional comment about deprecated functions in OpenLDAP's LDAP C SDK |
From: <str...@us...> - 2007-03-22 23:25:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 16:25:16 Modified files: Doc : Makefile Log message: Just a local thing |
From: <str...@us...> - 2007-03-22 23:26:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 16:26:04 Modified files: Demo : initialize.py Log message: Just a local thing |
From: <str...@us...> - 2007-03-26 18:38:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/26 11:37:25 Modified files: Modules : functions.c Log message: Remove reference to l_ldap_dn2str |
From: <str...@us...> - 2007-03-27 20:33:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/27 13:33:33 Modified files: . : CHANGES Log message: Added credits and release date for 2.3 |
From: <str...@us...> - 2007-03-27 22:10:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/27 15:10:17 Modified files: Doc : ldap-dn.tex ldap-filter.tex ldap.tex ldapurl.tex Log message: Updated references to recent LDAPv3 RFCs |
From: <str...@us...> - 2007-03-27 22:16:44
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/27 15:16:45 Modified files: Doc : ldap.tex ldap-dn.tex Log message: Reflect changes to module ldap.dn |
From: <str...@us...> - 2007-03-27 22:31:49
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/27 15:31:51 Modified files: Doc : ldap.tex Log message: Added method desc for cancel() |
From: <str...@us...> - 2007-05-23 22:03:05
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/05/23 15:03:06 Modified files: Lib : ldif.py Log message: Fix for SF#1709111 |
From: <str...@us...> - 2007-05-23 22:04:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/05/23 15:04:15 Modified files: . : CHANGES Lib : ldif.py Lib/ldap : __init__.py Log message: Prepare release 2.3.1 |