From: <str...@us...> - 2007-06-05 09:56:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/06/05 02:56:15 Modified files: . : CHANGES Lib/ldap : ldapobject.py Modules : constants.c Log message: Support for modify+increment extension (see RFC 4525, thanks to Andreas) |
From: <str...@us...> - 2007-07-16 10:40:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/16 03:40:29 Modified files: . : CHANGES setup.py Log message: Support for setuptools (building .egg, thanks to Torsten) |
From: <str...@us...> - 2007-07-16 10:49:45
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/16 03:49:48 Modified files: Modules : constants.h ldapcontrol.c Lib/ldap : controls.py Log message: Support for matched values control (RFC 3876, thanks to Andreas) |
From: <str...@us...> - 2007-07-16 10:54:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/16 03:54:36 Modified files: . : TODO Log message: SF#1657848 already implemented |
From: <str...@us...> - 2007-07-16 10:56:59
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/16 03:57:01 Modified files: . : TODO Log message: Removed other things already done. |
From: <str...@us...> - 2007-07-17 19:37:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/17 12:37:27 Modified files: Modules : constants.c Log message: LDAP_CONTROL_VALUESRETURNFILTE |
From: <str...@us...> - 2007-07-19 11:12:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/19 04:12:25 python-ldap/Demo/pyasn1 Update of /cvsroot/python-ldap/python-ldap/Demo/pyasn1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14024/pyasn1 Log Message: Directory /cvsroot/python-ldap/python-ldap/Demo/pyasn1 added to the repository |
From: <str...@us...> - 2007-07-19 11:13:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/19 04:13:13 Added files: Demo/pyasn1 : README Log message: Directory for sample scripts with pyasn1 (mostly for LDAPv3 extended controls) |
From: <str...@us...> - 2007-07-19 11:17:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/19 04:17:37 Added files: Demo/pyasn1 : prereadcontrol.py Log message: Sample script for pre-read control contributed by Andreas Hasenack |
From: <str...@us...> - 2007-07-24 14:42:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/24 07:42:18 Modified files: Lib/ldap/schema: models.py . : CHANGES Log message: ldap.schema.models: Fixed method __str__() regarding SUP of classes AttributeType, ObjectClass and DITStructureRule |
From: <str...@us...> - 2007-07-24 15:04:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/24 08:04:39 Modified files: Lib/ldap/schema: models.py Log message: Hmmpf! Fixed SyntaxError |
From: <str...@us...> - 2007-07-24 21:46:55
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/24 14:46:57 Modified files: . : README Log message: List more contributors |
From: <str...@us...> - 2007-07-24 22:44:56
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/24 15:44:59 Modified files: . : README Log message: Use ldap.initialize() instead of deprecated ldap.open() in example |
From: <str...@us...> - 2007-07-24 22:46:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/07/24 15:46:38 Modified files: . : CHANGES Log message: 2.3.1 to be released today |
From: <str...@us...> - 2007-08-06 09:45:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/08/06 02:45:59 Added files: Demo : matchedvalues.py Log message: Demo script for Matched Values Control contributed by Andreas Hasenack |
From: <str...@us...> - 2007-09-25 20:34:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/09/25 13:19:42 Modified files: . : CHANGES Log message: Start working on 2.3.2 |
From: <str...@us...> - 2007-09-25 21:09:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/09/25 14:09:58 Modified files: . : CHANGES Lib/ldap : dn.py Log message: ldap.dn.escape_dn_chars() now really adheres to RFC 4514 section 2.4 by escaping null characters and a space occurring at the beginning of the string |
From: <str...@us...> - 2007-12-26 11:49:21
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/12/26 03:49:25 Modified files: . : CHANGES Lib/ldap : cidict.py Log message: New method ldap.cidict.cidict.__contains__() |
From: <str...@us...> - 2007-12-26 11:50:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/12/26 03:51:03 Modified files: Doc : ldap-dn.tex Log message: Added note about use of str2dn() |
From: <str...@us...> - 2007-12-26 11:53:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/12/26 03:53:54 Modified files: Doc : ldap-filter.tex Log message: Note about parameter escape_mode for function escape_filter_chars() |
From: <str...@us...> - 2007-12-26 12:24:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/12/26 04:24:23 Modified files: Modules : constants.c Doc : ldap.tex . : CHANGES Log message: Removed unused OPT_PRIVATE_EXTENSION_BASE from constants.c |
From: <str...@us...> - 2007-12-26 13:01:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/12/26 05:01:07 Modified files: Doc : ldap.tex Log message: Various updated for methods which have been there for quite a while now |
From: <str...@us...> - 2007-12-26 13:22:01
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/12/26 05:22:06 Modified files: Doc : ldap-controls.tex ldap-dn.tex Log message: Modifications triggered by James' patches |
From: <str...@us...> - 2008-01-07 11:50:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2008/01/07 03:50:42 Modified files: . : CHANGES Lib/ldap : dn.py Log message: ldap.dn.explode_dn() and ldap.dn.explode_rdn() have a new optional key-word argument flags which is passed to ldap.dn.str2dn(). |
From: Michael Ströd. <str...@us...> - 2008-03-10 08:11:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2008/03/10 01:11:18 Modified files: Doc : ldap.tex Log message: Corrected quoting of filterstr argument values in example |