From: Michael Str?d. <str...@us...> - 2004-03-24 20:14:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/24 12:03:41 Modified files: . : CHANGES Modules : LDAPObject.c Log message: Modified string handling via berval instead of *char in l_ldap_compare_ext() makes it possible to compare attribute values with null chars. |
From: Michael Str?d. <str...@us...> - 2004-03-24 20:34:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/24 12:23:50 Modified files: . : CHANGES Lib/ldap : ldapobject.py Modules : LDAPObject.c Log message: Modules/: * Wrapped ldap_sasl_bind() for simple binds instead of ldap_bind() since 1. the latter is marked deprecated and 2. ldap_sasl_bind() allows password credentials with null chars. ldap.ldapobject: * LDAPObject.bind() only allows simple binds since Kerberos V4 binds of LDAPv2 are not supported anymore. An assert statement was added to make the coder aware of that. * Renamed former LDAPObject.sasl_bind_s() to LDAPObject.sasl_interactive_bind_s() since it wraps OpenLDAP's ldap_sasl_interactive_bind_s() |
From: Michael Str?d. <str...@us...> - 2004-03-24 21:35:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/24 13:24:49 Modified files: . : INSTALL Log message: Newer versions of other software are required |
From: Michael Str?d. <str...@us...> - 2004-03-24 21:45:45
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/24 13:35:07 Modified files: Demo : sasl_bind.py Log message: Renamed sasl_bind_s() to sasl_interactive_bind_s() |
From: Michael Str?d. <str...@us...> - 2004-03-24 21:50:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/24 13:39:28 Modified files: . : CHANGES setup.py Removed files: Modules : linkedlist.c linkedlist.h Log message: Removed unused sources linkedlist.c and linkedlist.h. |
From: Michael Str?d. <str...@us...> - 2004-03-24 22:40:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/24 14:29:59 Modified files: Lib/ldap : ldapobject.py Log message: Updated bind methods of ReconnectLDAPObject |
From: Michael Str?d. <str...@us...> - 2004-03-25 13:18:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/25 05:07:35 Modified files: . : CHANGES setup.py Log message: runtime_library_dirs is set if Python 2.3+ is used |
From: Michael Str?d. <str...@us...> - 2004-03-25 15:07:47
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/25 06:57:02 Modified files: Lib/ldap : sasl.py Log message: Return empty string in sasl.callback even if defresult is None |
From: Michael Str?d. <str...@us...> - 2004-03-25 16:39:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/25 08:28:56 Modified files: Modules : errors.c Log message: Removed unused macro seterrobjas(n,existing) |
From: Michael Str?d. <str...@us...> - 2004-03-28 21:51:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/28 13:40:25 Modified files: Modules : errors.c Log message: Error constants are always available |
From: Michael Str?d. <str...@us...> - 2004-03-28 22:00:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/28 13:48:58 Modified files: . : setup.py CHANGES Log message: Always set runtime_library_dirs |
From: Michael Str?d. <str...@us...> - 2004-03-28 22:11:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/28 14:00:38 Modified files: . : INSTALL Log message: Be very specific with OpenLDAP version needed (see [921968]) |
From: Michael Str?d. <str...@us...> - 2004-03-29 16:33:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/29 08:22:14 Modified files: Modules : errors.c Log message: (Hopefully) fixed building with OpenLDAP 2.2 libs |
From: Michael Str?d. <str...@us...> - 2004-03-29 16:36:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/29 08:24:41 Modified files: Modules : LDAPObject.c Log message: Function l_ldap_whoami_s() only added if built against OpenLDAP 2.1.x+ libs (should preserve compability with 2.0 libs). |
From: Michael Str?d. <str...@us...> - 2004-03-29 16:36:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/29 08:25:27 Modified files: . : INSTALL CHANGES Log message: Aligned required OpenLDAP versions and announce fixes for building with OpenLDAP 2.0 and 2.2 |
From: Michael Str?d. <str...@us...> - 2004-04-07 11:00:21
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/04/07 03:47:26 Modified files: Demo : sasl_bind.py Log message: Added GSSAPI example |
From: Michael Str?d. <str...@us...> - 2004-04-27 17:42:56
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/04/27 10:42:49 Modified files: . : CHANGES Lib : ldif.py Log message: Allow empty strings in attribute values in DNs |
From: Michael Str?d. <str...@us...> - 2004-04-27 18:29:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/04/27 11:29:08 Modified files: Lib/ldap : __init__.py Log message: Working on 2.0.0pre22... |
From: Michael Str?d. <str...@us...> - 2004-05-04 22:28:49
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/05/04 15:28:42 Modified files: . : CHANGES Lib : ldif.py Log message: Backed ou relaxed ldif.attrvalue_pattern |
From: Michael Str?d. <str...@us...> - 2004-05-05 18:02:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/05/05 11:02:21 Modified files: . : CHANGES Lib/ldap : ldapobject.py Modules : LDAPObject.c Log message: Modules/: * New method result2() returns 3-tuple containing the msgid of the outstanding operation ldap.ldapobject: * LDAPObject.result2() (see above). LDAPObject.result() uses LDAPObject.result2(). |
From: Michael Str?d. <str...@us...> - 2004-05-18 18:14:49
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/05/18 11:14:43 Modified files: Lib/ldap : ldapobject.py Log message: Use constant ldap.RES_ANY instead of _ldap.RES_ANY |
From: Michael Str?d. <str...@us...> - 2004-05-18 18:15:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/05/18 11:15:25 Modified files: Doc : Makefile ldap.tex Log message: Updated comments about result() method |
From: Michael Str?d. <str...@us...> - 2004-05-18 18:53:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/05/18 11:53:30 Modified files: . : CHANGES Log message: Release 2.0.0pre22 |
From: Michael Str?d. <str...@us...> - 2004-05-18 18:55:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/05/18 11:55:35 Modified files: . : TODO Log message: Whoami ext. op. was already implemented in 2.0.0pre20 |
From: Michael Str?d. <str...@us...> - 2004-05-18 19:16:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/05/18 12:16:33 Modified files: Doc : ldap.tex python-ldap.tex Log message: Various updates |