bugzilla%standard8.demon.co.uk
|
cf1e55753e
|
Bug 124897 Implement editing of a directory in the LDAP XPCOM SDK. Original patch by peterv, updated and revised by me. r=bienvenu,sr=mscott
|
2007-03-09 16:33:49 +00:00 |
bugzilla%standard8.demon.co.uk
|
96aff8feb4
|
Bug 92650 directory/xpcom/public/nsLDAP.h should go away. r/sr=dmose
|
2006-01-11 17:45:47 +00:00 |
dmose%mozilla.org
|
d24e58c614
|
Add basic support for LDAP controls to the LDAP XPCOM SDK, LDAP autocomplete code, and LDAP addressbook (bug 297131). r=bienvenu, sr=roc, a=bsmedberg
|
2005-07-26 15:27:18 +00:00 |
gerv%gerv.net
|
2a491d3598
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-25 21:07:34 +00:00 |
peterv%netscape.com
|
4422be93b3
|
Fix for bug 86000 (convert LDAP XPCOM SDK to use AUTF8String). r=dmose, sr=alecf.
|
2002-09-11 11:22:41 +00:00 |
rjc%netscape.com
|
800d8a6b3b
|
Fix bug # 164175: XPCom LDAP API extensions. OnLDAPInit() now passes relevant connection, and LDAP operations/connections accept closures. r=dmose sr=darin
|
2002-09-04 01:28:36 +00:00 |
dmose%netscape.com
|
2eb302f1a5
|
Fix error message display of incorrectly set search filters (bug 79935). r=leif@netscape.com, sr=bienvenu@netscape.com
|
2001-09-21 05:26:32 +00:00 |
leif%netscape.com
|
7648bd6eb2
|
Bug 74498: Add attribute support to SearchExt(), making it possible to limit
the search results to a set of attributes. r=dmose, sr=mscott, a=asa.
Patch by leif@netscape.com.
|
2001-06-14 05:48:03 +00:00 |
leif%netscape.com
|
6dc106b7ae
|
Changed LDAP XPCOM SDK to use "wstring" instead of "string", bug 71247.
r=dmose@netscape.com
sr=mscott@netscape.com
|
2001-05-17 06:26:35 +00:00 |
dmose%netscape.com
|
82e1565abf
|
minor LDAP XPCOM SDK changes to support nsLDAPAutoCompleteSession, which will be checked in shortly (bug 70933). r=leif@netscape.com, sr=shaver@mozilla.org
|
2001-05-02 22:04:28 +00:00 |
dmose%netscape.com
|
2204f8059a
|
Fixes various sr= issues turned up in preparation for turning on LDAP in the default builds (bug 70658). Removes obsolete and private interface methods; fixes spacing, and lots of misc cleanups. moa=me, sr=shaver@mozilla.org
|
2001-03-09 03:25:47 +00:00 |
dmose%mozilla.org
|
6c9183a50c
|
LDAP error-handling cleanup, part 1. a=r=(not built)
|
2000-10-17 23:07:38 +00:00 |
dmose%mozilla.org
|
9539d7e255
|
updated doxygen comments on interfaces to better match reality. a=r=(not built)
|
2000-08-24 03:39:40 +00:00 |
dmose%mozilla.org
|
4525e9564d
|
Changed nsLDAPConnection to execute the nsILDAPMessageListener callbacks directly rather than through an nsISupports proxy, meaning that the default is for them to execute on the nsLDAPConnection thread. Callers can still create a proxy manually and pass it in, if desired. Changed the datasource and channel objects to run correctly on the nsLDAPConnection thread, in the hopes that this would help avoid UI stalls. On Linux, at least, this didn't make any perceptible improvement, but it still is probably a good thing, and may help once more event system loving gets checked in. a=r=(not built)
|
2000-08-10 02:13:21 +00:00 |
dmose%mozilla.org
|
e89d51e9ef
|
added ldap_abandon()-like functionality to the XPCOM wrapper, and changed the nsLDAPChannel code to implement request cancellation (eg pressing the stop button in the browser) using said functionality. a=r=(not built).
|
2000-08-08 03:23:05 +00:00 |
dmose%mozilla.org
|
c8b1840fe1
|
Revamped callback code so that nsILDAPMessageListener is a per operation attribute rather than a per connection attribute. This allows for much more flexibility in handling LDAP messages received, as well as sharing of LDAP connections (a performance win). Also modified nsISupports proxy usage so that I can callback to nsILDAPMessageListeners implemented in JS (thanks dougt). a=r=(not built)
|
2000-07-12 23:05:27 +00:00 |
dmose%mozilla.org
|
066074e959
|
adjust some comments. a=r=(not built)
|
2000-07-10 21:17:04 +00:00 |
dmose%mozilla.org
|
5bb1c008fb
|
gave the threading model a good whack. pushed the threading from the callers (eg nsLDAPChannel) down into the XPCOM wrapper code itself, so that the calling code doesn't need to deal with threading directly ( it gets callbacks via nsISupports proxies ) . this allows LDAP code to be written in Javascript without hanging the UI thread of the browser. a=r=(not built)
|
2000-06-28 19:39:32 +00:00 |
dmose%mozilla.org
|
140bf4f8a8
|
made bindname an attribute of nsILDAPConnection. folded all remaining code from ldapSearch.cpp into various parts of nsLDAPChannel in preparation for pushing threading down out of nsLDAPChannel and into the core SDK wrapper classes (nsILDAP{Connection,Operation,Message}). added an (as-yet unimplemented) toString method to nsILDAPMessage; some of the code in nsLDAPChannel should eventually move there. a=r=(notbuilt)
|
2000-06-21 04:44:58 +00:00 |
dmose%mozilla.org
|
ee0ead0dd7
|
changed nsILDAPOperation::Result() to use PRIntervalTime rather than PRTime for the timeout value. a=r=(not built)
|
2000-06-16 19:16:59 +00:00 |
dmose%mozilla.org
|
45d7b50733
|
canonicalize more method names to proper interCaps style. a=r=(not built)
|
2000-06-12 01:42:08 +00:00 |
dmose%mozilla.org
|
dab2357bd0
|
explicitly document assumption about the connection attribute; a=r=(not built)
|
2000-06-11 23:50:30 +00:00 |
dmose%mozilla.org
|
daadb1e059
|
initial work to convert nsLDAPOperation, Message, and Connection to implement and use XPCOM interfaces
|
2000-05-17 22:48:50 +00:00 |