History log of /aoo42x/ (Results 1 - 25 of 8139)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b09c1ce625-May-2024 mseidel

Use correct Math icons in Industrial icon set

(cherry picked from commit ad9e0707f78a7c3b8ada86a9c6e266c0eec75ee0)

76db2bba23-May-2024 mseidel

Remove unused helpmenu.png (HiContrast)

(cherry picked from commit 6e9ebb6bba1259e39098c82cb4fdc8640d36f6ca)

853e4dff23-May-2024 mseidel

Remove unused helpmenu.png

(cherry picked from commit 0cb24ebdae39d1aa3c2a31906f5939108bcacb38)

8b3d16b623-May-2024 Matthias Seidel

Update 00000402.xhp

Use correct icon for "Cut".
The wrong icon(s) helpmenu.png (with a scissor) could probably be deleted.

(cherry picked from commit f4c755a4bd28b734926d516a8f1

Update 00000402.xhp

Use correct icon for "Cut".
The wrong icon(s) helpmenu.png (with a scissor) could probably be deleted.

(cherry picked from commit f4c755a4bd28b734926d516a8f1faada42432b7a)

show more ...

f14a906121-May-2024 mseidel

small cleanup (Tango icon set was removed long ago)

(cherry picked from commit 0080c5f63e314b104eb63be55dbe11f964806e99)

bf2083a720-May-2024 mseidel

Minor cleanup

(cherry picked from commit c622e83ad38c464d4787e61242dd0f6ebdd5f92d)

b3bea0d114-May-2024 John Bampton

misc: fix spelling (#213)

* misc: fix spelling

* Update olepersist.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commi

misc: fix spelling (#213)

* misc: fix spelling

* Update olepersist.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit 8735c047413135516379fb08dc40a373c8411677)

show more ...

82c2954514-May-2024 John Bampton

Fix spelling in code comments (#212)

* Fix spelling in code comments

* Update AgendaTemplate.java

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

Fix spelling in code comments (#212)

* Fix spelling in code comments

* Update AgendaTemplate.java

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>
(cherry picked from commit ce18a1693bf9d765237cc05d4c0ed0a0d8c4ff14)

show more ...

6029457714-May-2024 John Bampton

Fix spelling in code comments (#211)

Thanks!

(cherry picked from commit 07df5c711310d210fae9747223095e12ac5f0c18)

824b2ebe13-May-2024 mseidel

Cleaned up resource files

(cherry picked from commit 3009d07ac22142e3b8e585177ba1d9322c1ea67d)

fe4375ee09-May-2024 mseidel

Maintenance cleanup

(cherry picked from commit 3215e17bb4a2dd54ee12e05da1eb07f2b834bc46)

44d9ce5105-May-2024 mseidel

Maintenance cleanup

(cherry picked from commit 6b7c93d1f1116de547c9b9683ad03dc32909ca67)

06ff824404-May-2024 mseidel

Maintenance cleanup

(cherry picked from commit 6fd66686f1778e9a4f81842cbfc5513bbae37325)

e8a755c101-May-2024 mseidel

Updated English dictionary

(cherry picked from commit d1f3eb887e462729520d9bf12c9b40591052bdd2)

0ec0f74321-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

(cherry picked from commit f7b97bf7d9139c8b602d3da3aadbeef0631e39c1)

show more ...

4db8155022-Apr-2024 Damjan Jovanovic

Upgrade Curl to version 8.7.1.

Patch by: me

(cherry picked from commit e469ab6aed23a1b38f105a944997af16e61071d0)

25788ab218-Apr-2024 Damjan Jovanovic

Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke
delivering libcrypto.lib and libssl.lib on Windows.

Patch by: me

(cherry picked from commit 9b51720274e

Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke
delivering libcrypto.lib and libssl.lib on Windows.

Patch by: me

(cherry picked from commit 9b51720274ee0b7c1ade0e9b4cd4b8417efd1b6c)

show more ...

e350def307-Apr-2024 Damjan Jovanovic

Build OpenSSL as a dynamic link library, instead of a static library.

Patch its users to use an RPATH of $ORIGIN, so they use the correct copy.
This reduces the size of the build by abou

Build OpenSSL as a dynamic link library, instead of a static library.

Patch its users to use an RPATH of $ORIGIN, so they use the correct copy.
This reduces the size of the build by about 4615 KiB, or 3.78%.

Patch by: me

(adapted from commit 8eb9a7e66a3128669216ddb884f844d50ac59fb9 by Arrigo
Marchiori)

show more ...

9797725218-Mar-2024 Damjan Jovanovic

Upgrade OpenSSL to version 3.0.13.

LICENSE and NOTICE files now reflect its new license.
The obsolete "DISABLE_OPENSSL" setting has been removed.
Patch Python 2 to support OpenSSL 3.

Upgrade OpenSSL to version 3.0.13.

LICENSE and NOTICE files now reflect its new license.
The obsolete "DISABLE_OPENSSL" setting has been removed.
Patch Python 2 to support OpenSSL 3.0.x.
Support old versions of Windows.
Uses Strawberry Perl on Windows to build, fetched as a dependency.
Workarounds for missing integer limit constants in the old version of MSVC we use.
NASM now works when it's in the PATH, instead of needing --with-nasm-path to ./configure.

Patch by: me

(cherry picked from commit 4c5b548fb6ece87dd30bbf720aca0d994a749167)

show more ...

e8e5910f06-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

(cherry picked from commit 88ba7bc95f387996e4041aab9f586786362ea8da)

show more ...

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4
f7ba5d5a23-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

(cherry picked from commit c464040a440

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

(cherry picked from commit c464040a4409a7ab63c22a7b2358ce0134c09c10)

show more ...

Revision tags: AOO4113-GA
5f005af522-May-2022 Arrigo Marchiori

Decode Curl errors

(cherry picked from commit b9e06544f399447a1a5df77229f012135bc131a9)

cfbfe42705-May-2022 Arrigo Marchiori

Link to bundled OpenSSL if requested

(cherry picked from commit bb956dfd85428dd08d991a01ee6a6c4e966bf431)

41606ed706-May-2022 Arrigo Marchiori

Fix including OpenSSL dynamic libraries on Unix (#147)

(cherry picked from commit 0ca5b4b7b8e66fbc937f89173ce45fcc179e72b3)

b28b64c228-Apr-2022 Damjan Jovanovic

Include string.h too, for memcpy().

(cherry picked from commit 19cdc44e34d49eeb215c9268163feda83250d827)

12345678910>>...326