aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/pam_zfs_key
Commit message (Expand)AuthorAgeFilesLines
* PAM: support password changes even when not mountedVal Packett2023-05-311-26/+44
* PAM: add 'uid_min' and 'uid_max' options for changing the uid rangeVal Packett2023-05-311-4/+16
* PAM: add 'forceunmount' flagVal Packett2023-05-311-3/+7
* PAM: add 'recursive_homes' flag to use with 'prop_mountpoint'Val Packett2023-05-311-11/+25
* PAM: use boolean_t for config flagsVal Packett2023-05-311-3/+3
* PAM: do not fail to mount if the key's already loadedVal Packett2023-05-311-1/+1
* pam: Fix "buffer overflow" in pam ZTS tests on F38Tony Hutter2023-05-091-9/+4
* PAM: support the authentication facilityVal Packett2023-04-271-14/+49
* libzfs: add v2 iterator interfacesRob N2023-04-101-2/+2
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-131-1/+1
* PAM: Fix unchecked return value from zfs_key_config_load()Richard Yao2022-10-051-1/+4
* PAM: Fix uninitialized value readRichard Yao2022-09-271-1/+3
* Fix unsafe string operationsRichard Yao2022-09-271-3/+2
* Fix userspace memory leaks found by Clang Static AnalzyerRichard Yao2022-09-261-1/+2
* Fix null pointer dereferences in PAMRichard Yao2022-09-161-1/+4
* autoconf: use include directives instead of recursing down contribнаб2022-05-101-13/+12
* autoconf: use include directives instead of recursing down libнаб2022-05-101-5/+5
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* userspace: mark arguments usedнаб2022-02-181-0/+1
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-1/+1
* contrib/pam_zfs_key: fix unused, remove argsusedнаб2021-12-211-0/+9
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-1/+1
* pam_zfs_key: malloc and mlock/munlock won't matchAttila Fülöp2021-10-221-26/+22
* pam_zfs_key: mlock(2) and munlock(2) can failAttila Fülöp2021-10-221-5/+41
* gcc 11 cleanupAttila Fülöp2021-06-231-2/+10
* pam_zfs_key: accommodate different dataset naming schemecragw2020-11-221-0/+54
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-4/+4
* Clean up lib dependenciesArvind Sankar2020-07-101-1/+3
* Fixes for make distArvind Sankar2020-06-261-2/+1
* pam: implement a zfs_key pam modulefelixdoerre2020-06-243-0/+772