summaryrefslogtreecommitdiff
path: root/keyctl.c
Commit message (Expand)AuthorAgeFilesLines
* keyctl: add support for KDF parameters decoding in KEYCTL_DH_COMPUTEEugene Syromyatnikov2017-09-021-3/+49
* keyctl: add support for KEYCTL_RESTRICT_KEYRING operationDmitry V. Levin2017-07-211-0/+17
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Remove getarg_kluDmitry V. Levin2016-12-261-4/+4
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-1/+1
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-1/+1
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-12/+12
* Use kernel_ulong_t instead of unsigned long long where appropriateDmitry V. Levin2016-12-191-5/+7
* Include "kernel_types.h" in defs.h and tests/tests.hDmitry V. Levin2016-12-161-1/+0
* keyctl: use kernel_ulong_t and getarg_ull instead of longEugene Syromyatnikov2016-10-031-54/+46
* keyctl: fix parameter signednessEugene Syromyatnikov2016-10-031-15/+22
* keyctl: use printstr_ex for printing out bufferEugene Syromyatnikov2016-10-031-4/+7
* keyctl: add support for KEYCTL_DH_COMPUTEEugene Syromyatnikov2016-10-031-0/+45
* keyctl: print errno name in KEYCTL_REJECT in case it is availableEugene Syromyatnikov2016-10-031-1/+9
* keyctl: do not print comma for KEYCTL_SESSION_TO_PARENT commandEugene Syromyatnikov2016-10-021-1/+7
* keyctl: use getarg_ull for printing generic argumentsEugene Syromyatnikov2016-10-021-3/+3
* keyctl: use printuid for printing UID/GIDEugene Syromyatnikov2016-10-021-2/+4
* Add a enum for decoding to tprint_iov() and tprint_iov_upto()Fabien Siron2016-06-221-1/+1
* Prepare for transition from xlookup64 to xlookupDmitry V. Levin2016-05-141-1/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+27
* keyctl.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-201-195/+131
* keyctl.c: use printaddrDmitry V. Levin2015-07-201-2/+2
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-6/+3
* Remove linux/keyctl.hDmitry V. Levin2015-02-191-30/+0
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-80/+4
* Implement add_key, keyctl, and request_key decodingDmitry V. Levin2014-02-051-0/+455