Neil Rashbrook
|
257414c198
|
Bug 705573 More frozen linkage fixes for debug Windows builds r=bienvenu
|
2011-12-01 20:40:24 +00:00 |
Jan Horak
|
152173d287
|
Bug 306324 Build system changes to support --with-libxul-sdk r=Neil,Callek
|
2011-11-25 15:12:02 +00:00 |
Jan Horak
|
ee5504f57e
|
Bug 590494 Move ldap/xpcom/src to frozen linkage r=Neil
|
2011-11-25 14:03:49 +00:00 |
David Bienvenu
|
0eed72a1cd
|
fix gssapi ldap auth, r=standard8, bug 671827
|
2011-10-28 08:09:41 -07:00 |
Makoto Kato
|
0cdcee8278
|
Bug 684492 - shutdown crash nsLDAPConnection::~nsLDAPConnection(). r=standard8
|
2011-10-20 15:20:14 +09:00 |
Michael Wu
|
027bb89991
|
Bug 681188 - Switch from PRBool to bool on a CLOSED TREE , r=standard8
|
2011-09-29 00:02:19 -07:00 |
David Bienvenu
|
99343000ef
|
remove use of xpcom proxies in ldap and address book code, r=neil, part of bug 675407
|
2011-08-18 12:59:44 -07:00 |
Michael Wu
|
21335974d1
|
Bug 675473 - Incorrect use of PRBool when other types are more appropriate or vice versa (in comm-central); r=Standard8
|
2011-08-16 11:12:05 +01:00 |
Mark Banner
|
d0c175a001
|
Update mailnews and ldap url classes to include new functions from Bug 677260 which landed on mozilla-central. r=bustage-fix
|
2011-08-16 09:13:24 +01:00 |
Mark Banner
|
2f74b12704
|
Bug 669151 - LDAP connections are not cleaned up until shutdown; r=bienvenu
|
2011-07-05 15:58:07 +01:00 |
David Bienvenu
|
8fb5164ca4
|
fix build bustage, bug 65887
|
2011-05-22 12:08:06 -07:00 |
Mark Banner
|
4be6c6a46d
|
partial fix for bug 658666, add xpcshell manifests to fix bustage CLOSED TREE
|
2011-05-20 15:44:10 -07:00 |
Ian Neal
|
ac89924d34
|
Bug 647003 - Remove use of nsAutoLock from LDAP SDK code r=standard8 f=neil
|
2011-04-06 22:16:28 +01:00 |
Mark Banner
|
7cd09b69c6
|
Bug 633150 - Change nsILDAPURL::setAttributes to take a string rather than an array; r=neil sr=bienvenu
|
2011-02-24 17:08:16 +00:00 |
jhorak@redhat.com
|
160933b846
|
Bug 343332 - thread-safety assertion and crash with nsWeakRefPtr and nsLDAPConnection; r=Standard8,Neil
|
2011-02-07 22:12:38 +00:00 |
Mark Banner
|
e61cf9021b
|
Bug 630816 - Newly created LDAP address books don't use to use the SSL port if specified; r=bienvenu
|
2011-02-04 10:45:38 +00:00 |
Mark Banner
|
4de0208b31
|
Bug 577887 Kill MOZ_LDAP_XPCOM_EXPERIMENTAL. r=Callek and verbal agreement from dmose
--HG--
rename : ldap/xpcom/base/public/Makefile.in => ldap/xpcom/public/Makefile.in
rename : ldap/xpcom/base/public/nsILDAPBERElement.idl => ldap/xpcom/public/nsILDAPBERElement.idl
rename : ldap/xpcom/base/public/nsILDAPBERValue.idl => ldap/xpcom/public/nsILDAPBERValue.idl
rename : ldap/xpcom/base/public/nsILDAPConnection.idl => ldap/xpcom/public/nsILDAPConnection.idl
rename : ldap/xpcom/base/public/nsILDAPControl.idl => ldap/xpcom/public/nsILDAPControl.idl
rename : ldap/xpcom/base/public/nsILDAPErrors.idl => ldap/xpcom/public/nsILDAPErrors.idl
rename : ldap/xpcom/base/public/nsILDAPMessage.idl => ldap/xpcom/public/nsILDAPMessage.idl
rename : ldap/xpcom/base/public/nsILDAPMessageListener.idl => ldap/xpcom/public/nsILDAPMessageListener.idl
rename : ldap/xpcom/base/public/nsILDAPModification.idl => ldap/xpcom/public/nsILDAPModification.idl
rename : ldap/xpcom/base/public/nsILDAPOperation.idl => ldap/xpcom/public/nsILDAPOperation.idl
rename : ldap/xpcom/base/public/nsILDAPServer.idl => ldap/xpcom/public/nsILDAPServer.idl
rename : ldap/xpcom/base/public/nsILDAPService.idl => ldap/xpcom/public/nsILDAPService.idl
rename : ldap/xpcom/base/public/nsILDAPSyncQuery.idl => ldap/xpcom/public/nsILDAPSyncQuery.idl
rename : ldap/xpcom/base/public/nsILDAPURL.idl => ldap/xpcom/public/nsILDAPURL.idl
rename : ldap/xpcom/base/src/Makefile.in => ldap/xpcom/src/Makefile.in
rename : ldap/xpcom/base/src/ldapComponents.manifest => ldap/xpcom/src/ldapComponents.manifest
rename : ldap/xpcom/base/src/nsLDAPBERElement.cpp => ldap/xpcom/src/nsLDAPBERElement.cpp
rename : ldap/xpcom/base/src/nsLDAPBERElement.h => ldap/xpcom/src/nsLDAPBERElement.h
rename : ldap/xpcom/base/src/nsLDAPBERValue.cpp => ldap/xpcom/src/nsLDAPBERValue.cpp
rename : ldap/xpcom/base/src/nsLDAPBERValue.h => ldap/xpcom/src/nsLDAPBERValue.h
rename : ldap/xpcom/base/src/nsLDAPConnection.cpp => ldap/xpcom/src/nsLDAPConnection.cpp
rename : ldap/xpcom/base/src/nsLDAPConnection.h => ldap/xpcom/src/nsLDAPConnection.h
rename : ldap/xpcom/base/src/nsLDAPControl.cpp => ldap/xpcom/src/nsLDAPControl.cpp
rename : ldap/xpcom/base/src/nsLDAPControl.h => ldap/xpcom/src/nsLDAPControl.h
rename : ldap/xpcom/base/src/nsLDAPInternal.h => ldap/xpcom/src/nsLDAPInternal.h
rename : ldap/xpcom/base/src/nsLDAPMessage.cpp => ldap/xpcom/src/nsLDAPMessage.cpp
rename : ldap/xpcom/base/src/nsLDAPMessage.h => ldap/xpcom/src/nsLDAPMessage.h
rename : ldap/xpcom/base/src/nsLDAPModification.cpp => ldap/xpcom/src/nsLDAPModification.cpp
rename : ldap/xpcom/base/src/nsLDAPModification.h => ldap/xpcom/src/nsLDAPModification.h
rename : ldap/xpcom/base/src/nsLDAPOperation.cpp => ldap/xpcom/src/nsLDAPOperation.cpp
rename : ldap/xpcom/base/src/nsLDAPOperation.h => ldap/xpcom/src/nsLDAPOperation.h
rename : ldap/xpcom/base/src/nsLDAPProtocolHandler.js => ldap/xpcom/src/nsLDAPProtocolHandler.js
rename : ldap/xpcom/base/src/nsLDAPProtocolModule.cpp => ldap/xpcom/src/nsLDAPProtocolModule.cpp
rename : ldap/xpcom/base/src/nsLDAPSecurityGlue.cpp => ldap/xpcom/src/nsLDAPSecurityGlue.cpp
rename : ldap/xpcom/base/src/nsLDAPServer.cpp => ldap/xpcom/src/nsLDAPServer.cpp
rename : ldap/xpcom/base/src/nsLDAPServer.h => ldap/xpcom/src/nsLDAPServer.h
rename : ldap/xpcom/base/src/nsLDAPService.cpp => ldap/xpcom/src/nsLDAPService.cpp
rename : ldap/xpcom/base/src/nsLDAPService.h => ldap/xpcom/src/nsLDAPService.h
rename : ldap/xpcom/base/src/nsLDAPSyncQuery.cpp => ldap/xpcom/src/nsLDAPSyncQuery.cpp
rename : ldap/xpcom/base/src/nsLDAPSyncQuery.h => ldap/xpcom/src/nsLDAPSyncQuery.h
rename : ldap/xpcom/base/src/nsLDAPURL.cpp => ldap/xpcom/src/nsLDAPURL.cpp
rename : ldap/xpcom/base/src/nsLDAPURL.h => ldap/xpcom/src/nsLDAPURL.h
|
2010-12-02 15:07:02 +00:00 |
Mark Banner
|
eacb4f4fb4
|
Bug 506601 - Transition LDAP SDKs to Mercurial - now pull the LDAP c-sdk from Mercurial rather than cvs; r=kairo
--HG--
rename : directory/makefiles.sh => ldap/makefiles.sh
rename : directory/xpcom/Makefile.in => ldap/xpcom/Makefile.in
rename : directory/xpcom/README.txt => ldap/xpcom/README.txt
rename : directory/xpcom/TODO.txt => ldap/xpcom/TODO.txt
rename : directory/xpcom/base/Makefile.in => ldap/xpcom/base/Makefile.in
rename : directory/xpcom/base/public/Makefile.in => ldap/xpcom/base/public/Makefile.in
rename : directory/xpcom/base/public/nsILDAPBERElement.idl => ldap/xpcom/base/public/nsILDAPBERElement.idl
rename : directory/xpcom/base/public/nsILDAPBERValue.idl => ldap/xpcom/base/public/nsILDAPBERValue.idl
rename : directory/xpcom/base/public/nsILDAPConnection.idl => ldap/xpcom/base/public/nsILDAPConnection.idl
rename : directory/xpcom/base/public/nsILDAPControl.idl => ldap/xpcom/base/public/nsILDAPControl.idl
rename : directory/xpcom/base/public/nsILDAPErrors.idl => ldap/xpcom/base/public/nsILDAPErrors.idl
rename : directory/xpcom/base/public/nsILDAPMessage.idl => ldap/xpcom/base/public/nsILDAPMessage.idl
rename : directory/xpcom/base/public/nsILDAPMessageListener.idl => ldap/xpcom/base/public/nsILDAPMessageListener.idl
rename : directory/xpcom/base/public/nsILDAPModification.idl => ldap/xpcom/base/public/nsILDAPModification.idl
rename : directory/xpcom/base/public/nsILDAPOperation.idl => ldap/xpcom/base/public/nsILDAPOperation.idl
rename : directory/xpcom/base/public/nsILDAPServer.idl => ldap/xpcom/base/public/nsILDAPServer.idl
rename : directory/xpcom/base/public/nsILDAPService.idl => ldap/xpcom/base/public/nsILDAPService.idl
rename : directory/xpcom/base/public/nsILDAPSyncQuery.idl => ldap/xpcom/base/public/nsILDAPSyncQuery.idl
rename : directory/xpcom/base/public/nsILDAPURL.idl => ldap/xpcom/base/public/nsILDAPURL.idl
rename : directory/xpcom/base/src/Makefile.in => ldap/xpcom/base/src/Makefile.in
rename : directory/xpcom/base/src/ldapComponents.manifest => ldap/xpcom/base/src/ldapComponents.manifest
rename : directory/xpcom/base/src/nsLDAPBERElement.cpp => ldap/xpcom/base/src/nsLDAPBERElement.cpp
rename : directory/xpcom/base/src/nsLDAPBERElement.h => ldap/xpcom/base/src/nsLDAPBERElement.h
rename : directory/xpcom/base/src/nsLDAPBERValue.cpp => ldap/xpcom/base/src/nsLDAPBERValue.cpp
rename : directory/xpcom/base/src/nsLDAPBERValue.h => ldap/xpcom/base/src/nsLDAPBERValue.h
rename : directory/xpcom/base/src/nsLDAPChannel.cpp => ldap/xpcom/base/src/nsLDAPChannel.cpp
rename : directory/xpcom/base/src/nsLDAPChannel.h => ldap/xpcom/base/src/nsLDAPChannel.h
rename : directory/xpcom/base/src/nsLDAPConnection.cpp => ldap/xpcom/base/src/nsLDAPConnection.cpp
rename : directory/xpcom/base/src/nsLDAPConnection.h => ldap/xpcom/base/src/nsLDAPConnection.h
rename : directory/xpcom/base/src/nsLDAPControl.cpp => ldap/xpcom/base/src/nsLDAPControl.cpp
rename : directory/xpcom/base/src/nsLDAPControl.h => ldap/xpcom/base/src/nsLDAPControl.h
rename : directory/xpcom/base/src/nsLDAPInternal.h => ldap/xpcom/base/src/nsLDAPInternal.h
rename : directory/xpcom/base/src/nsLDAPMessage.cpp => ldap/xpcom/base/src/nsLDAPMessage.cpp
rename : directory/xpcom/base/src/nsLDAPMessage.h => ldap/xpcom/base/src/nsLDAPMessage.h
rename : directory/xpcom/base/src/nsLDAPModification.cpp => ldap/xpcom/base/src/nsLDAPModification.cpp
rename : directory/xpcom/base/src/nsLDAPModification.h => ldap/xpcom/base/src/nsLDAPModification.h
rename : directory/xpcom/base/src/nsLDAPOperation.cpp => ldap/xpcom/base/src/nsLDAPOperation.cpp
rename : directory/xpcom/base/src/nsLDAPOperation.h => ldap/xpcom/base/src/nsLDAPOperation.h
rename : directory/xpcom/base/src/nsLDAPProtocolHandler.js => ldap/xpcom/base/src/nsLDAPProtocolHandler.js
rename : directory/xpcom/base/src/nsLDAPProtocolModule.cpp => ldap/xpcom/base/src/nsLDAPProtocolModule.cpp
rename : directory/xpcom/base/src/nsLDAPSecurityGlue.cpp => ldap/xpcom/base/src/nsLDAPSecurityGlue.cpp
rename : directory/xpcom/base/src/nsLDAPServer.cpp => ldap/xpcom/base/src/nsLDAPServer.cpp
rename : directory/xpcom/base/src/nsLDAPServer.h => ldap/xpcom/base/src/nsLDAPServer.h
rename : directory/xpcom/base/src/nsLDAPService.cpp => ldap/xpcom/base/src/nsLDAPService.cpp
rename : directory/xpcom/base/src/nsLDAPService.h => ldap/xpcom/base/src/nsLDAPService.h
rename : directory/xpcom/base/src/nsLDAPSyncQuery.cpp => ldap/xpcom/base/src/nsLDAPSyncQuery.cpp
rename : directory/xpcom/base/src/nsLDAPSyncQuery.h => ldap/xpcom/base/src/nsLDAPSyncQuery.h
rename : directory/xpcom/base/src/nsLDAPURL.cpp => ldap/xpcom/base/src/nsLDAPURL.cpp
rename : directory/xpcom/base/src/nsLDAPURL.h => ldap/xpcom/base/src/nsLDAPURL.h
rename : directory/xpcom/datasource/Makefile.in => ldap/xpcom/datasource/Makefile.in
rename : directory/xpcom/datasource/nsLDAPDataSource.js => ldap/xpcom/datasource/nsLDAPDataSource.js
rename : directory/xpcom/tests/Makefile.in => ldap/xpcom/tests/Makefile.in
rename : directory/xpcom/tests/example.rdf => ldap/xpcom/tests/example.rdf
rename : directory/xpcom/tests/example.xul => ldap/xpcom/tests/example.xul
rename : directory/xpcom/tests/jar.mn => ldap/xpcom/tests/jar.mn
rename : directory/xpcom/tests/ldapshell.js => ldap/xpcom/tests/ldapshell.js
rename : directory/xpcom/tests/unit/test_nsLDAPURL.js => ldap/xpcom/tests/unit/test_nsLDAPURL.js
|
2010-11-23 13:21:58 +00:00 |