aboutsummaryrefslogtreecommitdiffstats
path: root/keyctl.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Add Diffie-Hellman compute functionDavid Howells1-0/+52
2014-02-21keyctl: Fix command table searchingDavid Howells1-0/+2
2014-01-15Only get the groups list if calc_perms() is calledDavid Howells1-16/+30
2014-01-15Fix memory leak in dump_key_tree_aux() in the keyctl programDavid Howells1-1/+2
2014-01-15keyctl: Exit rather than returning from act_xxx() functionsDavid Howells1-115/+117
2014-01-15Use keyctl_describe_alloc() in dump_key_tree_aux()David Howells1-19/+2
2013-10-02Add per-UID get-persistent keyring functionDavid Howells1-0/+34
2013-10-02keyctl: Make it possible to specify a key by name rather than by numberDavid Howells1-2/+36
2013-08-12keyctl: Fix the input buffer size for padd and pinstantiateDavid Howells1-1/+1
2013-08-12keyctl: Fix max depth of key tree dumpDavid Howells1-1/+1
2013-08-12Add key invalidate functionDavid Howells1-0/+21
2011-11-30keyctl: Allow recursive dump of a specified keyring and fix show commandDavid Howells1-15/+42
2011-11-18Fix the keyctl padd command and similar to handle binary data on stdinDavid Howells1-23/+38
2011-08-31Store version info in library and allow it to be displayedDavid Howells1-0/+13
2011-03-11keyctl: Allow multiple lines in the commands[] table with same nameDavid Howells1-33/+35
2011-03-11keyctl: Add a command to unlink all matching keys from the session keyring treeDavid Howells1-1/+173
2011-03-11keyctl: Permit unlinking of all instances of a key in session keyring treeDavid Howells1-9/+26
2011-03-11keyctl: Add a command to reap all bad keys in the session keyring treeDavid Howells1-0/+47
2011-03-11Lib: Support keyctl(KEYCTL_REJECT)David Howells1-0/+46
2010-02-26Add keyctl command to give the parent process a new keyringDavid Howells1-0/+28
2010-02-26Add a keyctl command to get the security label on a keyDavid Howells1-0/+26
2010-02-22keyutils historical version 1.0David Howells1-72/+256
2010-02-22keyutils historical version 0.3-2David Howells1-0/+32
2010-02-22keyutils historical version 0.3David Howells1-5/+10
2010-02-22keyutils historical version 0.1David Howells1-0/+1127