summaryrefslogtreecommitdiff
path: root/keyctl.c
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to supply filters to watches set with keyctlDavid Howells2020-07-071-2/+2
* Add a notification facility for watching for key changesDavid Howells2020-07-071-5/+8
* Revert "Add a notification facility for watching for key changes"David Howells2020-07-071-8/+5
* Revert "Add the ability to supply filters to watches set with keyctl"David Howells2020-07-071-2/+2
* Add the ability to supply filters to watches set with keyctlDavid Howells2020-07-061-2/+2
* Add a notification facility for watching for key changesDavid Howells2020-07-061-5/+8
* keyctl: try to wipe keys from memory after useMaciej S. Szmigiero2019-10-311-7/+41
* keyctl: unify spelling of "unparsable"Ben Boeckel2019-09-041-3/+3
* keyctl: Allow add, padd and suchlike to take hex-encoded dataDavid Howells2019-08-191-12/+125
* Allow keyctl new_session to name the session keyringDavid Howells2019-08-191-3/+3
* Add a symbolic ID to numeric ID keyctl commandDavid Howells2019-08-191-0/+23
* Put the keyctl get_persistent command in the right orderDavid Howells2019-08-191-1/+1
* Allow retrieval of raw data with "keyctl supports"David Howells2019-08-191-2/+11
* Add namespace-related capability tagsDavid Howells2019-08-191-0/+2
* test: Test all possible type, description and payload lengths to add_keyDavid Howells2019-08-191-18/+19
* Provide the ability to query subsystem capabilitiesDavid Howells2019-06-191-0/+48
* Add support for KEYCTL_MOVEDavid Howells2019-06-191-0/+31
* Make key=value argument list optional for pkey_{encrypt,decrypt,sign}Lennert Buytenhek2019-06-191-3/+3
* Fix 'keyctl pkey_query' argument parsingLennert Buytenhek2019-06-191-1/+1
* keyctl: use keyctl_read_alloc() in dump_key_tree_aux()Eric Biggers2019-01-161-17/+6
* Add public key operations for encrypt, decrypt, sign and verifyDavid Howells2018-11-021-0/+259
* typos: fix various typosBen Boeckel2018-11-021-1/+1
* keyctl: fix error path message namesBen Boeckel2018-11-021-3/+3
* Add the interface logic to support DH with KDF handling support.Stephan Müller2017-06-081-0/+133
* Add keyring restrictionMat Martineau2017-04-041-0/+31
* Add Diffie-Hellman compute functionDavid Howells2016-12-131-0/+52
* keyctl: Fix command table searchingDavid Howells2014-02-211-0/+2
* Only get the groups list if calc_perms() is calledDavid Howells2014-01-151-16/+30
* Fix memory leak in dump_key_tree_aux() in the keyctl programDavid Howells2014-01-151-1/+2
* keyctl: Exit rather than returning from act_xxx() functionsDavid Howells2014-01-151-115/+117
* Use keyctl_describe_alloc() in dump_key_tree_aux()David Howells2014-01-151-19/+2
* Add per-UID get-persistent keyring functionDavid Howells2013-10-021-0/+34
* keyctl: Make it possible to specify a key by name rather than by numberDavid Howells2013-10-021-2/+36
* keyctl: Fix the input buffer size for padd and pinstantiateDavid Howells2013-08-121-1/+1
* keyctl: Fix max depth of key tree dumpDavid Howells2013-08-121-1/+1
* Add key invalidate functionDavid Howells2013-08-121-0/+21
* keyctl: Allow recursive dump of a specified keyring and fix show commandDavid Howells2011-11-301-15/+42
* Fix the keyctl padd command and similar to handle binary data on stdinDavid Howells2011-11-181-23/+38
* Store version info in library and allow it to be displayedDavid Howells2011-08-311-0/+13
* keyctl: Allow multiple lines in the commands[] table with same nameDavid Howells2011-03-111-33/+35
* keyctl: Add a command to unlink all matching keys from the session keyring treeDavid Howells2011-03-111-1/+173
* keyctl: Permit unlinking of all instances of a key in session keyring treeDavid Howells2011-03-111-9/+26
* keyctl: Add a command to reap all bad keys in the session keyring treeDavid Howells2011-03-111-0/+47
* Lib: Support keyctl(KEYCTL_REJECT)KEYUTILS_1.4David Howells2011-03-111-0/+46
* Add keyctl command to give the parent process a new keyringDavid Howells2010-02-261-0/+28
* Add a keyctl command to get the security label on a keyDavid Howells2010-02-261-0/+26
* keyutils historical version 1.0v1.0KEYUTILS_1.0KEYUTILS_0.3David Howells2010-02-221-72/+256
* keyutils historical version 0.3-2v0.3-2David Howells2010-02-221-0/+32
* keyutils historical version 0.3v0.3David Howells2010-02-221-5/+10
* keyutils historical version 0.1v0.1David Howells2010-02-221-0/+1127