You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
(8) |
Nov
(68) |
Dec
(63) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(26) |
Feb
(58) |
Mar
(10) |
Apr
(2) |
May
(11) |
Jun
(10) |
Jul
(66) |
Aug
(94) |
Sep
(40) |
Oct
(7) |
Nov
(3) |
Dec
(13) |
2003 |
Jan
(11) |
Feb
(7) |
Mar
(17) |
Apr
(31) |
May
(55) |
Jun
(18) |
Jul
(6) |
Aug
(16) |
Sep
(3) |
Oct
(8) |
Nov
(15) |
Dec
(18) |
2004 |
Jan
(20) |
Feb
|
Mar
(30) |
Apr
(4) |
May
(10) |
Jun
(5) |
Jul
(5) |
Aug
|
Sep
|
Oct
(10) |
Nov
(7) |
Dec
(4) |
2005 |
Jan
(1) |
Feb
(10) |
Mar
(18) |
Apr
(1) |
May
(3) |
Jun
(17) |
Jul
(4) |
Aug
|
Sep
(4) |
Oct
|
Nov
(15) |
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
(8) |
Apr
(9) |
May
(5) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(11) |
Dec
(8) |
2007 |
Jan
(4) |
Feb
|
Mar
(16) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(13) |
Aug
(2) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(10) |
2008 |
Jan
(1) |
Feb
|
Mar
(27) |
Apr
(32) |
May
(1) |
Jun
(11) |
Jul
(4) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Michael Str?d. <str...@us...> - 2001-10-21 13:44:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/10/21 06:44:10 Modified files: Lib : ldapthreadlock.py Log message: - Moved function _ldap_call() to method LDAPObject._ldap_call() - Global var _module_debug_level to specify the debug level - If __debug__ and _module_debug_level>0 trace of all method calls are written via print statements - __version__ is 0.2.0 |
From: Michael Str?d. <str...@us...> - 2001-10-20 18:08:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/10/20 11:08:25 Modified files: Lib : ldapthreadlock.py Log message: Implemented LDAPObject.__hasattr__(). All attributes except LDAPObject._l are handled via LDAPObject.__setattr__()/LDAPObject.__getattr__(). This makes it possible to wrap newer python-ldap versions. Added LDAPObject.start_tls_s(). |
From: Michael Str?d. <str...@us...> - 2001-10-19 18:51:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/10/19 11:51:34 Modified files: Lib : ldif.py Log message: Fixed subtle bug: StripLineSep() returned None for strings not ending with any line separator at all. |
From: Michael Str?d. <str...@us...> - 2001-10-18 19:17:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/10/18 12:17:26 Modified files: Lib : ldif.py Log message: Some more modifications heading to compliance with RFC 2849: - CreateLDIF() / needs_base64(): Also attribute values and DNs with trailing space characters are base64-encoded. - Added more test cases. |
From: Michael Str?d. <str...@us...> - 2001-10-18 15:30:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/10/18 08:30:36 Modified files: Lib : ldif.py Log message: Some modifications to be more compliant to RFC2849: ParseLDIF(): Only the line separators are stripped at the right-hand side of an attribute value string. CreateLDIF(): Creates trailing empty line for entry separation. CreateLDIF(): All lines are folded to multi-line representation if the line length exceeds the number of columns specified by parameter cols. Code should be more readable now at some places. Regex pattern string for checking if base64-encoding is needed is more readable and compatible to Python 1.5.x and prior version. __version__ is 0.3.0 now. |
From: Michael Str?d. <str...@us...> - 2001-09-20 14:47:55
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2001/09/20 07:47:53 Modified files: . : download.shtml Log message: Link to pre-compiled Win32 packages at Zope's site. |
From: David L. <le...@us...> - 2001-09-18 12:32:41
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: leonard 2001/09/18 05:32:39 Modified files: . : download.shtml Log message: no more ftp server |
From: Konstantin C. <kch...@us...> - 2001-07-13 10:22:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: kchuguev 2001/07/13 03:21:59 Modified files: Modules : message.c Log message: Fix two memory leaks when parsing LDAP message |
From: Michael Str?d. <str...@us...> - 2001-06-28 11:33:09
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2001/06/28 04:33:08 Modified files: . : faq.shtml Log message: - hint about export "LDFLAGS=-lresolv" - <ol> instead of <dl> since David seems to prefer numbers... |
From: Michael Str?d. <str...@us...> - 2001-06-19 23:38:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/06/19 16:38:30 Modified files: . : README Log message: who is who |
From: David L. <le...@us...> - 2001-06-19 21:06:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard@usw-pr-cvs1. 2001/06/19 14:06:34 Modified files: . : README Log message: update |
From: Michael Str?d. <str...@us...> - 2001-06-19 15:29:52
|
Update of /cvsroot/python-ldap/python-ldap/Lib In directory usw-pr-cvs1:/tmp/cvs-serv11801 Modified Files: ldapthreadlock.py Log Message: Rewrote timeout-handling in method LDAPObject.result(). This version is significantly faster. The former version was simply braindead and slow. Index: ldapthreadlock.py =================================================================== RCS file: /cvsroot/python-ldap/python-ldap/Lib/ldapthreadlock.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** ldapthreadlock.py 2001/05/16 02:50:34 1.2 --- ldapthreadlock.py 2001/06/19 15:29:48 1.3 *************** *** 132,148 **** return _ldap_call(self._l.result,msgid,all,0) else: ! result_interval = 0.2 ! interval_counter = int(timeout/result_interval) ! result = _ldap_call(self._l.result,msgid,all,0) ! while (result is None): ! time.sleep(result_interval) if timeout!=-1: ! interval_counter = interval_counter-1 ! if interval_counter<=0: raise ldap.TIMELIMIT_EXCEEDED( "LDAP time limit (%d secs) exceeded." % (timeout) ) ! result = _ldap_call(self._l.result,msgid,all,0) ! return result def search(self,base,scope,filterstr,attrlist=None,attrsonly=0): --- 132,145 ---- return _ldap_call(self._l.result,msgid,all,0) else: ! result_ldap = None ! start_time = time.time() ! while (result_ldap is None) or (result_ldap==(None,None)): ! result_ldap = _ldap_call(self._l.result,msgid,all,0) if timeout!=-1: ! if time.time()-start_time>timeout: raise ldap.TIMELIMIT_EXCEEDED( "LDAP time limit (%d secs) exceeded." % (timeout) ) ! return result_ldap def search(self,base,scope,filterstr,attrlist=None,attrsonly=0): |
From: David L. <le...@us...> - 2001-06-17 13:35:04
|
Update of /cvsroot/python-ldap/python-ldap In directory usw-pr-cvs1:/tmp/cvs-serv31940 Modified Files: TODO Log Message: update Index: TODO =================================================================== RCS file: /cvsroot/python-ldap/python-ldap/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** TODO 2000/07/27 16:08:57 1.2 --- TODO 2001/06/17 13:35:01 1.3 *************** *** 1,12 **** * Find someone with MSVC who can build the WIN32 DLL for _ldapmodule. ! * merge in fog's work ! - move configure script to the top level directory (here) ! ! ! Netscape's LDAP API ! http://developer.netscape.com/docs/manuals/dirsdk/csdk30/index.htm ! ! Perl OO API for LDAP ! http://developer.netscape.com/tech/directory/perldap_docs/Conn.html ! http://developer.netscape.com/tech/directory/perldap_docs/Entry.html --- 1,5 ---- + * Clearly describe an X.500 API (fog?) + * Get some better demo/sample code * Find someone with MSVC who can build the WIN32 DLL for _ldapmodule. ! * Add security/authentication |
From: David L. <dav...@cs...> - 2001-06-17 13:14:26
|
another test message -- David Leonard Dav...@ds... DSTC Room:78-632 Ph:+61 7 336 58358 The University of Queensland http://www.dstc.edu.au/ QLD 4072 AUSTRALIA B73CD65FBEF4C089B79A8EBADF1A932F13EA0FC8 .signature: Invalid argument |
From: David L. <dav...@cs...> - 2001-06-17 13:08:34
|
is this list working -- David Leonard Dav...@ds... DSTC Room:78-632 Ph:+61 7 336 58358 The University of Queensland http://www.dstc.edu.au/ QLD 4072 AUSTRALIA B73CD65FBEF4C089B79A8EBADF1A932F13EA0FC8 .signature: Invalid argument |