summaryrefslogtreecommitdiff
path: root/xmlsecurity
AgeCommit message (Expand)AuthorFilesLines
2017-11-07tdf#113550 RTF import: fix incorrect text indentMiklos Vajna1-3/+3
2017-11-06tdf#65393 Test for signature line imagesSamuel Mehrbrodt2-0/+28
2017-11-06loplugin:constparams in various(2)Noel Grandin1-1/+1
2017-11-03Missing initialization of m_bInSignatureLineIdSamuel Mehrbrodt1-0/+1
2017-11-03[API CHANGE] tdf#65393 Import signature line images from ooxmlSamuel Mehrbrodt5-2/+128
2017-11-03xmlsecurity: can hold UriBindingHelper by rtl::ReferenceMiklos Vajna6-16/+13
2017-10-27loplugin:includeform: xmlsecurity (Windows)Stephan Bergmann10-20/+20
2017-10-26vcl: make MapMode constructor explicitMichael Stahl3-3/+3
2017-10-25xmlsecurity: remove unused chainOn() argumentMiklos Vajna4-12/+8
2017-10-23loplugin:includeform: xmlsecurityStephan Bergmann56-129/+129
2017-10-19fix build with system gpgmeDavid Tardon1-2/+7
2017-10-18gpg4libre fix tdf#113190 don't show expired/invalid keysgpg4libre-review-5.4.99Thorsten Behrens1-1/+1
2017-10-18gpg4libre - tdf#113188 add option for minimal PGPKeyPacketThorsten Behrens1-1/+5
2017-10-18xmlsecurity: remove unused m_xElementStackKeeperMiklos Vajna3-90/+1
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara2-7/+46
2017-10-16Make include files found through -Ixmlsecurity/incStephan Bergmann2-3/+3
2017-10-13xmlsecurity: remove unused XSecController::m_xNextNodeOnSAXChainMiklos Vajna2-11/+3
2017-10-06xmlsecurity: last 2 params of setSAXChainConnector() is always nullptrMiklos Vajna3-17/+6
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski4-9/+13
2017-10-05TSCP: include certificate usage in paragraph signaturesAshod Nakashian4-6/+41
2017-10-04add << operator for css::uno::ExceptionNoel Grandin5-8/+6
2017-10-03loplugin:finalclasses in xmloffNoel Grandin1-1/+0
2017-10-01loplugin:flatten (clang-cl, xmlsecurity)Stephan Bergmann1-4/+3
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2-9/+5
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski3-42/+30
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-19/+17
2017-09-27loplugin:flatten in vcl..xmlsecurityNoel Grandin3-35/+25
2017-09-22Fresh run of bin/update_pch.shMike Kaganski3-26/+84
2017-09-21Map from GetLastError() to HRESULTStephan Bergmann1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-09-21xmlsecurity: hold SignatureCreatorImpl by rtl::ReferenceMiklos Vajna2-34/+17
2017-09-19xmlsecurity: be consistent inside #ifdef _WIN32Miklos Vajna1-2/+2
2017-09-19PDF signing: don't fail unittest on invalid certificatesMike Kaganski1-8/+40
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski5-0/+15
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin2-11/+11
2017-09-10gpg4libre: use SHA512 digests for GPG signing unconditionallyThorsten Behrens3-2/+12
2017-09-10gpg4libre: add sha512 supportThorsten Behrens4-4/+49
2017-09-06xmlsecurity: no need to have pdfio/pdfdocument.hxx as a global headerMiklos Vajna10-8/+70
2017-09-04loplugin:dyncastvisibilityStephan Bergmann1-1/+1
2017-09-03gpg4libre: When encrypting, show all available GPG keysKatarina Behrens5-3/+24
2017-09-03gpg4libre: Recycle certificate selection dialog for encryptionKatarina Behrens6-9/+83
2017-09-01xmlsecurity: fix inconsistent param naming in interface/implementationMiklos Vajna1-1/+1
2017-08-31loplugin:constparams: xmlsecurity (clang-cl)Stephan Bergmann1-1/+1
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann2-2/+2
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati7-19/+8
2017-08-18loplugin:nullptr (clang-cl)Stephan Bergmann1-24/+24
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-08-10xmlsecurity: Log unknown xml elements for ooxmlSamuel Mehrbrodt1-0/+4
2017-08-10xmlsecurity: work with impl directly in SignatureEngine::startEngine()Miklos Vajna8-24/+15
2017-08-08loplugin:unusedmethodsNoel Grandin2-15/+0