summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper
AgeCommit message (Expand)AuthorFilesLines
2021-04-01xmlsecurity: replace OOXMLSecParser implementationMichael Stahl2-234/+1309
2021-03-19xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl10-169/+497
2021-03-18xmlsecurity: ignore elements in ds:Object that aren't signedMichael Stahl3-90/+220
2021-03-18xmlsecurity: XSecParser confused about multiple timestampsMichael Stahl6-75/+61
2021-03-18xmlsecurity: replace XSecParser implementationMichael Stahl2-346/+1341
2021-03-17do same set error state as ReadAndVerifySignature doesCaolán McNamara1-0/+1
2020-11-14xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna1-1/+4
2020-07-30xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna1-2/+1
2020-05-19oox, svx, sw, xmlsecurity: clang-format these filesMiklos Vajna1-72/+126
2020-05-13expand out some namespace aliasesNoel Grandin4-122/+107
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-0/+2
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-1/+0
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth1-1/+1
2019-09-28loplugin:constmethod in xmlsecurityNoel Grandin1-2/+2
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-06Fixing '....' and '..'Andrea Gelmini2-2/+2
2019-08-16new loplugin:sequenceloopNoel Grandin3-5/+5
2019-07-31Fix typosAndrea Gelmini2-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurityStephan Bergmann2-11/+11
2019-07-24Fix typosAndrea Gelmini1-1/+1
2019-07-21loplugin:referencecasting in xmlsecurityNoel Grandin4-36/+19
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin1-2/+3
2019-05-29Removed duplicated includeAndrea Gelmini1-3/+0
2019-05-27xmlsecurity: add missing includeMiklos Vajna1-0/+1
2019-05-20writerfilter: make RTFParserState members private, part 1Miklos Vajna1-1/+2
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov2-22/+15
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen8-32/+5
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov1-1/+1
2019-04-29xmlsecurity: fix the Android buildMiklos Vajna1-0/+3
2019-04-29tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen8-7/+14
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin1-4/+2
2019-04-09tdf#123747 xmlsecurity, ODF sign roundtrip: preserve invalid reference typeMiklos Vajna5-15/+18
2019-02-11new loplugin indentationNoel Grandin2-3/+3
2019-01-13Avoid OUString temporaries, simplifyMatteo Casalin1-14/+4
2019-01-11o3tl::make_unique -> std::make_unique in xmlsecurity/Gabor Kelemen2-4/+5
2018-12-31Remove some useless whitespacesTomaž Vajngerl1-3/+3
2018-12-24Fix signing empty Configurations2/accelerator/current.xmlTomaž Vajngerl1-19/+57
2018-12-01convert to range forTomaž Vajngerl1-4/+3
2018-11-14xmlsecurity: make members of OOXMLSecExporter::Impl privateMiklos Vajna1-2/+9
2018-10-29xmlsignaturehelper: fix comments, no changeTomaž Vajngerl1-19/+7
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-25use "range for" to iterate through certificatesTomaž Vajngerl1-5/+4
2018-10-15add SvStream::TellEndNoel Grandin1-3/+1
2018-09-19tdf#118567 Signature Line: Fix ooxml signingSamuel Mehrbrodt3-9/+9
2018-09-19SignatureType should be "2" for ooxml signaturesSamuel Mehrbrodt1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin1-2/+2
2018-09-12Simplify containers iterations in xmlsecurityArkadiy Illarionov1-45/+22
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-15/+7