summaryrefslogtreecommitdiffstats
path: root/src/cryptsetup.rs
AgeCommit message (Expand)Author
2023-11-12Refactor mountable devices displayqkzk
2023-11-08FIX: encrypted are never shown as mountedqkzk
2023-11-01clippyqkzk
2023-11-01improve cryptsetup mountpointqkzk
2023-11-01simplify cryptdevices updateqkzk
2023-10-10move const to designated fileqkzk
2023-09-27when opening cryptdevices, display a message and nothing else if lsblk & cryp...qkzk
2023-04-13refactor sudo commands. Better namesquentin konieczko
2023-04-12simplify and unify sudo commands and normal commands. Pass a path to sudo com...qkzk
2023-04-12run a shell sudo command with `sudo command args`qkzk
2023-04-12decouple cryptdevice from password holderquentin konieczko
2023-03-13Use a trait to mount methodsqkzk
2023-03-12mount an iso file by opening it. Needs a lot of refactoringqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-01-28clippy: string interpolationqkzk
2023-01-27encrypted device: g move to the selected mount pointquentin konieczko
2023-01-19encrypted devices: menu, navigate, mount, unmount. Documentation.luksqkzk
2023-01-19is open?quentin konieczko
2023-01-18fix a bug. Clippy. improve display and documentqkzk
2023-01-17fix: wrong sudo password panics. drop sudo rights and reset faillockqkzk
2023-01-17can mount & unmount; crash if wrong passwordqkzk
2023-01-17password input, mount, umountqkzk
2023-01-17menu + ask password incomplteqkzk
2023-01-17menu with encrypted devicesqkzk
2023-01-17navigable devicesquentin konieczko
2023-01-17menu to input passwordquentin konieczko
2023-01-17passwordquentin konieczko
2023-01-16menu for crypto devices first stepqkzk
2023-01-16detect user, refactorqkzk
2023-01-16somewhat working, need refactoringqkzk
2023-01-16open & mount, umount & closeqkzk