aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* libzfs: use zfs_strerror() in place of strerror()Richard Kojedzinszky2024-01-291-4/+5
* libzfs: add v2 iterator interfacesRob N2023-04-101-1/+1
* nvpair: Constify string functionsRichard Yao2023-03-141-4/+4
* Better handling for future crypto parametersRob N2023-03-071-0/+5
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-131-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-3/+4
* libzfs: Define the defecto standard errbuf sizeRyan Moeller2022-06-091-5/+5
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-2/+0
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* get_key_material_https: removed bogus free() callHarry Sintonen2022-03-131-1/+0
* libzfs: const correctnessнаб2022-02-011-4/+5
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-1/+1
* libzfs: fix unused, remove argsusedнаб2021-12-231-5/+7
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-1/+1
* get_key_material: fix styleAttila Fülöp2021-11-301-2/+4
* get_key_material: skip passphrase validation when loading keysHarald van Dijk2021-11-301-4/+9
* Make get_key_material_file fail more verboselyRich Ercolani2021-08-051-1/+1
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2021-05-121-0/+186
* libzfs: don't mark prompt+raw as retriableнаб2021-04-171-1/+1
* lib/: set O_CLOEXEC on all fdsнаб2021-04-111-2/+2
* libzfs: zfs_crypto_create() requires a new key by definition: set newkeyнаб2021-04-111-1/+1
* libzfs_crypto.c: remove unused key_locator enumнаб2021-04-111-6/+0
* Don't bomb out when using keylocation=file://James Wah2021-03-031-3/+7
* Fix typosAndrea Gelmini2020-06-091-1/+1
* Fix regression caused by c14ca14Adam D. Moss2020-04-291-1/+1
* Support custom URI schemes for the keylocation propertyJason King2020-04-281-193/+336
* Fix typos in lib/Andrea Gelmini2019-09-021-2/+2
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-201-40/+1
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-1/+13
* Adopt pyzfs from ClusterHQloli10K2018-05-011-2/+2
* Change functions which return literals to return `const char*`Tomohiro Kusumi2018-03-091-1/+1
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-8/+11
* Encryption patch follow-upTom Caputi2017-10-111-140/+30
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-0/+1612