History log of /trunk/main/xmlsecurity/source/ (Results 1 - 25 of 47)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a4b70a5c06-Apr-2024 Damjan Jovanovic

Fix typos: mehtod -> method, mehtods -> methods.

Patch by: me

1bf1af8202-Feb-2024 mseidel

Remove empty strings from translation

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA
c345b73020-Sep-2021 Arrigo Marchiori

Whoops: removed temporary line
(cherry picked from commit bdb20b2a644caf8c6da0dc8ab59650662275bb96)

8d3e321419-Sep-2021 Arrigo Marchiori

Check on certificates must be insensitive to whitespace

TODO: have rtl_ImplIsWhitespace exported instead of copying it here
(cherry picked from commit 202a5bb28b8553c75fb67284b7481a96b8e

Check on certificates must be insensitive to whitespace

TODO: have rtl_ImplIsWhitespace exported instead of copying it here
(cherry picked from commit 202a5bb28b8553c75fb67284b7481a96b8e91cf2)

show more ...

0a28288704-Sep-2021 Arrigo Marchiori

Avoid setting fields multiple times

(cherry picked from commit 55779ad04e2b81bf5880b90ea6492ca3adecfddb)

9cd2463e21-Aug-2021 mseidel

Cleaned up resource files

b7a60f1620-Aug-2021 mseidel

Cleaned up resource files

6dd4cf0f19-Aug-2021 Arrigo Marchiori

Fix default return value

Revision tags: AOO420-Dev3-m3
8ca5c32415-May-2021 mseidel

Fixed typos, removed whitespace

c059a6bf27-Apr-2021 mseidel

Fixed links to Wiki, removed whitespace

Revision tags: AOO4110-GA
8cc42d0913-Mar-2021 mseidel

Fixed typo (retrive -> retrieve)

Revision tags: AOO419-GA, AOO418-GA
3348577013-Aug-2020 mseidel

Cleaned up resource files

7950f2af14-Jun-2020 mseidel

Fixed typos (the the -> the) and some more

Revision tags: 420-Dev2-m2
dd97415430-Nov-2019 mseidel

Icons were changed to PNG long ago

4b87ead929-Oct-2019 mseidel

Removed invisible Unicode character U+FEFF from resource files

Revision tags: AOO417
e43430ef16-Jul-2019 Matthias Seidel

Make dialog wider

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1863135 13f79535-47bb-0310-9956-ffa450edef68

ab08886115-Jul-2019 Matthias Seidel

Cleaned up whitespace, minor changes

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1863107 13f79535-47bb-0310-9956-ffa450edef68

d4dd9e5115-Jul-2019 Matthias Seidel

Added graphics for document signature

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1863088 13f79535-47bb-0310-9956-ffa450edef68

46b70a7d14-Jul-2019 Matthias Seidel

Cleaned up whitespace, removed MASKCOLOR

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1863057 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415
774c2d4214-Dec-2017 Yuri Dario

#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or.

git-svn-

#i126518# OS/2 build system updates: use full names for slideshow and sysdtrans, remove unneeded libraries, use standard toolkit path, fix DLL short names, disable libs for coin-or.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1818128 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO414, AOO413, AOO4121
cf2339f903-Feb-2016 Damjan Jovanovic

AOO crashes when PR_GetErrorText() in xmlsecurity is called with a null
pointer, as that function actually expects a PR_GetErrorTextLength() + 1
sized buffer. Use it correctly.

Patch

AOO crashes when PR_GetErrorText() in xmlsecurity is called with a null
pointer, as that function actually expects a PR_GetErrorTextLength() + 1
sized buffer. Use it correctly.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1728245 13f79535-47bb-0310-9956-ffa450edef68

show more ...

1b37335916-Jan-2016 Damjan Jovanovic

#i125431# "The Password is incorrect. The file cannot be opened."

Fix a serious cross-platform regression caused during SeaMonkey's removal
and first released in version 4.1.0, where all

#i125431# "The Password is incorrect. The file cannot be opened."

Fix a serious cross-platform regression caused during SeaMonkey's removal
and first released in version 4.1.0, where all features provided by NSS
(like opening and saving encrypted documents, digital signatures, etc.)
were failing.

SYSTEM_MOZILLA doesn't exist any more, yet was being used to check whether
to skip loading nssckbi when SECMOD_HasRootCerts() is true, so we were
always attempting to load it even when not necessary. Also with
SYSTEM_MOZILLA skipping loading it from the system path, we were
always trying to load it from "${OOO_BASE_DIR}/program/libnssckbi.so"
even when it wasn't there because --with-system-nss was passed to
./configure.

This patch fixes the above problems by using SYSTEM_NSS instead of
SYSTEM_MOZILLA, which actually exists, now both skipping loading
nssckbi when unnecessary, and loading it from the right place
when necessary.

Patch-by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1724971 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ec293eaf24-Nov-2015 Pedro Giffuni

Dereference after null check

CID: 982591


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716176 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO412, SNAPSHOT, AOO411
5293ed5b08-Jul-2015 Pedro Giffuni

NSS build fixes

Author: Don Lewis (truckman at FreeBSD)


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1689883 13f79535-47bb-0310-9956-ffa450edef68

66d4592e28-Nov-2014 Yuri Dario

#i125592# enable NSS modules also on OS/2 port.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642301 13f79535-47bb-0310-9956-ffa450edef68

12