summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara2-2/+2
2016-07-05Certificate viewer dialog can have various kinds of parentsStephan Bergmann1-3/+5
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-2/+0
2016-05-20Show the certificate use also in the View Certificate dialogTor Lillqvist4-1/+13
2016-05-20Add SAL_INFOs of the list of system and physical cert storesTor Lillqvist1-0/+70
2016-05-19loplugin:stringconstantTor Lillqvist1-1/+1
2016-05-19Add column displaying intended usage to certificate chooserTor Lillqvist3-4/+97
2016-05-19Make X509Certificate_MSCryptImpl::getCertificateUsage() actually workTor Lillqvist1-7/+26
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin4-5/+0
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin2-9/+6
2016-04-29sw, xmlsecurity: indentation fixesMiklos Vajna1-2/+2
2016-04-28Unit test for tdf#96097: Can't save/pointer nullGuillaume Smaha3-0/+111
2016-04-22Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann10-22/+22
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-4/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin6-14/+14
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-3/+3
2016-04-12Avoid reserved identifiersStephan Bergmann3-7/+7
2016-04-12Remove unused _USECOMPRESSEDDOCUMENTHANDLERStephan Bergmann1-24/+4
2016-04-06-Werror,-Winconsistent-missing-overrideStephan Bergmann1-18/+18
2016-04-04Use std::size_tMiklos Vajna2-18/+18
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke3-3/+0
2016-03-31Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann1-2/+2
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-24xmlsecurity: fix Windows XP buildMiklos Vajna1-0/+5
2016-03-16CppunitTest_xmlsecurity_signing: fix typo in testODFBroken()Miklos Vajna1-1/+1
2016-03-15Re-introduce two lines apparently accidentally removed yesterdayTor Lillqvist1-0/+3
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin78-1260/+1156
2016-03-11xmlsecurity: extract OOXML export code into its own classMiklos Vajna4-362/+545
2016-03-11CppunitTest_xmlsecurity_signing: add ODF verification testcasesMiklos Vajna3-0/+34
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-03-11xmlsecurity: add missing CSP switch to certificate generator scriptMiklos Vajna1-1/+2
2016-03-11xmlsecurity: clean up no longer relevant email addressesMiklos Vajna29-717/+0
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-6/+6
2016-03-09Indentation fixesMiklos Vajna1-2/+2
2016-03-08new loplugin:constantparamNoel Grandin2-13/+5
2016-03-07xmlsecurity: check that osl::File::copy actually succeedsMichael Stahl1-2/+4
2016-03-07xmlsecurity: default to OK instead of Cancel in CertificateChooserMiklos Vajna1-2/+2
2016-03-07CppunitTest_xmlsecurity_signing: add remove all testcaseMiklos Vajna1-0/+46
2016-03-07xmlsecurity OOXML export: remove signature content types when removing ...Miklos Vajna1-3/+1
2016-03-07CppunitTest_xmlsecurity_signing: avoid modifying tracked test documentMiklos Vajna1-1/+6
2016-03-07xmlsecurity OOXML export: remove signature storage with the last signatureMiklos Vajna1-1/+4
2016-03-07xmlsecurity OOXML export: remove signature relation with the last signatureMiklos Vajna3-11/+35
2016-03-07xmlsecurity OOXML export: don't write signature relations when all ...Miklos Vajna2-3/+12
2016-03-07xmlsecurity: extract final signature export logic from DigitalSignaturesDialogMiklos Vajna3-50/+48
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-10/+0
2016-03-04CppunitTest_xmlsecurity_signing: add signature removal testcaseMiklos Vajna2-0/+28
2016-03-04xmlsecurity OOXML export: handle keeping all signatures but oneMiklos Vajna2-8/+37