summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
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-21Fix commentTor Lillqvist1-2/+3
2021-10-20Run testODFX509CertificateChain first because otherwise it fails on my MacTor Lillqvist1-2/+6
2021-10-19loplugin various (clang-cl)Stephan Bergmann1-4/+4
2021-10-19xmlsecurity: fix --without-system-nss usage of NSS_SetAlgorithmPolicyMichael Stahl2-2/+2
2021-10-19xmlsecurity: fix test failing because NSS policy forbids SHA1Michael Stahl4-0/+46
2021-10-18xmlsecurity: fix new tests on WNTMichael Stahl2-5/+72
2021-10-18xmlsecurity: fix some obvious copypastaMichael Stahl1-2/+2
2021-10-17Simplify Sequences in xmlsecurityJulien Nabet4-26/+23
2021-10-17Simplify vector initialization in xmlsecurityJulien Nabet4-13/+19
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski3-5/+5
2021-10-12xmlsecurity: add tests for multiple X509Data/X509CertificateMichael Stahl6-0/+108
2021-10-12xmlsecurity: add test for timestampsMichael Stahl2-0/+22
2021-10-11loplugin:moveparam in xmlsecurityNoel Grandin7-9/+9
2021-10-11loplugin:moveparam in unotoolsNoel Grandin2-2/+2
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
2021-09-15loplugin:constvarsNoel Grandin2-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski8-49/+25
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski5-23/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-3/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski5-9/+9
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin5-6/+3
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin3-5/+5
2021-08-20Make some scripts more portableIlmari Lauhakangas1-1/+3
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-08-10Missing includeStephan Bergmann3-0/+5
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin4-7/+5
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-3/+3
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-4/+4
2021-08-01xmlsec: handle missing EqualDistinguishedNamesJan-Marek Glogowski2-3/+10
2021-08-01osl::Mutex->std::mutex in ODigestContextNoel Grandin2-4/+4
2021-08-01osl::Mutex->std::mutex in SecurityEnvironment_NssImplNoel Grandin2-3/+3
2021-07-29rtl::Static -> static localNoel Grandin1-20/+2
2021-07-27cid#1489430 Big parameter passed by valueCaolán McNamara1-2/+2
2021-07-27cid#1489502 Big parameter passed by valueCaolán McNamara1-21/+21
2021-07-26cid#1489541 Big parameter passed by valueCaolán McNamara1-24/+24
2021-07-26cid#1489423 Big parameter passed by valueCaolán McNamara1-97/+97
2021-07-26cid#1489419 Big parameter passed by valueCaolán McNamara1-78/+78
2021-07-26use officecfg for security optionsNoel Grandin3-26/+19
2021-07-22pass SvXMLNamespaceMap around by valueNoel Grandin4-132/+132
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann1-0/+4
2021-07-01xmlsecurity: remove last not needed direct pdfium dependencyMiklos Vajna1-1/+0
2021-06-25-Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann1-2/+0
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara1-1/+2
2021-06-17use string_view in the Translate APINoel Grandin1-1/+4
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-2/+2