aboutsummaryrefslogtreecommitdiff
path: root/keyctl.c
AgeCommit message (Expand)Author
2017-09-12Update strace to 4.19.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-10-03keyctl: use kernel_ulong_t and getarg_ull instead of longEugene Syromyatnikov
2016-10-03keyctl: fix parameter signednessEugene Syromyatnikov
2016-10-03keyctl: use printstr_ex for printing out bufferEugene Syromyatnikov
2016-10-03keyctl: add support for KEYCTL_DH_COMPUTEEugene Syromyatnikov
2016-10-03keyctl: print errno name in KEYCTL_REJECT in case it is availableEugene Syromyatnikov
2016-10-02keyctl: do not print comma for KEYCTL_SESSION_TO_PARENT commandEugene Syromyatnikov
2016-10-02keyctl: use getarg_ull for printing generic argumentsEugene Syromyatnikov
2016-10-02keyctl: use printuid for printing UID/GIDEugene Syromyatnikov
2016-06-22Add a enum for decoding to tprint_iov() and tprint_iov_upto()Fabien Siron
2016-05-14Prepare for transition from xlookup64 to xlookupDmitry V. Levin
2015-12-17Add copyright headers to some files which lack themDmitry V. Levin
2015-07-20keyctl.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-20keyctl.c: use printaddrDmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-02-19Remove linux/keyctl.hDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-02-05Implement add_key, keyctl, and request_key decodingDmitry V. Levin