cc90003b | 08-Jul-2024 |
Damjan Jovanovic |
Needs juh.jar. Patch by: me |
c9248ba1 | 30-Jun-2024 |
Damjan Jovanovic |
Port the ucb test to JUnit. Patch by: me |
9e73885b | 17-Jun-2024 |
Damjan Jovanovic |
Clean up ucb complex tests. Patch by: me |
f7b97bf7 | 21-Apr-2024 |
Damjan Jovanovic |
Override OpenSSL's certificate verification with our own, instead of using its verification and selectively overriding the result. - A nonsense self-signed expired certificate is fed into Cur
Override OpenSSL's certificate verification with our own, instead of using its verification and selectively overriding the result. - A nonsense self-signed expired certificate is fed into Curl to get it to initialize even when the certificates in its expected system path are missing or elsewhere. - In Curl's CURLOPT_SSL_CTX_FUNCTION, our Curl_SSLContextCallback, we then completely override OpenSSL's verification process with ours, using SSL_CTX_set_cert_verify_callback() (instead of the previous SSL_CTX_set_verify() which just allows us to override OpenSSL's verification result). - The verification is largely the same as before, we just have to call slightly different functions to retrieve the certificate to verify and the untrusted chain. - Create components using the component context, not the legacy multi service factory. - Various other cleanups, better logging, etc. were made in the process. Patch by: me
show more ...
|
88ba7bc9 | 06-Feb-2024 |
Damjan Jovanovic |
Allow our WebDAV content provider to connect when the TLS certificate name doesn't match the server's host name. Currently in such cases the connection always fails, and the user isn't e
Allow our WebDAV content provider to connect when the TLS certificate name doesn't match the server's host name. Currently in such cases the connection always fails, and the user isn't even given a chance to allow it. This is because Curl does the server name validation itself. However we already have code to validate server names, and we prompt the user for what to do, unlike Curl which always fails. Therefore disable Curl's verification and use ours. Patch by: me
show more ...
|
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4 |
|
c464040a | 23-Aug-2022 |
Damjan Jovanovic |
In the WebDAV content provider, allow the user to permit any TLS certificate in the chain that's invalid, not just the first. Patch by: me |
Revision tags: AOO4113-GA |
|
b9e06544 | 22-May-2022 |
Arrigo Marchiori |
Decode Curl errors |
19cdc44e | 28-Apr-2022 |
Damjan Jovanovic |
Include string.h too, for memcpy(). |
51ba086b | 04-Apr-2022 |
Damjan Jovanovic |
Port our WebDAV content provider from serf/apr/apr-util, to curl. Patch by: me |
Revision tags: AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3 |
|
8ca5c324 | 15-May-2021 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO4110-GA, AOO419-GA |
|
f30f79b7 | 08-Dec-2020 |
mseidel |
Fixed typos, removed whitespace |
Revision tags: AOO418-GA |
|
56b8eddc | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more |
7950f2af | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more |
Revision tags: 420-Dev2-m2, AOO417 |
|
74cbd1f1 | 08-Jun-2019 |
Matthias Seidel |
Fixed typos (wether -> whether) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1860845 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
9ad2e4a3 | 02-Feb-2017 |
Damjan Jovanovic |
Fix a typo (ucp instead of ucb) in the source file paths to our UCB GIO content provider that were breaking the build with GIO enabled. Patch by: me Found by: pfg git-s
Fix a typo (ucp instead of ucb) in the source file paths to our UCB GIO content provider that were breaking the build with GIO enabled. Patch by: me Found by: pfg git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1781485 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
137b0318 | 07-Jan-2017 |
damjan |
Add a missing precompiled header include. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777745 13f79535-47bb-0310-9956-ffa450edef68 |
5bf9dcbd | 07-Jan-2017 |
damjan |
Use the correct precompiled header for ucpexpand. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777743 13f79535-47bb-0310-9956-ffa450edef68 |
720f0185 | 06-Jan-2017 |
damjan |
Ubuntu 14.04 apparently isn't happen with implicit int -> sal_In32 and wchar_t -> sal_Unicode conversions, so do them explicitly. Patch by: me git-svn-id: https://svn.
Ubuntu 14.04 apparently isn't happen with implicit int -> sal_In32 and wchar_t -> sal_Unicode conversions, so do them explicitly. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777531 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
01b48801 | 04-Jan-2017 |
damjan |
Fix a regression that caused AOO to crash on startup, due to the ucpexpand1 library no longer exporting symbols after the port to gbuild. Patch by: me git-svn-id: http
Fix a regression that caused AOO to crash on startup, due to the ucpexpand1 library no longer exporting symbols after the port to gbuild. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777356 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4f44d7cd | 04-Jan-2017 |
damjan |
Add curl to RepositoryExternal.mk and use this to link to ucbftp1 to it. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777270 13f79535-47bb-0
Add curl to RepositoryExternal.mk and use this to link to ucbftp1 to it. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777270 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
421ed02e | 03-Jan-2017 |
damjan |
Port main/ucb to gbuild. Use real version detection from the library instead of from the header files for apr, apr-util, and serf. Add apr, apr-util, and serf to main/Repository
Port main/ucb to gbuild. Use real version detection from the library instead of from the header files for apr, apr-util, and serf. Add apr, apr-util, and serf to main/RepositoryExternal.mk where they belong. For GNOMEVFS and GIO, use the CFLAGS and LIBS detected by ./configure instead of trying to rediscover them like the dmake makefiles did. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777194 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO4121 |
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT |
|
ff309014 | 06-Oct-2015 |
Andrea Pescetti |
#i126305# Fix access to standard websites (e.g., no WebDAV). Patch by: Giuseppe Castagno git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707170 13f79535-47bb-0310-995
#i126305# Fix access to standard websites (e.g., no WebDAV). Patch by: Giuseppe Castagno git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707170 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO411 |
|
a5a4e590 | 27-Sep-2015 |
Pedro Giffuni |
Fix build with external webdav. Submitted by: Don Lewis git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705542 13f79535-47bb-0310-9956-ffa450edef68 |
1d401386 | 25-Sep-2015 |
Andrea Pescetti |
#i126305# Add missing files from the patch. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705276 13f79535-47bb-0310-9956-ffa450edef68 |