From: Michael Str?d. <str...@us...> - 2004-01-20 10:43:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/20 02:43:16 Modified files: . : CHANGES Log message: Announce removed functions and constants |
From: Michael Str?d. <str...@us...> - 2004-01-20 10:43:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/20 02:43:50 Modified files: Modules : errors.c . : CHANGES Log message: Fixed building with OpenLDAP 2.2.x |
From: Michael Str?d. <str...@us...> - 2004-01-20 10:44:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/20 02:44:28 Modified files: Modules : functions.c Log message: Removed default_ldap_port() |
From: Michael Str?d. <str...@us...> - 2004-01-20 10:46:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/20 02:46:09 Modified files: Modules : constants.c Log message: Removed unused symbols, reordered VERSION* |
From: Michael Str?d. <str...@us...> - 2004-01-20 10:47:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/20 02:47:45 Modified files: . : CHANGES Log message: Correct formatting |
From: Michael Str?d. <str...@sc...> - 2004-01-22 22:27:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/22 14:26:59 Modified files: . : CHANGES Log message: Release today, announce changes in ldap.modlist.modifyModlist() |
From: Michael Str?d. <str...@sc...> - 2004-01-22 22:31:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/22 14:31:05 Modified files: Lib/ldap : modlist.py Log message: performance optimization in ldap.modlist.modifyModlist() |
From: Michael Str?d. <str...@us...> - 2004-01-29 18:03:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/28 23:39:03 Modified files: Tests/Lib/ldap : test_modlist.py Log message: Added another weird test |
From: Michael Str?d. <str...@us...> - 2004-01-30 22:54:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/28 23:55:00 Modified files: Doc : ldap.tex Log message: Removed descriptions of abandoned functions dn2ufn() and is_ldap_url() |
From: Michael Str?d. <str...@us...> - 2004-01-30 23:52:55
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/29 15:12:08 Modified files: Lib/ldap : functions.py Log message: Removed assert statement with call to is_ldap_url() |
From: Michael Str?d. <str...@us...> - 2004-01-31 02:32:56
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/28 23:34:01 Modified files: . : CHANGES Lib/ldap : __init__.py Log message: Started pre20 |
From: Michael Str?d. <str...@us...> - 2004-01-31 01:41:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/28 23:37:56 Modified files: Lib/ldap : functions.py Modules : functions.c . : CHANGES Log message: Modules/: * Removed doc strings from functions.c * Removed probably unused wrapper function l_ldap_dn2ufn() since ldap_dn2ufn() is deprecated in OpenLDAP 2.1+ * Removed wrapper function l_ldap_is_ldap_url(). ldap.functions: * Removed ldap_is_ldap_url(). The more general function ldapurl.isLDAPUrl() should be used instead. |
From: Michael Str?d. <str...@us...> - 2004-03-10 08:20:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/10 00:02:24 Modified files: . : CHANGES Log message: Wording... |
From: Michael Str?d. <str...@us...> - 2004-03-10 08:21:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/10 00:03:44 Modified files: . : CHANGES Lib/ldap : sasl.py Log message: Added class ldap.sasl.cram_md5 (for SASL mech CRAM-MD5) |
From: Michael Str?d. <str...@us...> - 2004-03-10 09:04:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/10 00:46:24 Modified files: Lib/ldap : sasl.py Log message: Formatting |
From: Michael Str?d. <str...@us...> - 2004-03-10 19:56:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/10 11:37:57 Modified files: . : CHANGES Lib/ldap : async.py Modules : constants.c Log message: Modules/: * Removed macro add_int_r() from constants.c since it caused incompability issues with OpenLDAP 2.2 libs (Warning: all result types are Integers now! Use the constants!) ldap.async: * Use constants for search result types (see note about add_int_r() above). |
From: Michael Str?d. <str...@us...> - 2004-03-15 10:32:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/15 02:23:44 Modified files: Lib/ldap : ldapobject.py Log message: No args for start_tls_s() |
From: Michael Str?d. <str...@us...> - 2004-03-15 10:35:06
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/15 02:26:00 Modified files: . : CHANGES Lib/ldap : ldapobject.py Modules : LDAPObject.c Log message: Wrapped OpenLDAP's ldap_whoami_s() |
From: Michael Str?d. <str...@us...> - 2004-03-18 19:31:47
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/18 11:22:10 Modified files: Modules : LDAPObject.c Log message: Hm...not sure |
From: Michael Str?d. <str...@us...> - 2004-03-18 19:39:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/18 11:29:41 Modified files: Lib/ldap : sasl.py Log message: Some small changes |
From: Michael Str?d. <str...@us...> - 2004-03-18 19:40:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/18 11:30:40 Modified files: Demo : sasl_bind.py Log message: Use only ldap.sasl.sasl, demonstrate whoami_s() |
From: Michael Str?d. <str...@us...> - 2004-03-18 23:06:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/18 14:56:37 Modified files: . : CHANGES Log message: Release 2.0.0pre20 today |
From: Michael Str?d. <str...@us...> - 2004-03-24 08:04:09
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/23 23:53:37 Modified files: . : CHANGES Lib/ldap : __init__.py Log message: Started 2.0.0pre21 |
From: Michael Str?d. <str...@us...> - 2004-03-24 08:05:59
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/23 23:55:27 Modified files: Modules : LDAPObject.c . : CHANGES Log message: Removed meaningless repr() function from LDAPObject.c. |
From: Michael Str?d. <str...@us...> - 2004-03-24 08:09:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/23 23:58:50 Modified files: Modules : LDAPObject.c . : CHANGES Log message: Removed setting LDAP_OPT_PROTOCOL_VERSION in l_ldap_sasl_bind_s(). |