From: Michael Str?d. <str...@us...> - 2002-07-20 10:04:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/20 03:04:11 Modified files: . : setup.py Log message: Static version 2.0.0pre05 |
From: Michael Str?d. <str...@us...> - 2002-07-25 14:08:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:08:41 Modified files: Lib/ldap : schema.py Log message: ldap.functions._ldap_function_call() is used |
From: Michael Str?d. <str...@us...> - 2002-07-25 14:09:09
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:09:09 Modified files: Lib/ldap : schema.py Log message: 0.0.3 |
From: Michael Str?d. <str...@us...> - 2002-07-25 14:11:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:11:28 Added files: Lib/ldap : cidict.py Removed files: Lib : cidict.py Log message: Moved module cidict to sub-module ldap.cidict |
From: Michael Str?d. <str...@us...> - 2002-07-25 14:41:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:41:17 Modified files: Lib/ldap : schema.py Log message: Renamed class attributes objectClass.oids_must and objectClass.oids_may to must and may since they do not contain OIDs. Moved test to separate source (not yet checked in). objectClass.name2oid is instance of class ldap.cidict.cidict. |
From: Michael Str?d. <str...@us...> - 2002-07-25 15:04:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:04:41 Modified files: Lib/ldap : schema.py Log message: Added subschemasubentry_dn() |
From: Michael Str?d. <str...@us...> - 2002-07-25 15:14:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:14:16 Modified files: Lib/ldap : schema.py Log message: Grr\! Correcting typos\! |
From: Michael Str?d. <str...@us...> - 2002-07-25 15:15:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:15:17 Added files: Demo/Lib/ldap/async: .cvsignore Log message: |
From: Michael Str?d. <str...@us...> - 2002-07-25 15:36:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:36:14 Modified files: Lib/ldap : ldapobject.py Log message: Corrected trace log statments in LDAPObject.__setattr__() and LDAPObject.__getattr__() |
From: Michael Str?d. <str...@us...> - 2002-07-25 16:16:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 09:16:47 Modified files: Lib/ldap : ldapobject.py Log message: Hopefully less error-prone implementation of LDAPObject.__setattr__() and LDAPObject.__getattr__() |
From: Michael Str?d. <str...@us...> - 2002-07-25 16:22:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 09:22:11 Modified files: Lib/ldap : ldapobject.py Log message: Nice message when raising AttributeError in LDAPObject.__getattr__() |
From: Michael Str?d. <str...@us...> - 2002-07-25 21:43:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 14:43:25 Added files: . : LICENSE Log message: Extend David's LICENCE for _ldap to whole python-ldap package |
From: Michael Str?d. <str...@us...> - 2002-07-25 22:49:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 15:49:37 Modified files: Modules : LDAPObject.c options.h Log message: Moved set_timeval_from_double() to options.h/c |
From: Michael Str?d. <str...@us...> - 2002-07-25 22:51:00
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 15:50:59 Modified files: Modules : options.c Log message: 1. Added set_timeval_from_double() 2. Tried to implement setting/getting options LDAP_OPT_TIMEOUT and LDAP_OPT_NETWORK_TIMEOUT. This does not work yet! |
From: Michael Str?d. <str...@us...> - 2002-07-25 23:46:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 16:46:02 Modified files: Modules : options.c Log message: At least this seems to avoid integer overflow |
From: Michael Str?d. <str...@us...> - 2002-07-26 10:43:44
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/26 03:43:43 Modified files: . : setup.py Log message: version = '2.0.0pre06'+timestamp |
From: Michael Str?d. <str...@us...> - 2002-07-27 13:12:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 06:12:24 Modified files: . : setup.cfg setup.py Log message: 1. HAVE_LDAP_START_TLS_S is determined by looking at libs line in setup.cfg: Needs ssl and crypto. 2. Removed looking for class in section [_ldap]. 3. Reduced number of examples. |
From: Michael Str?d. <str...@us...> - 2002-07-27 13:14:05
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 06:14:04 Modified files: . : setup.py Log message: Removed unused WITH_KERBEROS and HAVE_DES_SETKEY |
From: Michael Str?d. <str...@us...> - 2002-07-27 13:23:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 06:23:47 Modified files: . : setup.py Modules : LDAPObject.c Log message: Renamed HAVE_LDAP_START_TLS_S to HAVE_TLS |
From: Michael Str?d. <str...@us...> - 2002-07-27 20:33:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 13:33:13 Modified files: . : README setup.cfg Doc : Makefile Log message: README |
From: Michael Str?d. <str...@us...> - 2002-07-27 23:25:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 16:25:40 Modified files: . : setup.cfg Log message: Only one libs line |
From: Michael Str?d. <str...@us...> - 2002-07-29 16:40:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 09:40:36 Modified files: Lib/ldap : ldapobject.py Log message: Added methods read_subschemasubentry_s() and search_subschemasubentry_s() to LDAPObject |
From: Michael Str?d. <str...@us...> - 2002-07-29 16:44:40
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 09:44:39 Modified files: Lib/ldap : schema.py Log message: Removed function subschemasubentry_dn(). subSchema.__init__() takes a dictionary containing the sub schema sub entry's data. This allows e.g. to read a schema entry from LDIF. Pass around parameter schema_allow. |
From: Michael Str?d. <str...@us...> - 2002-07-29 16:45:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 09:45:49 Added files: Demo : schema.py Log message: Former test function of ldap.schema module |
From: Michael Str?d. <str...@us...> - 2002-07-29 18:42:47
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 11:42:46 Modified files: . : setup.py setup.cfg Log message: Added extra_compile_args and extra_objects to setup.cfg and pass these to Extension._init__() |