summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2021-01-07officecfg,unotools,cui: add ODF 1.2 Extended / ODF 1.3 versionsMichael Stahl2-6/+6
2021-01-07xmlsecurity: actually validate in testODFEncryptedGPGMichael Stahl1-0/+1
2021-01-07replace hard-coded "1.2" ODF version stringsMichael Stahl1-2/+2
2021-01-07package: OFFICE-3940 ODF 1.3 export of OpenPGP encryptionMichael Stahl1-0/+17
2020-11-20Avoid unused parameter warning in the !HAVE_FEATURE_PDFIUM caseTor Lillqvist1-0/+1
2020-11-19xmlsecurity: reject a few dangerous annotation types during pdf sig verifyMiklos Vajna3-5/+74
2020-11-19xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna6-15/+38
2020-10-02Fix libnssckbi not found error on AndroidMert Tumer1-1/+1
2020-09-22tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist1-1/+7
2020-09-19Avoid unused parameter 'rPageChecksums' in the !HAVE_FEATURE_PDFIUM caseTor Lillqvist1-0/+1
2020-09-09xmlsecurity: pdf incremental updates that are non-commenting are invalidMiklos Vajna5-3/+92
2020-09-08xmlsecurity: avoid saying OK when the signature is partialMiklos Vajna2-7/+12
2020-09-07xmlsecurity: fix infobar vs signature dialog inconsistencyMiklos Vajna1-2/+11
2020-08-19Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt1-60/+0
2020-07-27xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna6-33/+139
2020-06-29sd signature line: pass the model down to xmlsecurityMiklos Vajna5-23/+63
2020-06-29[API CHANGE] extend css.security.XDocumentDigitalSignaturesbrinzing1-2/+45
2020-06-29sd signature line: place shape on the correct pageMiklos Vajna1-2/+32
2020-06-29Move data for signing tests to test/Miklos Vajna10-68/+12
2020-06-29sd signature line: add testcaseMiklos Vajna3-0/+79
2020-06-29sd signature line: access the pdf shape from the appearance writerMiklos Vajna1-0/+4
2020-06-29sd signature line: export shape with signature to PDFMiklos Vajna2-2/+76
2020-05-24package: OFFICE-3940 ODF 1.3 import of OpenPGP encryptionMichael Stahl1-0/+0
2020-04-29tdf#131733 Show only CN part of X.509 subject infocp-6.4-branch-pointGabor Kelemen4-9/+9
2019-12-17Fix macro security UI usability problemsJan-Marek Glogowski4-19/+66
2019-11-11remove a PCH for which the library has already been removedLuboš Luňák2-46/+0
2019-11-05make some classes module-privateNoel Grandin5-5/+5
2019-11-03loplugin:stringaddNoel Grandin1-3/+1
2019-11-03find symbols that can be privateNoel Grandin2-8/+8
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+2
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2-4/+25
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-16tdf#42316 handle saving to template filtersJan-Marek Glogowski1-18/+163
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-10Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+1
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth1-1/+1
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara4-4/+6
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann5-6/+6
2019-10-01add activates_default to GtkEntries in dialogsCaolán McNamara1-5/+7
2019-09-28loplugin:constmethod in xmlsecurityNoel Grandin8-15/+15
2019-09-26Remove some unused includesMiklos Vajna1-1/+0
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2-2/+2
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov5-16/+11
2019-09-06Fixing '....' and '..'Andrea Gelmini2-2/+2
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov4-4/+4
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+1
2019-08-20tdf#116862 do not encrypt to self when encryption key is not setFranklin Weng1-7/+9
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1