| Commit message (Expand) | Author | Age | Files | Lines |
* | keyctl: add support for KDF parameters decoding in KEYCTL_DH_COMPUTE | Eugene Syromyatnikov | 2017-09-02 | 1 | -3/+49 |
* | keyctl: add support for KEYCTL_RESTRICT_KEYRING operation | Dmitry V. Levin | 2017-07-21 | 1 | -0/+17 |
* | Add copyright headers | Eugene Syromyatnikov | 2017-05-22 | 1 | -0/+1 |
* | Remove getarg_klu | Dmitry V. Levin | 2016-12-26 | 1 | -4/+4 |
* | Automatically replace PRI_kr[dux] with PRI_kl[dux] | Dmitry V. Levin | 2016-12-26 | 1 | -1/+1 |
* | Print kernel_ureg_t and kernel_scno_t using dedicated format strings | Dmitry V. Levin | 2016-12-26 | 1 | -1/+1 |
* | printstr: rename to printstrn, add printstr as a thin wrapper | Dmitry V. Levin | 2016-12-25 | 1 | -12/+12 |
* | Use kernel_ulong_t instead of unsigned long long where appropriate | Dmitry V. Levin | 2016-12-19 | 1 | -5/+7 |
* | Include "kernel_types.h" in defs.h and tests/tests.h | Dmitry V. Levin | 2016-12-16 | 1 | -1/+0 |
* | keyctl: use kernel_ulong_t and getarg_ull instead of long | Eugene Syromyatnikov | 2016-10-03 | 1 | -54/+46 |
* | keyctl: fix parameter signedness | Eugene Syromyatnikov | 2016-10-03 | 1 | -15/+22 |
* | keyctl: use printstr_ex for printing out buffer | Eugene Syromyatnikov | 2016-10-03 | 1 | -4/+7 |
* | keyctl: add support for KEYCTL_DH_COMPUTE | Eugene Syromyatnikov | 2016-10-03 | 1 | -0/+45 |
* | keyctl: print errno name in KEYCTL_REJECT in case it is available | Eugene Syromyatnikov | 2016-10-03 | 1 | -1/+9 |
* | keyctl: do not print comma for KEYCTL_SESSION_TO_PARENT command | Eugene Syromyatnikov | 2016-10-02 | 1 | -1/+7 |
* | keyctl: use getarg_ull for printing generic arguments | Eugene Syromyatnikov | 2016-10-02 | 1 | -3/+3 |
* | keyctl: use printuid for printing UID/GID | Eugene Syromyatnikov | 2016-10-02 | 1 | -2/+4 |
* | Add a enum for decoding to tprint_iov() and tprint_iov_upto() | Fabien Siron | 2016-06-22 | 1 | -1/+1 |
* | Prepare for transition from xlookup64 to xlookup | Dmitry V. Levin | 2016-05-14 | 1 | -1/+1 |
* | Add copyright headers to some files which lack them | Dmitry V. Levin | 2015-12-17 | 1 | -0/+27 |
* | keyctl.c: make use of RVAL_DECODED | Dmitry V. Levin | 2015-07-20 | 1 | -195/+131 |
* | keyctl.c: use printaddr | Dmitry V. Levin | 2015-07-20 | 1 | -2/+2 |
* | Declare syscall parsers using SYS_FUNC macro | Dmitry V. Levin | 2015-04-07 | 1 | -6/+3 |
* | Remove linux/keyctl.h | Dmitry V. Levin | 2015-02-19 | 1 | -30/+0 |
* | Generate xlat/*.in files | Dmitry V. Levin | 2014-05-30 | 1 | -80/+4 |
* | Implement add_key, keyctl, and request_key decoding | Dmitry V. Levin | 2014-02-05 | 1 | -0/+455 |