Age | Commit message (Expand) | Author |
2018-12-31 | NSS: create a temporary database instead of in-memory | Tomaž Vajngerl |
2018-12-31 | Remove some useless whitespaces | Tomaž Vajngerl |
2018-12-30 | Fix typo in code | Andrea Gelmini |
2018-12-24 | Fix signing empty Configurations2/accelerator/current.xml | Tomaž Vajngerl |
2018-12-20 | tdf#42949 Fix IWYU warnings in include/vcl/[t-u]* | Gabor Kelemen |
2018-12-13 | Library_xsec_xmlsec: one dll implementation macro is enough | Miklos Vajna |
2018-12-08 | use Image(OUString) instead of Image(Bitmap(OUString)) | Noel Grandin |
2018-12-04 | tdf#118373 xmlsecurity: avoid stderr output on libxmlsec version check | Miklos Vajna |
2018-12-01 | convert to range for | Tomaž Vajngerl |
2018-12-01 | xmlsecurity: clean-up code a bit | Tomaž Vajngerl |
2018-11-29 | remove unnecessary "if (!empty()" checks before loops | Noel Grandin |
2018-11-28 | Fix typos | Andrea Gelmini |
2018-11-28 | drop some unnecessary includes | Caolán McNamara |
2018-11-26 | sfx2: show partial signatures even if cert validation fails | Miklos Vajna |
2018-11-21 | weld SwCondCollPage | Caolán McNamara |
2018-11-19 | weld TreeView | Caolán McNamara |
2018-11-17 | Adapt to C++2a char_t | Stephan Bergmann |
2018-11-16 | loplugin:staticmethods improvement | Noel Grandin |
2018-11-16 | Fix typos | Andrea Gelmini |
2018-11-15 | Adapt recent CppunitTest_xmlsecurity_signing fix to ASan | Stephan Bergmann |
2018-11-14 | xmlsecurity: make members of OOXMLSecExporter::Impl private | Miklos Vajna |
2018-11-14 | Add unit test for reading ODF signed signatureline | Samuel Mehrbrodt |
2018-11-13 | CppunitTest_xmlsecurity_signing: turn on clang-format for this file | Miklos Vajna |
2018-11-13 | Related tdf#118581 Use subject name, not issuer name for signature line | Samuel Mehrbrodt |
2018-11-12 | tdf#118581 Correctly display issuer name in signature line | Samuel Mehrbrodt |
2018-11-09 | Clean up excess slashes in paths | Stephan Bergmann |
2018-11-09 | Fix creation/removal of GPG socketdir | Stephan Bergmann |
2018-11-09 | css::security::DocumentSignatureInformation::SignatureTime is 32 bit | Stephan Bergmann |
2018-11-07 | move SvTreeListBox to vcl | Caolán McNamara |
2018-11-05 | xmlSecNssPKIAdoptKey apparently takes over ownership of keys | Stephan Bergmann |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-10-31 | Fix xmlSecSize size mismatch | Mike Kaganski |
2018-10-31 | lok: new function to add certificate to certificate DB | Tomaž Vajngerl |
2018-10-29 | fix importing the certificate and private key | Tomaž Vajngerl |
2018-10-29 | xmlsecurity: implement XCertificateCreator for NSS backend | Tomaž Vajngerl |
2018-10-29 | xmlsignaturehelper: fix comments, no change | Tomaž Vajngerl |
2018-10-29 | xmlsecurity: prevent seg. fault if there is no private key | Tomaž Vajngerl |
2018-10-28 | update old 'interface-requires' comments to <requires> tag | Caolán McNamara |
2018-10-28 | tdf#120703 PVS: V547 Expression is always true/false | Mike Kaganski |
2018-10-26 | tdf#42949 Fix IWYU warnings in include/unotools/* | Gabor Kelemen |
2018-10-25 | use "range for" to iterate through certificates | Tomaž Vajngerl |
2018-10-25 | Support to sign a document with a specified signature | Tomaž Vajngerl |
2018-10-20 | pvs-studio: A part of conditional expression is always true: bCertValid. | Caolán McNamara |
2018-10-20 | pvs-studio: Expression 'keyStore != nullptr' is always true. | Caolán McNamara |
2018-10-20 | pvs-studio: new does not return nullptr | Caolán McNamara |
2018-10-20 | pvs-studio: The 'store' variable is assigned values twice successively. | Caolán McNamara |
2018-10-20 | pvs-studio: Expression 'pCertContext' is always true. | Caolán McNamara |
2018-10-20 | rework to check cPath against nullptr only on !WNT | Caolán McNamara |
2018-10-20 | pvs-studio: A part of conditional expression is always true: bSigValid. | Caolán McNamara |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |