aboutsummaryrefslogtreecommitdiffstats
path: root/keyctl.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-07Add the ability to supply filters to watches set with keyctlDavid Howells1-2/+2
2020-07-07Add a notification facility for watching for key changesDavid Howells1-5/+8
2020-07-07Revert "Add a notification facility for watching for key changes"David Howells1-8/+5
2020-07-07Revert "Add the ability to supply filters to watches set with keyctl"David Howells1-2/+2
2020-07-06Add the ability to supply filters to watches set with keyctlDavid Howells1-2/+2
2020-07-06Add a notification facility for watching for key changesDavid Howells1-5/+8
2019-10-31keyctl: try to wipe keys from memory after useMaciej S. Szmigiero1-7/+41
2019-09-04keyctl: unify spelling of "unparsable"Ben Boeckel1-3/+3
2019-08-19keyctl: Allow add, padd and suchlike to take hex-encoded dataDavid Howells1-12/+125
2019-08-19Allow keyctl new_session to name the session keyringDavid Howells1-3/+3
2019-08-19Add a symbolic ID to numeric ID keyctl commandDavid Howells1-0/+23
2019-08-19Put the keyctl get_persistent command in the right orderDavid Howells1-1/+1
2019-08-19Allow retrieval of raw data with "keyctl supports"David Howells1-2/+11
2019-08-19Add namespace-related capability tagsDavid Howells1-0/+2
2019-08-19test: Test all possible type, description and payload lengths to add_keyDavid Howells1-18/+19
2019-06-19Provide the ability to query subsystem capabilitiesDavid Howells1-0/+48
2019-06-19Add support for KEYCTL_MOVEDavid Howells1-0/+31
2019-06-19Make key=value argument list optional for pkey_{encrypt,decrypt,sign}Lennert Buytenhek1-3/+3
2019-06-19Fix 'keyctl pkey_query' argument parsingLennert Buytenhek1-1/+1
2019-01-16keyctl: use keyctl_read_alloc() in dump_key_tree_aux()Eric Biggers1-17/+6
2018-11-02Add public key operations for encrypt, decrypt, sign and verifyDavid Howells1-0/+259
2018-11-02typos: fix various typosBen Boeckel1-1/+1
2018-11-02keyctl: fix error path message namesBen Boeckel1-3/+3
2017-06-08Add the interface logic to support DH with KDF handling support.Stephan Müller1-0/+133
2017-04-04Add keyring restrictionMat Martineau1-0/+31
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)KEYUTILS_1.4David 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.0v1.0KEYUTILS_1.0KEYUTILS_0.3David Howells1-72/+256
2010-02-22keyutils historical version 0.3-2v0.3-2David Howells1-0/+32
2010-02-22keyutils historical version 0.3v0.3David Howells1-5/+10
2010-02-22keyutils historical version 0.1v0.1David Howells1-0/+1127