plan9fox/sys/src/cmd/disk
cinap_lenrek 234137bce3 fix bugs and cleanup cryptsetup code
devfs:

- fix memory leak in devfs leaking the aes key
- allocate aes-xts cipher state in secure memory
- actually check if the hexkey got fully parsed

cryptsetup:

- get rid of stupid "type YES" prompt
- use genrandom() to generate salts and keys
- rewrite cryptsetup to use common pbkdf2 and readcons routines
- fix alot of error handling and simplify the code
- move cryptsetup command to disk/cryptsetup
- update cryptsetup(8) manual page
2016-10-24 20:56:11 +02:00
..
9660 mk9660: write data in alphabetical order 2015-07-14 22:33:27 +02:00
prep disk/prep: if no 9fat, reserve space for plan9 partition table in autopart (thanks Shamar) 2016-07-08 16:19:15 +02:00
sacfs Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
smart Add Erik Quanstrom's smart tool for ATA SMART. 2012-09-20 22:42:06 +12:00
vblade vblade, cifs, usbuhci: fix parenthesis 2015-06-13 15:03:56 +02:00
cryptsetup.c fix bugs and cleanup cryptsetup code 2016-10-24 20:56:11 +02:00
exsort.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
format.c disk/format: create Fatinfo sector for fat32 2015-06-04 03:58:03 +02:00
mbr.c disk/mbr: always use 512 byte sectors (imported changes from sources) 2012-03-09 06:10:08 +01:00
mkext.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
mkfile fix bugs and cleanup cryptsetup code 2016-10-24 20:56:11 +02:00
mkfs.c disk/mkfs: rmeove kfs support 2015-08-21 19:32:48 +02:00
partfs.c disk/partfs: adding identical partition is no-op 2015-05-30 22:37:46 +02:00
rd9660.c Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00