Peter.VanderBeken%pandora.be
64c9aec804
Not part of the build. Eliminate JS warning. Correct error in CID. Add debugging info.
2001-02-05 15:46:51 +00:00
Peter.VanderBeken%pandora.be
78f14b0345
Not part of the build. Basic scaffolding for the LDAP datasource.
2001-02-02 15:58:09 +00:00
Peter.VanderBeken%pandora.be
2d5a74813b
Keep LDAP xpcom component compiling after nsIChannel::AsyncWrite interface revision. Not part of the build.
2001-01-24 13:49:55 +00:00
miodrag%netscape.com
ac3982e462
Updtates for LDAPJDK 4.13
2000-12-18 14:02:20 +00:00
miodrag%netscape.com
2b6b5e7122
Make file compile under JDK1.3
2000-12-08 17:17:49 +00:00
dmose%mozilla.org
7509d87f65
test commit; a=r=(not built)
2000-10-25 23:54:02 +00:00
dmose%mozilla.org
a3dbc9bed2
test commit; a=r=(not built)
2000-10-25 23:50:42 +00:00
dmose%mozilla.org
a011f6d93b
get rid of outdated comments; a=r=(not built)
2000-10-19 20:51:46 +00:00
dmose%mozilla.org
0724b52649
NS_LITERAL_STRING definition on windows doesn't allow for concatenations inside the operator. a=r=(not built)
2000-10-17 23:14:10 +00:00
dmose%mozilla.org
6c9183a50c
LDAP error-handling cleanup, part 1. a=r=(not built)
2000-10-17 23:07:38 +00:00
leif%netscape.com
f16f2af6c3
Merged in changes from v1.4.1.
2000-10-05 19:47:47 +00:00
leif%netscape.com
a27e446351
*** empty log message ***
2000-10-05 18:51:45 +00:00
leif%netscape.com
1583ace726
Removed.
2000-10-05 01:08:34 +00:00
dmose%mozilla.org
3b690fcec5
TestLDAP.cpp has bitrotted into uselessness. cvs removing. a=r=(not built)
2000-10-03 02:23:33 +00:00
dmose%mozilla.org
39c76b6fc8
nsLDAPMessage::GetValues() now is a good XPCOM citizen and creates a copy of the [out] array with the shared allocator. a=r=(not built)
2000-10-03 01:53:23 +00:00
dmose%mozilla.org
dbbe3df0aa
cut down number of Write() and OnDataAvailable() PLEvents by an order of magnitude ; fix error handler for nsLDAPMessage::IterateAttributes to properly deallocate the array on an error; update TODO.txt. a=r=(not built)
2000-10-03 00:52:03 +00:00
dmose%mozilla.org
b1728bcc17
fix up a progid->contractid conversion that got missed; update a few comments. a=r=(not built)
2000-09-29 22:35:35 +00:00
dmose%mozilla.org
2974744755
update so that datasource tests work with jar packaging. a=r=(not built)
2000-09-29 22:30:12 +00:00
dmose%mozilla.org
0265ecf065
Reorganized significantly. Triaged so that there are only 4 items left to do (the first four) before attempting an initial prerelease (0.x).
2000-09-29 20:09:38 +00:00
dmose%mozilla.org
fc222b3075
* switch from old {First,Next}Attribute() functions to new GetAttributes() call
...
* adjust GetDn() calls to use an nsXPIDLString now that GetDN() does proper string ownership
* error-handling improvements
* partial addition of event sink infrastructure to be used for updating the status bar
* nsLDAP.h include replaced with nsLDAPInternal.h
* migrate from progids to contractids
* emacs mode-line added, and re-indented
a=r=(not built)
2000-09-29 01:20:31 +00:00
dmose%mozilla.org
b7947fd655
* pipeWrite() prototype changed from |char *| to |const char *|
...
* infrastructure for firing progress against an nsIProgressEventSink added
a=r=(not built)
2000-09-29 01:14:53 +00:00
dmose%mozilla.org
6852bc27b1
Migrate from progids to contractids. a=r=(not built)
2000-09-29 01:11:34 +00:00
dmose%mozilla.org
12decc83d0
define __STRICT_ANSI__ and change the include order to keep linux gcc from whining about one of the system include files. a=r=(not built)
2000-09-29 01:10:40 +00:00
dmose%mozilla.org
6025ff6ae3
Tweak some comments. a=r=(not built)
2000-09-29 01:09:27 +00:00
dmose%mozilla.org
1945a1a0cc
include nsLDAPInternal.h instead of nsLDAP.h now. a=r=(not built)
2000-09-29 01:08:17 +00:00
dmose%mozilla.org
3a6e4c491f
* include of ldap.h removed. this header is now a public header, and clients of the XPCOM wrapper don't need to be polluted with the contents of ldap.h, since that functionality should happen entirely inside the wrapper.
...
* NS_ERROR_LDAP_DECODING_ERROR added
a=r=(not built)
2000-09-29 01:06:53 +00:00
dmose%mozilla.org
fe2112236d
* migrate from progids to contractids
...
a=r=(not built)
2000-09-29 01:04:24 +00:00
dmose%mozilla.org
d3a800d819
* removed mPosition variable, since getAttributes() is now a single function
...
* prototypes for Iterate{Attributes,AttrErrHandler} added
* emacs mode line added
a=r=(not built)
2000-09-29 01:01:10 +00:00
dmose%mozilla.org
efe7310f8c
* replaced {First,Next}Attribute() functions with GetAttributes(), which returns an array. threadsafe and easier on JS callers.
...
* fixed GetDn() to do better error handling and use the standard XPCOM string ownership model (ie getter_Copies)
* better error handling for GetValues()
* tweak some includes
* added an emacs modeline and reindented
a=r=(not built)
2000-09-29 00:58:38 +00:00
dmose%mozilla.org
6201e1656a
* replaced {first,next}Attribute() with getAttributes which returns an array: threadsafe and more useful from JS.
...
* added an emacs mode line and reindented.
* improved doxygen comments to include nsresult errors thrown
2000-09-29 00:53:29 +00:00
dmose%mozilla.org
23f43e5ad2
Added an emacs mode line, reindented with spaces as per the mode line. Also tweaked a couple of comments as well as some debugging stuff. a=r=(not built)
2000-09-29 00:48:26 +00:00
dmose%mozilla.org
0c8c837015
Infrastructure for internal use by the LDAP code. a=r=(not built)
2000-09-29 00:45:52 +00:00
dmose%mozilla.org
0bafb90b58
Significant updates to the todo list. a=r=(not built).
2000-09-29 00:43:22 +00:00
disttsc%bart.nl
51b19f44ac
Removing bookmarks.xul per dmose's suggestion ("that was really just me messing around"). bug=53297, r=dmose, a=(not in build).
2000-09-21 13:27:25 +00:00
rayw%netscape.com
52476868db
fix to mal-formed contract id introduced in mega-check-in:x
2000-09-14 04:18:07 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
dmose%mozilla.org
8ebe591ae8
Patch from <peter.vanderbeken@pandora.be> to keep LDAP building with the latest string changes. r=dmose@mozilla.org, a=(not built).
2000-09-06 01:25:19 +00:00
dmose%mozilla.org
640af1317f
remove items relating to cleanup constructors, destructors, and initializers. a=r=(not built)
2000-08-24 03:41:05 +00:00
dmose%mozilla.org
cc8167cb15
cleanup constructors, destructors, and initializers. a=r=(not built)
2000-08-24 03:40:32 +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
954df04fe3
pending operations on an LDAP connection now get removed from the queue after they either complete or are aborted. also tweaked a few comments. a=r=(not built)
2000-08-23 21:54:12 +00:00
dmose%mozilla.org
b77807e476
check pointer arg before dereferencing. a=r=(not built)
2000-08-23 21:40:00 +00:00
dmose%mozilla.org
9ad5022116
remove some useless debugging cruft; implement more callbacks using closures. a=r=(not built)
2000-08-23 21:38:19 +00:00
dmose%mozilla.org
a0e24d7b1e
Reorganized and updated TODO list. a=r=(not built).
2000-08-23 21:36:49 +00:00
dmose%mozilla.org
618669c849
fixed to track changes to nsIInputStream and nsIPipe. a=r=(not built)
2000-08-22 22:26:44 +00:00
dmose%mozilla.org
4fccb8304b
fixed to track changes to nsIInputStream and nsIPipe. a=r=(not built)
2000-08-22 22:17:44 +00:00
dmose%mozilla.org
45ac9962d2
patch from peter.vanderbeken@pandora.be which tracks warren's change to nsIRequest.idl and keep LDAP building on the tip. a=(not built), r=dmose@mozilla.org
2000-08-22 01:05:13 +00:00
dmose%mozilla.org
6278d71538
refine to assign to the prototype rather than the created objects, and add debugging stuff to help shaver. a=r=(not built)
2000-08-15 20:58:17 +00:00
dmose%mozilla.org
ddd40180e3
Major fixes to the code that cleans up at the end of an LDAP search and/or when a search has been cancelled. Most visible effect: the throbber should always stop spinning at the end of a search, rather than sometimes lingering on indefinitely. a=r=(not built)
2000-08-14 23:16:03 +00:00
rayw%netscape.com
d8d52c08c6
Changed case of nsIFactory.idl methods to start with lower case to be like other
...
interfaces. Since the C++ generated code upper-cases the method names, this
affects no C++ code, but only a few javascript methods.
Bug 46771.
r=waterson.
I am in today and tomorrow.
2000-08-10 20:12:08 +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
f345f913c2
adding .cvsignore files to stop cvs whining in non-OBJDIR builds. a=r=(not built)
2000-08-09 04:44:01 +00:00
dmose%mozilla.org
c3a16e7f09
A number of lines were not properly bracketed by DEBUG conditionals, causing non-DEBUG builds to fail. a=r=(not built)
2000-08-09 04:43:33 +00:00
dmose%mozilla.org
25b0a8bf75
in DEBUG builds, created a PRLogModuleInfo for LDAP (gLDAPLogModule), and migrated most PR_fprintf(STDERR) bracketed by DEBUG_dmose to PR_LOG. a=r=(not built)
2000-08-08 23:44:48 +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
bfe38b7737
use lexical closure of JS functions to bind data to a function for use as a callback. a=r=(not built)
2000-08-08 02:56:44 +00:00
waterson%netscape.com
08bd36fb57
Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm
2000-08-08 00:22:36 +00:00
dmose%mozilla.org
f0409f54b0
one item completed; several important items moved up to the top of the list. a=r=(not built)
2000-08-05 08:46:57 +00:00
dmose%mozilla.org
a04e7fa1b6
replace a few regular libc includes and function calls with their NSPR equivalents. a=r=(not built)
2000-08-05 08:45:11 +00:00
dmose%mozilla.org
c8f414c374
add a comment; a=r=(not built)
2000-08-05 08:43:51 +00:00
dmose%mozilla.org
6f1e811c6c
get rid of unused static sNullTimeval. a=r=(not built)
2000-08-05 08:42:45 +00:00
dmose%mozilla.org
0608bebb67
All currently known ChoadWarrior warnings in the LDAP code have been fixed. Another item removed from the TODO list. a=r=(not built)
2000-08-03 23:57:58 +00:00
dmose%mozilla.org
c0823a7ff5
Removed trailing semicolons after NS_DECL stuff to keep ChoadWarrior from whining. a=r=(not built)
2000-08-03 23:55:12 +00:00
dmose%mozilla.org
495164c348
added one item, dropped one item, completed one item. a=r=(not built)
2000-08-03 22:48:08 +00:00
dmose%mozilla.org
64ea8012d9
get rid of C-style casts. a=r=(not built)
2000-08-03 22:47:11 +00:00
dmose%mozilla.org
7c0ce8a4e2
add XXX cleanup reminder comment. a=r=(not built)
2000-08-03 22:46:42 +00:00
dmose%mozilla.org
d65b1cf18a
remove NS_ERROR_LDAP_SUCCESS, as non-NS_OK success codes are considered bad form, and this one wasn't even used yet. a=r=(not built)
2000-08-03 22:45:43 +00:00
dmose%mozilla.org
5265d9dae8
add XXX comment to remind about future cleanup. a=r=(not built)
2000-08-03 22:43:43 +00:00
dmose%mozilla.org
ff2ce0bb7a
Building on windows now works, using ENABLE LDAP. Removed from the list.
2000-07-28 22:57:12 +00:00
dmose%mozilla.org
65c4b692ef
ldap_set_option was being called incorrectly; fixed. a=r=(not built).
2000-07-28 22:44:43 +00:00
dmose%mozilla.org
992ce2a468
get ldap build working on windows; a=r=(not built)
2000-07-26 22:51:19 +00:00
dmose%mozilla.org
dd59a55ecb
reorder includes to avoid Windows-specific SetPort lossage. a=r=(not built)
2000-07-26 22:50:05 +00:00
dmose%mozilla.org
a9d7b7519c
added a few issues that came up while revamping the callback model
2000-07-12 23:08:11 +00:00
dmose%mozilla.org
2356d8245c
a per-connection nsILDAPMessageListener is no longer necessary. removed. a=r=(not built)
2000-07-12 23:06:37 +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
09160b9a9f
Updated description of directories in the tree. a=r=(not built)
2000-07-10 21:27:05 +00:00
dmose%mozilla.org
3a051670b7
Makefile.in
2000-07-10 21:24:55 +00:00
dmose%mozilla.org
0db5225142
some tests of the LDAP code, currently just for the datasource
2000-07-10 21:24:45 +00:00
dmose%mozilla.org
f5e45622ff
initial code for an LDAP datasource; not yet working or complete. a=r=(not built)
2000-07-10 21:22:17 +00:00
dmose%mozilla.org
58ee32dadc
updated the TODO list. a=r=(not built)
2000-07-10 21:17:59 +00:00
dmose%mozilla.org
066074e959
adjust some comments. a=r=(not built)
2000-07-10 21:17:04 +00:00
miodrag%netscape.com
651de3f689
Updates for LDAPJDK 4.12
2000-07-10 18:41:40 +00:00
dmose%mozilla.org
7abfcb5d26
various updates. a=r=(not built)
2000-07-10 17:50:32 +00:00
dmose%mozilla.org
4ba7d9b5bd
two calls to PR_fprintf were not properly bracketed by ifdef DEBUG, causing non-debugging builds to fail. a=r=(not built)
2000-07-06 22:38:11 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
miodrag%netscape.com
ed123c687c
Updates for LDAPJDK 4.11
2000-06-29 22:31:17 +00:00
Peter.VanderBeken%pandora.be
33bc1a23c0
Fixing access paths. Not part of the build.
2000-06-28 22:55:26 +00:00
dmose%mozilla.org
ef1080cbf4
Added an item about thread death. a=r=(not built)
2000-06-28 21:42:15 +00:00
dmose%mozilla.org
eee48977dd
Added and updated a few more issues. a=r=(not built)
2000-06-28 19:56:08 +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
63d8a2d5ac
Updated documentation. a=r=(not built).
2000-06-28 19:02:27 +00:00
mcs%netscape.com
89b8e26d83
First Checked In.
2000-06-23 19:42:37 +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
d17aee4853
Simplified nsILDAPMessageListener, and refactored much of the code in ldapSearch.cpp into nsLDAPChannel.cpp itself, using the simplified nsILDAPMessageListener callback interface. This work is in preparation for pushing all threading code out of nsILDAPChannel down into nsILDAPConnection/Operation/Message. a=r=(not built)
2000-06-20 05:17:51 +00:00
dmose%mozilla.org
466e5e94e3
Simplified nsILDAPMessageListener, and refactored much of the code in ldapSearch.cpp into nsLDAPChannel.cpp itself, using the simplified nsILDAPMessageListener class. This work is in preparation for pushing all threading code out of nsILDAPChannel down into nsILDAPConnection/Operation/Message. a=r=(not built)
2000-06-20 05:12:32 +00:00
dmose%mozilla.org
ef7ca6cf3d
forgot this critical file for the nsILDAPURL interface checkin earlier. a=r=(not built)
2000-06-20 03:59:52 +00:00
dmose%mozilla.org
5ba5ca4ec8
scaffolding & some initial work on an nsILDAPURL interface and an nsLDAPURL component that implements it. (a=r=not built)
2000-06-19 21:43:33 +00:00
dmose%mozilla.org
d86cc52233
changed non-portable int type to PRInt32. a=r=(not built)
2000-06-19 21:40:29 +00:00
dmose%mozilla.org
4e3e516df2
clarified comments. a=r=(not built)
2000-06-19 21:36:09 +00:00
dmose%mozilla.org
0b741f6d8c
removed NS_ENSURE_ARG macros, as NULL pointers are valid for either argument. a=r=(not built)
2000-06-19 21:34:30 +00:00