summaryrefslogtreecommitdiffstats
path: root/xmlsecurity
Commit message (Expand)AuthorAgeFilesLines
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-131-1/+0
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-131-3/+3
* Avoid reserved identifiersStephan Bergmann2016-04-123-7/+7
* Remove unused _USECOMPRESSEDDOCUMENTHANDLERStephan Bergmann2016-04-121-24/+4
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2016-04-061-18/+18
* Use std::size_tMiklos Vajna2016-04-042-18/+18
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-023-3/+0
* Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann2016-03-311-2/+2
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-311-1/+0
* xmlsecurity: fix Windows XP buildMiklos Vajna2016-03-241-0/+5
* CppunitTest_xmlsecurity_signing: fix typo in testODFBroken()Miklos Vajna2016-03-161-1/+1
* Re-introduce two lines apparently accidentally removed yesterdayTor Lillqvist2016-03-151-0/+3
* com::sun::star->css in xmlsecurity/Noel Grandin2016-03-1478-1260/+1156
* xmlsecurity: extract OOXML export code into its own classMiklos Vajna2016-03-114-362/+545
* CppunitTest_xmlsecurity_signing: add ODF verification testcasesMiklos Vajna2016-03-113-0/+34
* tdf#97966: Remove 'static' keywordsWastack2016-03-111-1/+1
* xmlsecurity: add missing CSP switch to certificate generator scriptMiklos Vajna2016-03-111-1/+2
* xmlsecurity: clean up no longer relevant email addressesMiklos Vajna2016-03-1129-717/+0
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-6/+6
* Indentation fixesMiklos Vajna2016-03-091-2/+2
* new loplugin:constantparamNoel Grandin2016-03-082-13/+5
* xmlsecurity: check that osl::File::copy actually succeedsMichael Stahl2016-03-071-2/+4
* xmlsecurity: default to OK instead of Cancel in CertificateChooserMiklos Vajna2016-03-071-2/+2
* CppunitTest_xmlsecurity_signing: add remove all testcaseMiklos Vajna2016-03-071-0/+46
* xmlsecurity OOXML export: remove signature content types when removing ...Miklos Vajna2016-03-071-3/+1
* CppunitTest_xmlsecurity_signing: avoid modifying tracked test documentMiklos Vajna2016-03-071-1/+6
* xmlsecurity OOXML export: remove signature storage with the last signatureMiklos Vajna2016-03-071-1/+4
* xmlsecurity OOXML export: remove signature relation with the last signatureMiklos Vajna2016-03-073-11/+35
* xmlsecurity OOXML export: don't write signature relations when all ...Miklos Vajna2016-03-072-3/+12
* xmlsecurity: extract final signature export logic from DigitalSignaturesDialogMiklos Vajna2016-03-073-50/+48
* tdf#97703 removed empty setUp/tearDown methodsChirag Manwani2016-03-071-10/+0
* CppunitTest_xmlsecurity_signing: add signature removal testcaseMiklos Vajna2016-03-042-0/+28
* xmlsecurity OOXML export: handle keeping all signatures but oneMiklos Vajna2016-03-042-8/+37
* xmlsecurity: extract signature removal logic from DigitalSignaturesDialogMiklos Vajna2016-03-043-17/+20
* CppunitTest_xmlsecurity_signing: add signature append testcaseMiklos Vajna2016-03-041-1/+30
* xmlsecurity OOXML export: only cache existing signatures, not our temp. oneMiklos Vajna2016-03-046-21/+30
* xmlsecurity OOXML export: fix appending new signatures next to existing onesMiklos Vajna2016-03-044-6/+42
* xmlsecurity OOXML export: don't attempt to sign other signaturesMiklos Vajna2016-03-031-1/+3
* xmlsecurity OOXML export: don't loose old signatures when adding a new oneMiklos Vajna2016-03-031-0/+4
* xmlsecurity: avoid calculating the certificate digest late in XSecControllerMiklos Vajna2016-03-036-26/+31
* Exclude xmlsec headers from precompiled headersAshod Nakashian2016-03-012-3/+6
* XMLSEC_NO_SIZE_T is /not/ used with MSVCStephan Bergmann2016-02-292-12/+3
* sfx2 classification: don't sort items on the toolbar listboxMiklos Vajna2016-02-291-1/+1
* Spurious "typename"Stephan Bergmann2016-02-261-2/+1
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2016-02-261-18/+18
* Improve failure outputStephan Bergmann2016-02-261-2/+12
* convert DocPasswordRequestType to scoped enumNoel Grandin2016-02-241-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-173-3/+3
* CppunitTest_xmlsecurity_signing: add OOXML description roundtrip testMiklos Vajna2016-02-152-49/+90
* CppunitTest_xmlsecurity_signing: use DocumentSignatureManagerMiklos Vajna2016-02-151-64/+20