From: <str...@us...> - 2005-03-02 07:18:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/01 23:18:52 Modified files: Lib/ldap : controls.py Log message: Latest changes |
From: <str...@us...> - 2005-03-02 09:33:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/03/02 01:32:53 Modified files: Doc : ldap.tex ldapurl.tex ldif.tex python-ldap.tex Added files: Doc : ldap-controls.tex ldap-dn.tex Log message: Various additions and updates |
From: Deepak G. <dee...@us...> - 2005-03-03 20:12:59
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: deepak_giri 2005/03/03 12:12:53 Modified files: Modules : LDAPObject.c Log message: BUGFIX: Patch to make sasl_interactive_bind work on Python versions < 2.3. Bug discovered/reported by David Hawes. The problem is with the format arguments we give to PyArg_ParseTuple: In Python 2.3+, a "I" format argument indicates that we're either converting the Python object into a long or an unsigned int. In versions prior to that, it will always convert to a long. Since the sasl_flags variable is an unsigned int, we need to use the "I" flag if we're running Python 2.3+ and a "i" otherwise. See the email exchange: http://sourceforge.net/mailarchive/forum.php?thread_id=6720713&forum_id=4346 deepak giridharagopal |
From: Deepak G. <dee...@us...> - 2005-03-04 17:59:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: deepak_giri 2005/03/04 09:59:19 Modified files: Modules : LDAPObject.c Log message: Reverted the previous edit; doing a run-time version check doesn't buy us anything over an #if statement, and it's more complicated. |
From: Deepak G. <dee...@us...> - 2005-03-04 19:07:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: deepak_giri 2005/03/04 11:07:46 Modified files: Modules : LDAPObject.c Log message: Revised fix for sasl_interactive_bind in Python versions < 2.3. |
From: Deepak G. <dee...@us...> - 2005-03-11 18:58:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: deepak_giri 2005/03/11 10:58:21 Modified files: Lib/ldap : ldapobject.py Log message: Added calls to EncodeControlTuples wherever necessary --deepak |
From: <str...@us...> - 2005-04-29 11:33:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/04/29 04:33:17 Modified files: . : CHANGES Lib/ldap : __init__.py Log message: Release 2.0.7 |
From: <str...@us...> - 2005-06-01 22:11:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/01 15:11:21 Modified files: Lib : ldapurl.py Log message: Unparse as empty string if exvalue is None |
From: <str...@us...> - 2005-06-03 10:45:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/03 03:45:20 Modified files: Lib : ldif.py Log message: Added the classes to __all__ |
From: <str...@us...> - 2005-06-03 10:46:47
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/03 03:46:41 Modified files: . : CHANGES Log message: Added the classes to __all__ |
From: <str...@us...> - 2005-06-03 10:50:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/03 03:49:56 Modified files: Lib/ldap/schema: models.py . : CHANGES Log message: Removed BitString syntax from ldap.schema.models.NOT_HUMAN_READABLE_LDAP_SYNTAXES since the LDAP encoding is in fact human-readable |
From: <str...@us...> - 2005-06-03 10:56:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/03 03:56:21 Modified files: . : CHANGES Log message: Formatting |
From: <str...@us...> - 2005-06-03 10:58:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/03 03:58:38 Modified files: . : CHANGES Log message: Change in ldapurl: Unparse as empty string if exvalue is None |
From: <str...@us...> - 2005-06-03 11:05:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/03 04:05:19 Modified files: Lib/ldap : __init__.py Log message: Started 2.0.8 |
From: <str...@us...> - 2005-06-14 17:49:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/14 10:49:14 Modified files: . : CHANGES Lib/ldap : controls.py ldapobject.py Modules : LDAPObject.c constants.c constants.h ldapcontrol.c ldapcontrol.h ldapmodule.c Log message: Added preliminary support for receiving LDAP controls |
From: <str...@us...> - 2005-06-14 17:50:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/14 10:50:29 Added files: Demo : page_control.py Log message: Demonstrate use of ldap.controls.SimplePagedResultsControl |
From: <str...@us...> - 2005-06-21 16:59:45
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/21 08:01:45 Modified files: Doc : Makefile Log message: Adjusted PYTHONSRC for my own convenience |
From: <str...@us...> - 2005-06-21 17:21:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/21 08:01:10 Modified files: Doc : ldap.tex Log message: Added example how to open a connection and search |
From: <str...@us...> - 2005-06-21 17:30:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/21 08:02:07 Modified files: Demo : schema_tree.py Log message: Start at 2.5.6.0 |
From: <str...@us...> - 2005-06-21 17:39:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/06/21 07:59:48 Modified files: Lib/ldap : controls.py async.py Demo : page_control.py ldapcontrols.py . : CHANGES Log message: Finishing support for receiving controls |
From: <str...@us...> - 2005-07-26 11:51:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/07/26 04:50:54 Modified files: . : CHANGES Lib/ldap : __init__.py Log message: Started 2.0.9 |
From: <str...@us...> - 2005-07-26 11:51:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/07/26 04:51:51 Modified files: . : CHANGES Modules : ldapcontrol.c Log message: Removed __doc__ strings from ldapcontrol.c |
From: <str...@us...> - 2005-07-28 12:58:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/07/28 05:58:27 Modified files: . : CHANGES Log message: Release 2.0.9 today |
From: <str...@us...> - 2005-09-22 04:26:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/09/21 21:26:12 Modified files: . : CHANGES Lib/ldap : ldapobject.py Lib/ldap/schema: tokenizer.py Log message: * Switched back to old implementation of ldap.schema.tokenizer.split_tokens() since the new one had a bug which deletes the spaces from DESC * ldap.INSUFFICIENT_ACCESS is now ignored in ldap.ldapobject.LDAPObject.search_subschemasubentry_s() |
From: <str...@us...> - 2005-09-23 08:55:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/09/23 01:55:53 Modified files: Lib/ldap : __init__.py . : CHANGES Log message: Release 2.0.10 today |