1. 4203efb upgrade libxml2, libxslt & liblangtag by Caolán McNamara · 2 years, 3 months ago
  2. 764890a tdf#158302 fix build against system-libxml-2.12 by Miklos Vajna · 2 years, 4 months ago
  3. bde7461 tdf#146547 sfx2: allow read-only documents to be modified by Michael Stahl · 2 years, 10 months ago
  4. a3fa0f1 xmlsecurity: do not run the test with HAVE_FEATURE_PDFIMPORT by Xisco Fauli · 2 years, 11 months ago
  5. 453af38 tdf#155049 Revert "tdf#115884 PDF signing should mention by Ilmari Lauhakangas · 3 years ago
  6. 1770d3b tdf#155034 Revert "Update libxmlsec to 1.3.0" by Justin Luth · 3 years ago
  7. 75ed566 Add script to find unused using declarations by Gabor Kelemen · 3 years ago
  8. 26bf262 Update libxmlsec to 1.3.0 by Miklos Vajna · 3 years ago
  9. 8de1bf3 Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFree by Mike Kaganski · 3 years ago
  10. 3a759a0 Remove some unused includes by Miklos Vajna · 3 years ago
  11. 1ccb5a6 loplugin:stringadd by Stephan Bergmann · 3 years ago
  12. 3fbadf2 use more OUStringToOString by Noel Grandin · 3 years ago
  13. 116b9d6d Avoid conversions between OUString and OString in VCL by Mike Kaganski · 3 years ago
  14. db7f33a loplugin:stringadd in various by Noel Grandin · 3 years ago
  15. f5bfc12 elide some temporary OUStrings by Noel Grandin · 3 years, 1 month ago
  16. 83fffbb new comphelper::SingletonRef by Noel Grandin · 3 years, 2 months ago
  17. 17dc855 cid#1519051 silence Unchecked dynamic_cast by Caolán McNamara · 3 years, 3 months ago
  18. f2f008c Merge SvXMLAttributeList to comphelper::AttributeList by Mike Kaganski · 3 years, 3 months ago
  19. 79c7620 XUnoTunnel->dynamic_cast in SecurityEnvironmentGpg by Noel Grandin · 3 years, 3 months ago
  20. 7666648 XUnoTunnel->dynamic_cast in CertificateImpl by Noel Grandin · 3 years, 3 months ago
  21. 6f812b7 XUnoTunnel->dynamic_cast in XMLElementWrapper_XmlSecImpl by Noel Grandin · 3 years, 3 months ago
  22. 97db783 XUnoTunnel->dynamic_cast in SecurityEnvironment_NssImpl by Noel Grandin · 3 years, 3 months ago
  23. 08cae41 XUnoTunnel->dynamic_cast in X509Certificate_NssImpl by Noel Grandin · 3 years, 3 months ago
  24. 1fd4e66 XUnoTunnel->dynamic_cast in X509Certificate_MSCryptImpl by Noel Grandin · 3 years, 3 months ago
  25. 817dc69 XUnoTunnel->dynamic_cast in SecurityEnvironment_MSCryptImpl by Noel Grandin · 3 years, 3 months ago
  26. 19691c3 Revert all the recent loplugin:unocast changes by Stephan Bergmann · 3 years, 3 months ago
  27. d5e0c2c loplugin:unocast (sfx2::DigitalSignatures) by Stephan Bergmann · 3 years, 4 months ago
  28. 5a14f00 loplugin:unocast (xmlsecurity::Certificate) by Stephan Bergmann · 3 years, 4 months ago
  29. 24e14af loplugin:unocast (SignatureVerifierImpl) by Stephan Bergmann · 3 years, 4 months ago
  30. bb692dd Use SecurityEnvironmentGpg's XUnoTunnel instead of dynamic_cast by Stephan Bergmann · 3 years, 4 months ago
  31. 5c7accf Use XUnoTunnel instead of dynamic_cast here too by Stephan Bergmann · 3 years, 4 months ago
  32. 652202f Use XUnoTunnel instead of dynamic_cast here too by Stephan Bergmann · 3 years, 4 months ago
  33. 7dd0b4c Use XUnoTunnel instead of dynamic_cast here too by Stephan Bergmann · 3 years, 4 months ago
  34. 336602a CppunitTest_xmlsecurity_signing2: inherit from UnoApiXmlTest by Xisco Fauli · 3 years, 4 months ago
  35. 1606898 New loplugin:crosscast by Stephan Bergmann · 3 years, 4 months ago
  36. c130063 Remove some unused includes by Miklos Vajna · 3 years, 4 months ago
  37. 6c3cebd UnoApiTest: factor out createTempFile by Xisco Fauli · 3 years, 4 months ago
  38. 2925425 CppunitTest_xmlsecurity_signing: inherit from UnoApiXmlTest by Xisco Fauli · 3 years, 4 months ago
  39. 0cf5141 tdf#147201 Use std::size() instead of SAL_N_ELEMENTS() macro by insanetree · 3 years, 6 months ago
  40. 9d42a2c2 sync mscrypt impl with nss impl by Caolán McNamara · 3 years, 5 months ago
  41. 1b2fa78 -Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): xmlsecurity by Stephan Bergmann · 3 years, 5 months ago
  42. 3635f65 fix a potential mem leak by Caolán McNamara · 3 years, 5 months ago
  43. 5336952 cid#1516654 Unchecked return value by Caolán McNamara · 3 years, 5 months ago
  44. 19e998a Update libxmlsec to 1.2.35 by Miklos Vajna · 3 years, 5 months ago
  45. 0df36d4 use more TempFileFastService in xmlsecurity by Noel Grandin · 3 years, 6 months ago
  46. 3d23617 Deduplicate O(U)StringConcatenation by Mike Kaganski · 3 years, 6 months ago
  47. 4b95451f split utl::TempFile into fast and named variants by Noel Grandin · 3 years, 7 months ago
  48. a08468c use more string_view in xmlsecurity by Noel Grandin · 3 years, 6 months ago
  49. fd3888c move ErrCode to comphelper and improve debug output string by Noel Grandin · 3 years, 7 months ago
  50. 4f1aeeb Set EXTRA_ENV_VARS with += by Stephan Bergmann · 3 years, 7 months ago
  51. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  52. bee22fd Verify signing certificate cryptographically before use in tests by Mike Kaganski · 3 years, 8 months ago
  53. 44a11bb clang-tidy modernize-pass-by-value in xml* by Noel Grandin · 3 years, 8 months ago
  54. 7d56dae tdf#127236 vcl: fix missing encryption of PDF images during export by Miklos Vajna · 3 years, 9 months ago
  55. 0ef2863 Replace old png writer in pdfverify.cxx by offtkp · 3 years, 9 months ago
  56. adf4197 elide some string copies by Noel Grandin · 3 years, 9 months ago
  57. f6f19c7 Use more appropriate index variable types by Stephan Bergmann · 3 years, 10 months ago
  58. 5060c50 Use o3tl::make_unsigned in some places by Stephan Bergmann · 3 years, 11 months ago
  59. 1c25d22 Simplify an "ImportGraphic" method by removing useless pExtHeader (WmfExternal) by Julien Nabet · 3 years, 11 months ago
  60. 18715f6 remove unnecessary sequenceToContainer by Noel Grandin · 4 years ago
  61. 9e57e16 loplugin:unusedvariableplus by Noel Grandin · 4 years ago
  62. 4351a6c tdf#145312: xmlsecurity_pdfsigning: Add unittest by Xisco Fauli · 4 years ago
  63. 1c12e5f Just use Any ctor instead of makeAny in xmlsecurity by Stephan Bergmann · 4 years ago
  64. 5200a73 use more string_view in various by Noel Grandin · 4 years ago
  65. c9e758e xmlsecurity: fix testInsertCertificate_PEM_ODT with "dbm:" NSS DB by Michael Stahl · 4 years ago
  66. e4184fa xmlsecurity: fix init of temp NSS DB when running with uid 0 by Michael Stahl · 4 years ago
  67. d384925 use more string_view in INetURLObject by Noel Grandin · 4 years ago
  68. b7a37d6 Fix system-nss: add hasht.h header back by Thorsten Behrens · 4 years ago
  69. 9f958c0 loplugin:passstuffbyref by Noel Grandin · 4 years ago
  70. 558aaa9 use more string_view in xml* by Noel Grandin · 4 years ago
  71. fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
  72. f30bc3c use internal SHA256Thumbprint api by Caolán McNamara · 4 years, 1 month ago
  73. 6544220 compare authors using Thumbprint by Caolán McNamara · 4 years, 1 month ago
  74. 9888bb3 Fix the test failing when invalid certificate is in cert store by Mike Kaganski · 4 years, 1 month ago
  75. ad65aa4 Add documentation for xmlsecurity by Hossein · 4 years, 1 month ago
  76. 02e1be8 Cleanup x509certificate_nssimpl.cxx by Hossein · 4 years, 2 months ago
  77. e00032b add toId/fromId to tidy up some ugly casting by Caolán McNamara · 4 years, 2 months ago
  78. 62539f7 gtk4: remove stray xalign by Caolán McNamara · 4 years, 2 months ago
  79. 1da258a Make Certificate not found dialog async by Szymon Kłos · 4 years, 5 months ago
  80. 98d2c96 Make View Certificate sub-dialog async by Szymon Kłos · 4 years, 5 months ago
  81. c13ec26 Make View Certificate dialog async by Szymon Kłos · 4 years, 6 months ago
  82. 71a8bad jsdialog: enable Digital Signatures dialog by Szymon Kłos · 4 years, 6 months ago
  83. dc9ccf3 gbuild: build static LO / link static executables by Jan-Marek Glogowski · 4 years, 11 months ago
  84. 67fb363 tdf#146392 fix --enable-pch=full build by scito · 4 years, 3 months ago
  85. 9fb4504 xmlsecurity nss: log what XML DOM node is given to libxmlsec by Miklos Vajna · 4 years, 4 months ago
  86. 78dae8b Update gpgme to 1.16.0 by Thorsten Behrens · 4 years, 3 months ago
  87. b737cf8 xmlsecurity: log the signature we read from the ZIP package by Miklos Vajna · 4 years, 4 months ago
  88. 13c6497 Split xmlsecurity components based on the config by Jan-Marek Glogowski · 4 years, 3 months ago
  89. 7d90a00 xmlsecurity: add some more logging by Miklos Vajna · 4 years, 4 months ago
  90. 9c95415 Let comphelper::Base64::decode* take std::u16string_view by Mike Kaganski · 4 years, 3 months ago
  91. b016397 osl::Mutex->std::mutex in OCipherContext by Noel Grandin · 4 years, 3 months ago
  92. be446d8 only use X509Data by Caolán McNamara · 4 years, 4 months ago
  93. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  94. 6da12ca loplugin:stringliteraldefine in various by Noel Grandin · 4 years, 4 months ago
  95. e41024b Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23 by Mike Kaganski · 4 years, 4 months ago
  96. a0e0575 forward decls go after #include by Noel Grandin · 4 years, 5 months ago
  97. f2e1e4f xmlsec: fix OOXML signing with multiple certs, extend the test by Tomaž Vajngerl · 4 years, 5 months ago
  98. 7d936a9 Fix more misuses of NULL across Windows-only code by Stephan Bergmann · 4 years, 5 months ago
  99. d12f259 Prepare for removal of non-const operator[] from Sequence in xmlsecurity by Mike Kaganski · 4 years, 5 months ago
  100. dfdb049 loplugin:simplifybool (clang-cl) by Stephan Bergmann · 4 years, 5 months ago