aboutsummaryrefslogtreecommitdiffstats
path: root/keyutils.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Add Diffie-Hellman compute functionDavid Howells1-0/+42
2014-02-21Revert "Lib: Check the description string is NUL-terminated when retrieved"David Howells1-5/+1
2014-01-29Lib: Don't use realloc() in keyctl_{describe,read,get_security}_alloc()David Howells1-39/+25
2014-01-15Lib: Check the description string is NUL-terminated when retrievedDavid Howells1-1/+5
2014-01-15Lib: Don't trust sscanf()'s %n argumentDavid Howells1-1/+2
2014-01-15Lib: Fix error-path memory leaksDavid Howells1-3/+9
2013-10-02Add per-UID get-persistent keyring functionDavid Howells1-0/+5
2013-10-02Lib: Add a function to find a key by type and name, even if non-possessedDavid Howells1-0/+83
2013-08-12Add key invalidate functionDavid Howells1-0/+5
2011-08-31Store version info in library and allow it to be displayedDavid Howells1-0/+3
2011-07-19Lib: Clean up variable that are set but not readDavid Howells1-3/+1
2011-03-11Lib: Add recursive keyring tree scanning functions to the libraryDavid Howells1-0/+85
2011-03-11Lib: Make keyctl_instantiate_iov() fallback to keyctl_instantiate() if neededDavid Howells1-1/+27
2011-03-11Lib: Have keyctl_reject() fall back to keyctl_negate() if kernel op unavailableDavid Howells1-1/+7
2011-03-11Lib: Support keyctl(KEYCTL_INSTANTIATE_IOV)David Howells1-0/+8
2011-03-11Lib: Support keyctl(KEYCTL_REJECT)David Howells1-1/+7
2010-02-26Add keyctl command to give the parent process a new keyringDavid Howells1-0/+5
2010-02-26Add a keyctl command to get the security label on a keyDavid Howells1-0/+43
2010-02-22keyutils historical version 1.0David Howells1-0/+431