summaryrefslogtreecommitdiff
path: root/keyutils.c
Commit message (Expand)AuthorAgeFilesLines
* Add a notification facility for watching for key changesDavid Howells2020-07-071-0/+5
* Revert "Add a notification facility for watching for key changes"David Howells2020-07-071-5/+0
* Fix compilation error when keyutils.h is used in C++Christophe Vu-Brugier2020-07-061-2/+2
* Add a notification facility for watching for key changesDavid Howells2020-07-061-0/+5
* Provide the ability to query subsystem capabilitiesDavid Howells2019-06-191-0/+50
* Add support for KEYCTL_MOVEDavid Howells2019-06-191-0/+8
* Fix syscall signature for KEYCTL_PKEY_QUERYLennert Buytenhek2019-06-191-1/+1
* Add public key operations for encrypt, decrypt, sign and verifyDavid Howells2018-11-021-0/+63
* Add the interface logic to support DH with KDF handling support.Stephan Müller2017-06-081-0/+14
* Add keyring restrictionMat Martineau2017-04-041-0/+6
* Add Diffie-Hellman compute functionDavid Howells2016-12-131-0/+42
* Revert "Lib: Check the description string is NUL-terminated when retrieved"David Howells2014-02-211-5/+1
* Lib: Don't use realloc() in keyctl_{describe,read,get_security}_alloc()David Howells2014-01-291-39/+25
* Lib: Check the description string is NUL-terminated when retrievedDavid Howells2014-01-151-1/+5
* Lib: Don't trust sscanf()'s %n argumentDavid Howells2014-01-151-1/+2
* Lib: Fix error-path memory leaksDavid Howells2014-01-151-3/+9
* Add per-UID get-persistent keyring functionDavid Howells2013-10-021-0/+5
* Lib: Add a function to find a key by type and name, even if non-possessedDavid Howells2013-10-021-0/+83
* Add key invalidate functionDavid Howells2013-08-121-0/+5
* Store version info in library and allow it to be displayedDavid Howells2011-08-311-0/+3
* Lib: Clean up variable that are set but not readDavid Howells2011-07-191-3/+1
* Lib: Add recursive keyring tree scanning functions to the libraryDavid Howells2011-03-111-0/+85
* Lib: Make keyctl_instantiate_iov() fallback to keyctl_instantiate() if neededDavid Howells2011-03-111-1/+27
* Lib: Have keyctl_reject() fall back to keyctl_negate() if kernel op unavailableDavid Howells2011-03-111-1/+7
* Lib: Support keyctl(KEYCTL_INSTANTIATE_IOV)David Howells2011-03-111-0/+8
* Lib: Support keyctl(KEYCTL_REJECT)KEYUTILS_1.4David Howells2011-03-111-1/+7
* Add keyctl command to give the parent process a new keyringDavid Howells2010-02-261-0/+5
* Add a keyctl command to get the security label on a keyDavid Howells2010-02-261-0/+43
* keyutils historical version 1.0v1.0KEYUTILS_1.0KEYUTILS_0.3David Howells2010-02-221-0/+431