summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-0/+17
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-2/+2
2019-11-15make some classes module-privateNoel Grandin1-1/+1
2019-11-03find symbols that can be privateNoel Grandin1-4/+4
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann5-6/+6
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov5-16/+11
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov2-2/+2
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+1
2019-08-16new loplugin:sequenceloopNoel Grandin1-1/+2
2019-07-31Fix typosAndrea Gelmini1-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmlsecurityStephan Bergmann8-10/+10
2019-07-16cid#1448421 unsafe_xml_parse_configCaolán McNamara1-1/+1
2019-06-18loplugin:logexceptionnicely in xmlhelp..xmlsecurityNoel Grandin1-2/+3
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov4-62/+6
2019-05-27operator new doesn't return null anywayStephan Bergmann1-5/+1
2019-05-09Simplify Sequence iterations in xmlscript, xmlsecurityArkadiy Illarionov2-12/+8
2019-05-09tdf#42949 Fix IWYU warnings in xmlsecurity/*cxxGabor Kelemen13-45/+13
2019-05-08Replace remaining lists by vectors in xmlsecurityJulien Nabet4-6/+6
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov4-7/+7
2019-04-29tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen18-41/+30
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin1-3/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-13use more std::make_uniqueNoel Grandin2-3/+3
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann3-4/+4
2019-02-11new loplugin indentationNoel Grandin3-8/+8
2019-01-07Fix typoAndrea Gelmini1-5/+5
2018-12-31NSS: create a temporary database instead of in-memoryTomaž Vajngerl4-51/+161
2018-12-30Fix typo in codeAndrea Gelmini1-5/+5
2018-12-04tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version checkMiklos Vajna1-0/+6
2018-12-01xmlsecurity: clean-up code a bitTomaž Vajngerl1-11/+13
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-4/+2
2018-11-16loplugin:staticmethods improvementNoel Grandin1-3/+3
2018-11-05xmlSecNssPKIAdoptKey apparently takes over ownership of keysStephan Bergmann1-2/+4
2018-10-31lok: new function to add certificate to certificate DBTomaž Vajngerl2-0/+11
2018-10-29fix importing the certificate and private keyTomaž Vajngerl4-31/+92
2018-10-29xmlsecurity: implement XCertificateCreator for NSS backendTomaž Vajngerl2-13/+66
2018-10-29xmlsecurity: prevent seg. fault if there is no private keyTomaž Vajngerl1-5/+12
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+2
2018-10-20pvs-studio: Expression 'keyStore != nullptr' is always true.Caolán McNamara1-8/+0
2018-10-20pvs-studio: new does not return nullptrCaolán McNamara1-5/+0
2018-10-20pvs-studio: The 'store' variable is assigned values twice successively.Caolán McNamara1-7/+3
2018-10-20pvs-studio: Expression 'pCertContext' is always true.Caolán McNamara1-2/+2
2018-10-18xmlsecurity: avoid repeated manual calls to PORT_FreeArena()Miklos Vajna1-7/+10
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-10-04xmlsecurity nss: avoid deleting the dsig context manuallyMiklos Vajna1-11/+8
2018-09-27xmlsecurity nss: avoid deleting the keys manager manuallyMiklos Vajna1-12/+13
2018-09-24loplugin:external (clang-cl)Stephan Bergmann2-8/+12
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin2-22/+1