Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/luks.py
AgeCommit message (Expand)Author
2024-04-15LVM support (#2104)Daniel Girtler
2023-11-20Remove superfluous use of `partprobe` (#2212)codefiles
2023-11-09Fix logic error in `encrypt()` loop (#2207)codefiles
2023-10-02Simplify SysCommand decoding (#2121)Daniel Girtler
2023-06-08Fix paths used for steps in keyfile creation (#1851)codefiles
2023-05-11Cleanup imports and unused code (#1801)Daniel Girtler
2023-05-04Update `SysCommand()` calls in remaining files (#1707)Daemon Coder
2023-04-19PyParted and a large rewrite of the underlying partitioning (#1604)Daniel Girtler
2023-03-26Change exit status indications to exit codes (#1685)codefiles
2022-07-26Cleanup partition (#1333)Daniel Girtler
2022-05-26Rework btrfs handling (#1234)Anton Hvornum
2022-04-29unlocked luks2 partitions were missing a BlockDevice parameter. It's technica...Anton Hvornum
2022-02-07Calling Partition().partprobe() instead of general partprobe. This avoids rea...Anton Hvornum
2022-01-06Define an standard locale for all the commands executed (#827)Werner Llácer
2022-01-06Added type annotations to all functions (#845)Anton Hvornum
2021-12-31Btrfs2 (#787)Werner Llácer
2021-11-24Support encrypting multiple partitions (#759)Anton Hvornum
2021-11-11Added more partprobe'sAnton Hvornum
2021-11-05Cleaned up all flake8 issues/warnings. Did some code cleaning as well, mostly...Anton Hvornum
2021-06-13Removed old safety logics for partitions. Partitions will now always be forma...Anton Hvornum
2021-05-18Incorrect variable names being used from copy paste.Anton Hvornum
2021-05-15Perform refactoring to PEP 8 naming conventionsDylan Taylor
2021-05-15More formatting fixes to satisfy PEP 8Dylan Taylor
2021-05-15Many more manual changesDylan Taylor
2021-04-27Moving away from custom log levels, to something that's well defined. (#360)Anton Hvornum
2021-04-11Change from argon2i to argon2idDylan M. Taylor
2021-04-10fix typoNicoHood
2021-04-09Fix typo that causes crash when creating encrypted LUKS partition (closes #248)Alexander Seiler
2021-04-08Added a safety check to verify that the encrypted partition exists at least b...Anton Hvornum
2021-04-05Removed a TODO commentAnton Hvornum
2021-04-03This should correct #135. I'll have to investigate other places where this lo...Anton Hvornum
2021-04-02Join cryptsetup args using shlexPyfisch
2021-04-01Missing variableAnton Hvornum
2021-03-29Added support for flushing a BlockDevice() cache after a partition has been f...Anton Hvornum
2021-03-14Using 'umount -R' rather than just 'umount' since we're going to wipe the par...Anton Hvornum
2021-03-14Removed redundant error handling as well as added some more debug logs.Anton Hvornum
2021-03-14Enhanced the error handling on crypt-devices.Anton Hvornum
2021-03-14Some more error handling.Anton Hvornum
2021-03-14Tweaked SysCallError() exception to include the exit code in a machine readab...Anton Hvornum
2021-03-14Added a partition.umount() and a check when running cryptsetup if the disk is...Anton Hvornum
2021-03-09Carried over the allow_formatting from the parent device of luks2() devices.Anton Hvornum
2021-03-09Forgot to set a variableAnton Hvornum
2021-03-09Added option to skip autodetection of filesystem. This is so for instance luk...Anton Hvornum
2021-03-09Added some debugging.Anton Hvornum
2021-03-09Fixed luks2().close() to properly detect it's own mapped pathAnton Hvornum
2021-03-09Fixed luks2().close() to properly detect it's own pathAnton Hvornum
2021-03-09Added functions to auto-detect filesystems inside encrypted partitions (given...Anton Hvornum
2021-03-09Adding encryption helpers to the Partition() class, that sets up and utilizes...Anton Hvornum
2021-03-08Reworked the guided partitioning logic to better match new expectations of fl...Anton Hvornum
2021-02-11Reworked the way partition formatting works. As well as added some flags to t...Anton Hvornum