summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Enable unit test, it works in a non-debug buildfeature/cib_contract138cGabor Kelemen1-3/+3
2022-05-24external: update pdfium to 4643Miklos Vajna6-114/+82
2022-05-24Change unit test to compile, but comment out since it failsGabor Kelemen1-1/+3
2022-05-24external: update pdfium to 4568Miklos Vajna7-20/+132
2022-05-24external: update pdfium to 4500Miklos Vajna5-15/+31
2022-05-24external: update pdfium to 4450Miklos Vajna3-7/+7
2022-05-24external: update pdfium to 4380Miklos Vajna1-2/+2
2022-05-24sw: prevent footnote frame against delete while it's movedMichael Stahl3-13/+45
2022-05-24add to suffix denylistCaolán McNamara1-2/+6
2022-05-24Avoid unnecessary empty -Djava.class.path=Stephan Bergmann3-7/+23
2022-05-24Refetch in case SwTextNode::InsertItem causes it to be deletedCaolán McNamara2-0/+2
2022-05-24avoid dangling tmp files in hwp importCaolán McNamara1-49/+15
2022-05-24use our own tempfile mechanismCaolán McNamara1-15/+11
2022-05-23Update git submodulesSamuel Mehrbrodt1-0/+0
2022-05-23libxml2: upgrade to release 2.9.14Michael Stahl1-2/+2
2022-05-23zlib: upgrade to release 1.2.12Michael Stahl1-2/+2
2022-05-23curl: upgrade to release 7.83.1Michael Stahl4-10/+10
2022-05-23upgrade curl to 7.79.1Caolán McNamara3-13/+13
2022-05-23add Initialization Vectors to password storageCaolán McNamara3-49/+151
2022-05-23Simplify Sequence iterations in svl [only passwordcontainer.cxx]Arkadiy Illarionov1-20/+14
2022-05-23add infobar to prompt to refresh to replace old formatCaolán McNamara3-0/+43
2022-05-22make hash encoding match decodingCaolán McNamara4-4/+60
2022-04-11disable 2 failing pdfsigning testsMichael Stahl1-0/+4
2022-04-11xmlsecurity: reject a few dangerous annotation types during pdf sig verifyMiklos Vajna4-5/+76
2022-04-11external: update pdfium to handle redact annotationsMiklos Vajna12-235/+404
2022-04-08tdf#120837 File saving at least 5 times slowerNoel Grandin6-26/+25
2022-04-08fix bug in BitmapEx::operator==Noel Grandin1-5/+9
2022-04-06compare authors using ThumbprintCaolán McNamara1-2/+11
2022-04-06only use X509DataCaolán McNamara3-0/+12
2022-04-06xmlsecurity: some Distinguished Names are less equal than othersMichael Stahl8-20/+208
2022-04-06xmlsecurity: fix test failing because NSS policy forbids SHA1Michael Stahl5-0/+69
2022-04-06test: upgrade test NSS database from dbm: to sql:Michael Stahl6-6/+13
2022-04-06xmlsecurity: fix new tests on WNTMichael Stahl4-9/+340
2022-04-06xmlsecurity: add tests for multiple X509Data/X509CertificateMichael Stahl6-0/+100
2022-04-06xmlsecurity: add test for timestampsMichael Stahl2-1/+25
2022-04-06do same set error state as ReadAndVerifySignature doesCaolán McNamara1-0/+1
2022-04-06allow building as root inside a container without complaintCaolán McNamara1-1/+1
2022-04-06allow root under podmanCaolán McNamara1-1/+1
2022-04-06Revert "Comment out failing unit test"Michael Stahl1-3/+2
2022-04-06exteranl/coinmp: Fix build with recent GCC 11 trunkStephan Bergmann2-0/+34
2022-04-06external/coinmp: C++17 no longer supports "register"Stephan Bergmann2-0/+370
2022-04-06gbuild: don't use -Wunused-macros with sccacheMichael Stahl1-2/+2
2022-04-05Revert "only use X509Data"Gabor Kelemen3-12/+0
2022-04-02Release 6.2.9.12Thorsten Behrens1-1/+1
2022-04-02clamp and add some logging like SvmReaderCaolán McNamara1-0/+20
2022-04-02protect frame from triggering deleting itselfCaolán McNamara3-0/+353
2022-04-02lastPoint might be 0xFFFFCaolán McNamara1-1/+1
2022-04-02fail more gracefully if m_aTmpPosition is emptyCaolán McNamara1-0/+2
2022-04-02check if cast is to the right typeCaolán McNamara1-13/+18
2022-04-02ensure null terminatorCaolán McNamara1-8/+3