summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper
AgeCommit message (Expand)AuthorFilesLines
11 dayscool#9992 lok doc sign, hash extract: time for getCommandValues('Signature')Miklos Vajna2-17/+26
2024-11-07loplugin:passstuffbyref in ucb..xmlsecurityNoel Grandin1-1/+1
2024-09-13[API CHANGE] XDocumentDigitalSignatures: remove deprecated / unused functionsMiklos Vajna1-6/+0
2024-09-12cool#9992 lok doc sign: allow sign of macros & the document itself in one stepMiklos Vajna3-7/+36
2024-09-10cool#9992 lok doc sign: async DocumentDigitalSignatures::ImplViewSignatures()Miklos Vajna1-2/+29
2024-08-31cid#1607713 silence Overflowed constantCaolán McNamara1-3/+3
2024-08-04cid#1556583 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-14cid#1608236 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-15loplugin:ostr in xmlsecurityNoel Grandin11-349/+362
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-0/+2
2024-03-28tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski4-4/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-16tdf#105844 xmlsecurity: fix test failure on WNTMichael Stahl1-1/+67
2024-01-16loplugin:unusedmethodsNoel Grandin1-1/+1
2023-12-30no need to use SvLockBytes in UriBindingHelperNoel Grandin1-4/+3
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (xmlsecurity)Julien Nabet1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmlsecurityStephan Bergmann1-2/+2
2023-06-26new loplugin:constexprliteralNoel Grandin1-3/+3
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski4-110/+116
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann2-6/+4
2022-12-22loplugin:unocast (xmlsecurity::Certificate)Stephan Bergmann1-2/+3
2022-12-22loplugin:unocast (SignatureVerifierImpl)Stephan Bergmann1-2/+3
2022-11-24Remove some unused includesMiklos Vajna1-1/+1
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): xmlsecurityStephan Bergmann1-0/+2
2022-10-22use more TempFileFastService in xmlsecurityNoel Grandin1-1/+1
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-8/+8
2022-09-29use more string_view in xmlsecurityNoel Grandin2-14/+14
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin1-2/+3
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-2/+2
2022-05-06remove unnecessary sequenceToContainerNoel Grandin1-4/+3
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-03Just use Any ctor instead of makeAny in xmlsecurityStephan Bergmann2-10/+10
2022-05-01use more string_view in variousNoel Grandin1-2/+2
2022-04-15use more string_view in xml*Noel Grandin1-5/+6
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-3/+4
2022-01-04xmlsecurity: log the signature we read from the ZIP packageMiklos Vajna1-0/+28
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski1-5/+5
2021-11-02xmlsec: fix OOXML signing with multiple certs, extend the testTomaž Vajngerl2-30/+33
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmlsecurityMike Kaganski4-13/+12
2021-10-28xmlsec: signing the document fails the 3rd time (invalid signature)Tomaž Vajngerl4-15/+24
2021-10-27xmlsecurity: some Distinguished Names are less equal than othersMichael Stahl2-5/+6
2021-10-25tdf#145312 xmlsecurity: prevent from crash when cannot receive pdfium annotationSzymon Kłos1-0/+5
2021-10-21loplugin:flattenNoel Grandin2-42/+39
2021-10-17Simplify Sequences in xmlsecurityJulien Nabet2-15/+18
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski2-4/+4
2021-10-11loplugin:moveparam in xmlsecurityNoel Grandin2-3/+3
2021-10-08loplugin:moveparam in vclNoel Grandin1-1/+1
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-8/+8
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: xmlsecurityStephan Bergmann1-5/+7