summaryrefslogtreecommitdiff
path: root/src/cryptsetup
AgeCommit message (Expand)AuthorFilesLines
2019-10-01cryptsetup: bump minimum libcryptsetup version to v2.0.1Jay Strict1-31/+3
2019-08-01cryptsetup: don't assert on variable which is optionalZbigniew Jędrzejewski-Szmek1-2/+6
2019-08-01cryptsetup: use unabbrieviated variable namesZbigniew Jędrzejewski-Szmek1-9/+9
2019-07-31cryptsetup-generator: fix coverity issueLennart Poettering1-8/+8
2019-07-17cryptsetup: add keyfile-timeout to allow a keydev timeout and allow to fallba...shinygold2-35/+89
2019-07-16cryptsetup: no need to zero-initialize zero-initialized structuresLennart Poettering1-3/+0
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-2/+2
2019-07-08cryptsetup: enable libcryptsetup debug logging if we want itIvan Shapovalov1-0/+4
2019-07-06cryptsetup: set libcryptsetup global log callback tooIvan Shapovalov1-0/+1
2019-06-28cryptsetup-generator: fix luks-* entry parsing from crypttabLubomir Rintel1-1/+3
2019-06-27cryptsetup: comment: crypt_setup → crypt_formatMichael Stapelberg1-1/+1
2019-06-21path-util: get rid of prefix_root()Lennart Poettering1-1/+1
2019-05-30Merge pull request #12636 from mbroz/masterZbigniew Jędrzejewski-Szmek1-14/+27
2019-05-30cryptsetup: Add dependency for detached headerRoberto Santalla1-24/+56
2019-05-28cryptsetup: Add LUKS2 token support.Milan Broz1-0/+12
2019-05-28cryptsetup: call crypt_load() for LUKS only onceMilan Broz1-14/+12
2019-05-28cryptsetup: Do not fallback to PLAIN mapping if LUKS data device set fails.Milan Broz1-4/+7
2019-04-12Add fopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek1-5/+2
2019-03-28cryptsetup-generator: set high OOM score for systemd-cryptsetup instancesMichal Sekletar1-0/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2-0/+6
2019-03-20cryptsetup: small refactoringLennart Poettering1-11/+19
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering1-2/+2
2019-03-13cryptsetup: add same-cpu-crypt and submit-from-crypt-cpus optionsYu Watanabe1-0/+12
2019-02-26cryptsetup: Treat key file errors as a failed password attemptRyan Gonzalez1-0/+4
2019-02-15mount/generators: do not make unit wanted by its device unitTom Yan1-4/+0
2019-01-23cryptsetup: rework how we log about activation failuresLennart Poettering1-18/+28
2019-01-23cryptsetup: add comment what EAGAIN means when activatingLennart Poettering1-1/+1
2019-01-23cryptsetup: downgrade a log message we ignoreLennart Poettering1-1/+1
2019-01-23cryptsetup: don't line-break so aggressivelyLennart Poettering1-10/+3
2019-01-23cryptsetup: add some commenting about EAGAIN generationLennart Poettering1-1/+1
2019-01-23cryptsetup: modernize some log message invocationsLennart Poettering1-16/+8
2019-01-23cryptsetup: use free_and_replace() where appropriateLennart Poettering1-2/+1
2018-12-12generators: define custom main func definer and use it where applicableZbigniew Jędrzejewski-Szmek1-11/+4
2018-12-12generators: configure logging before the first useZbigniew Jędrzejewski-Szmek1-2/+2
2018-12-02cryptsetup-generator: define main through macroYu Watanabe1-30/+28
2018-11-26tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering1-3/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2-22/+19
2018-11-21generators: drop umask callsZbigniew Jędrzejewski-Szmek1-2/+0
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20cryptsetup: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe1-43/+31
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-20generators: introduce a common implementation for the log setup boilerplateLennart Poettering1-4/+1
2018-11-14Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek1-1/+0
2018-10-30cryptsetup-generator: allow whitespace characters in keydev specificationMichal Sekletar1-21/+43
2018-10-30cryptsetup-generator: don't return error if target directory already existsMichal Sekletar1-4/+4
2018-10-18cryptsetup-generator: fgets() excorcismLennart Poettering1-7/+12
2018-10-09More polite passphrase promptMarko Myllynen1-2/+2
2018-10-05cryptsetup: use PATH_IN_SET() instead of STR_IN_SET() when comparing pathsLennart Poettering1-1/+1
2018-10-05cryptsetup: don't use %m if there's no error to showLennart Poettering1-2/+4
2018-09-23tree-wide: do not assign unused return valuesYu Watanabe1-11/+5