mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
9190a3d74e
- make TLS intolerant server detection over proxies work (this bug 87902) - on connection failure, only retry without TLS when it is really likely to help (bug 149910) - remove obsolete workarounds in SSL i/o layer (see removed comments in patch) - avoid to confuse programmers reading code, by renaming TLSStepUp (which means something else) to the correct term STARTTLS (what the code is actually doing). (As suggested by nelsonb) - If an invalid or expired etc. server certificate is presented, a warning is shown. If the user decides to cancel, network activity should stop immediately. (we currently warn multiple times) (bug 87209) r=javi/darin/ducarroz/dmose sr=alecf |
||
---|---|---|
.. | ||
base | ||
datasource | ||
macbuild | ||
tests | ||
.cvsignore | ||
Makefile.in | ||
README.txt | ||
TODO.txt |
This is the home for XPCOM modules that implement LDAP functionality. What's Here ----------- base/ Implements a wrapper around the LDAP C SDK, as well as support for ldap: URLs in the browser. Written entirely in C++; theoretically only depends on necko, xpcom, nspr, and the LDAP C SDK. datasource/ An RDF datasource, written in Javascript. tests/ Some basic tests to help ensure that things don't break as development proceeds. Currently, there is only some stuff for testing the datasource. Building -------- See <http://www.mozilla.org/directory/xpcom.html>. Dan Mosedale <dmose@mozilla.org>