summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/docpasswordhelper.cxx
AgeCommit message (Expand)Author
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara
2024-04-30loplugin:ostr in comphelperNoel Grandin
2024-04-28Simplify a bitMike Kaganski
2024-02-01check that rtl_random_getBytes() was successfulMichael Stahl
2023-08-30tdf#156835 - FILEOPEN XLSX: add SHA-384 encryption support for ooxml importBalazs Varga
2023-05-26replace find_if by none_ofDr. David Alan Gilbert
2023-04-25Add script to find unused using declarationsGabor Kelemen
2022-05-06tdf#128744 sw DOCX: unprotect change tracking with verificationLászló Németh
2022-04-28use more string_view in comphelperNoel Grandin
2022-04-10use more string_viewNoel Grandin
2022-02-17tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth
2022-02-0322 characters needed to Base64-encode 16 bytesMike Kaganski
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-10-29Prepare for removal of non-const operator[] from Sequence in comphelperMike Kaganski
2021-10-26tdf#144374 DOCX: export the password for editingTünde Tóth
2021-09-16tdf#115933 XLSX import: fix permission for editingTünde Tóth
2021-02-23loplugin:refcounting in comphelperNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-08-28Simply use OUString aPassword as-isStephan Bergmann
2020-05-29use for-range loop on SequenceNoel Grandin
2020-01-04tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski
2019-11-29tdf#118639: store ODF encryption data for autorecoveryMike Kaganski
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Remove some memset callsMike Kaganski
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-04-19tdf#42949 Fix IWYU warnings in comphelperGabor Kelemen
2019-03-12Simplify containers iterations in chart2, cli_ure, comphelper, configmgrArkadiy Illarionov
2019-03-05Simplify Sequence constructionStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-02-26Introduce DocPasswordHelper::GetOoxHashAsVector() with salt value vectorEike Rathke
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke
2018-02-26Accept also "SHA1" for "SHA-1" even if not specifiedEike Rathke
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke
2018-01-13gpg4libre: open encrypted files also via gpgThorsten Behrens
2018-01-12tdf#114939 sfx2: notify user of non-interoperable passwordsMichael Stahl
2018-01-12More loplugin:cstylecast: comphelperStephan Bergmann
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2017-12-08rtlRandomPool: remove pointless seeding with system timeThorsten Behrens
2017-10-27fix memory leakCaolán McNamara
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2016-11-09comphelper: also bump PDBKDF2 count for password-to-modifyMichael Stahl
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-03loplugin:unuseddefaultparams comphelperNoel Grandin
2016-02-24convert DocPasswordVerifierResult to scoped enumNoel Grandin