]> granicus.if.org Git - strace/history - keyctl.c
Remove XLAT_END
[strace] / keyctl.c
2019-08-14 Eugene SyromyatnikovReplace direct usage of err_name/errnoent with print_err
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-06-14 Dmitry V. LevinUpdate copyright headers
2018-05-25 Eugene Syromyatnikovkeyctl: print KEYCTL_SET_REQKEY_KEYRING argument as...
2018-05-25 Eugene Syromyatnikovkeyctl: respect xlat style when printing errno
2018-04-27 Eugene Syromyatnikovkeyctl: use printxval_d for printing keyring serial...
2017-09-02 Eugene Syromyatnikovkeyctl: add support for KDF parameters decoding in...
2017-07-21 Dmitry V. Levinkeyctl: add support for KEYCTL_RESTRICT_KEYRING operation
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2016-12-26 Dmitry V. LevinRemove getarg_klu
2016-12-26 Dmitry V. LevinAutomatically replace PRI_kr[dux] with PRI_kl[dux]
2016-12-26 Dmitry V. LevinPrint kernel_ureg_t and kernel_scno_t using dedicated...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-19 Dmitry V. LevinUse kernel_ulong_t instead of unsigned long long where...
2016-12-16 Dmitry V. LevinInclude "kernel_types.h" in defs.h and tests/tests.h
2016-10-03 Eugene Syromyatnikovkeyctl: use kernel_ulong_t and getarg_ull instead of...
2016-10-03 Eugene Syromyatnikovkeyctl: fix parameter signedness
2016-10-03 Eugene Syromyatnikovkeyctl: use printstr_ex for printing out buffer
2016-10-03 Eugene Syromyatnikovkeyctl: add support for KEYCTL_DH_COMPUTE
2016-10-03 Eugene Syromyatnikovkeyctl: print errno name in KEYCTL_REJECT in case it...
2016-10-02 Eugene Syromyatnikovkeyctl: do not print comma for KEYCTL_SESSION_TO_PARENT...
2016-10-02 Eugene Syromyatnikovkeyctl: use getarg_ull for printing generic arguments
2016-10-02 Eugene Syromyatnikovkeyctl: use printuid for printing UID/GID
2016-06-22 Fabien SironAdd a enum for decoding to tprint_iov() and tprint_iov_...
2016-05-14 Dmitry V. LevinPrepare for transition from xlookup64 to xlookup
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-07-20 Dmitry V. Levinkeyctl.c: make use of RVAL_DECODED
2015-07-20 Dmitry V. Levinkeyctl.c: use printaddr
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-02-19 Dmitry V. LevinRemove linux/keyctl.h
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-02-05 Dmitry V. LevinImplement add_key, keyctl, and request_key decoding