summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add password supportpkeyDavid Howells2018-08-213-30/+40
* Add public key operations for encrypt, decrypt, sign and verifyDavid Howells2018-08-214-0/+357
* TEST: Add a missing backslashDavid Howells2018-08-211-1/+1
* Move to version 1.5.11v1.5.11David Howells2018-05-111-1/+6
* DNS: Support AFS SRV records and cell db config filesDavid Howells2018-05-095-208/+645
* tests/bz1031154: skip if selinux is disabledArtem Savkov2017-06-272-0/+10
* TEST: Add KDF leading zero testMat Martineau2017-06-081-0/+10
* Add the interface logic to support DH with KDF handling support.Stephan Müller2017-06-089-0/+456
* Doc: Update man pages for KEYCTL_RESTRICT_KEYRINGMat Martineau2017-06-083-0/+100
* TEST: Add tests for restricted keyring configurationMat Martineau2017-06-084-0/+593
* Add keyring restrictionMat Martineau2017-04-044-0/+42
* lib: Begin the 1.7 library APIDavid Howells2017-04-042-1/+5
* spec: Fix licence handlingDavid Howells2017-03-151-2/+5
* spec: Pass global ldflags into buildDavid Howells2017-03-151-1/+2
* Move to version 1.5.10v1.5.10David Howells2017-03-151-1/+8
* Merge branch 'man_page_layout_fixes' of git://git.kernel.org/pub/scm/linux/ke...David Howells2017-03-1527-396/+321
|\
| * man: various pages: Use real minus signsMichael Kerrisk2016-12-1725-45/+45
| * man: keyutils(7): Fix layout glitchMichael Kerrisk2016-12-171-3/+6
| * man: keyutils(7): Better layoutMichael Kerrisk2016-12-171-6/+2
| * man: keyutils(7): Use real minus signsMichael Kerrisk2016-12-171-7/+7
| * man: keyutils(7): typo fixMichael Kerrisk2016-12-171-1/+1
| * man: keyctl(1): SEE ALSO: add a few missing entriesMichael Kerrisk2016-12-171-1/+5
| * man: keyctl(1) Use real minus signesMichael Kerrisk2016-12-171-25/+25
| * man: keyctl(1): Remove unneeded .P tagsMichael Kerrisk2016-12-171-98/+91
| * man: keyctl(1): Use better formatting for shell session examplesMichael Kerrisk2016-12-171-70/+56
| * man: keyctl(1): Use a better shell promptMichael Kerrisk2016-12-171-48/+48
| * man: keyctl(1): Format list of commands as subsectionsMichael Kerrisk2016-12-171-73/+25
| * man: keyctl(1): Format list of key identifiers as hanging listMichael Kerrisk2016-12-171-29/+20
|/
* Merge branch 'man_formatting_fixes' of git://git.kernel.org/pub/scm/linux/ker...David Howells2016-12-1625-77/+124
|\
| * man: Consistently format pathnames as italicMichael Kerrisk2016-12-133-7/+13
| * man: Squash multiline NAME entriesMichael Kerrisk2016-12-133-14/+3
| * man: Consistent formatting of NAME linesMichael Kerrisk2016-12-1325-31/+31
| * man: Format function references consistentlyMichael Kerrisk2016-12-135-11/+21
| * man: Formatting fixesMichael Kerrisk2016-12-1319-23/+65
* | Merge branch 'kerrisk/remove_migrated_man7' of git://git.kernel.org/pub/scm/l...David Howells2016-12-167-799/+0
|\ \
| * | man: Delete man pages that will migrate to the Linux man-pages projectMichael Kerrisk2016-12-137-799/+0
| |/
* | Merge branch 'mtk_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtk...David Howells2016-12-1325-180/+112
|\ \
| * | SEE ALSO: add references to keyctl(1) and keyctl(3)Michael Kerrisk2016-11-081-0/+2
| * | All pages should refer to keyrings(7) in SEE ALSOMichael Kerrisk2016-11-085-4/+9
| * | Correctly order SEE ALSO entriesMichael Kerrisk2016-11-0822-47/+46
| * | Fix section number referenceMichael Kerrisk2016-11-081-1/+1
| * | Improve formatting of SEE ALSO entriesMichael Kerrisk2016-11-0825-144/+67
| * | Use consistent mark-up for page references in SEE ALSOMichael Kerrisk2016-11-083-3/+6
| |/
* | TEST: Use multiline comparison function for DH testMat Martineau2016-12-131-9/+11
* | TEST: Add expect_multiline toolbox functionMat Martineau2016-12-131-0/+19
* | TEST: Use correct variable when checking for DH functionalityMat Martineau2016-12-132-2/+2
* | Doc: Fix typo regarding remote DH keyMat Martineau2016-12-131-1/+1
* | TEST: Add Diffie-Hellman testsMat Martineau2016-12-135-0/+236
* | Doc: Update manpages for KEYCTL_DH_COMPUTEMat Martineau2016-12-134-0/+142
* | Add Diffie-Hellman compute functionDavid Howells2016-12-135-2/+115