aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge branch 'man_formatting_fixes' of git://git.kernel.org/pub/scm/linux/ker...HEADmasterDavid Howells25-77/+124
2016-12-16Merge branch 'kerrisk/remove_migrated_man7' of git://git.kernel.org/pub/scm/l...David Howells7-799/+0
2016-12-13man: Delete man pages that will migrate to the Linux man-pages projectremove_migrated_man7Michael Kerrisk7-799/+0
2016-12-13man: Consistently format pathnames as italicman_formatting_fixesMichael Kerrisk3-7/+13
2016-12-13man: Squash multiline NAME entriesMichael Kerrisk3-14/+3
2016-12-13man: Consistent formatting of NAME linesMichael Kerrisk25-31/+31
2016-12-13man: Format function references consistentlyMichael Kerrisk5-11/+21
2016-12-13man: Formatting fixesMichael Kerrisk19-23/+65
2016-12-13Merge branch 'mtk_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtk...David Howells25-180/+112
2016-12-13TEST: Use multiline comparison function for DH testMat Martineau1-9/+11
2016-12-13TEST: Add expect_multiline toolbox functionMat Martineau1-0/+19
2016-12-13TEST: Use correct variable when checking for DH functionalityMat Martineau2-2/+2
2016-12-13Doc: Fix typo regarding remote DH keyMat Martineau1-1/+1
2016-12-13TEST: Add Diffie-Hellman testsMat Martineau5-0/+236
2016-12-13Doc: Update manpages for KEYCTL_DH_COMPUTEMat Martineau4-0/+142
2016-12-13Add Diffie-Hellman compute functionDavid Howells5-2/+115
2016-11-08SEE ALSO: add references to keyctl(1) and keyctl(3)Michael Kerrisk1-0/+2
2016-11-08All pages should refer to keyrings(7) in SEE ALSOMichael Kerrisk5-4/+9
2016-11-08Correctly order SEE ALSO entriesMichael Kerrisk22-47/+46
2016-11-08Fix section number referenceMichael Kerrisk1-1/+1
2016-11-08Improve formatting of SEE ALSO entriesMichael Kerrisk25-144/+67
2016-11-08Use consistent mark-up for page references in SEE ALSOMichael Kerrisk3-3/+6
2016-05-09Add test.out to .gitignore and limit toplevel matchesMat Martineau1-4/+5
2016-05-09build: Fix buildingDavid Howells1-11/+12
2016-02-26TEST: Fix endianness determinationDavid Howells1-2/+2
2015-12-22TEST: Fix a couple of RHEL checks:David Howells3-3/+41
2015-12-21Re: [PATCH 2/2] runtest.sh: add automated modeJeffrey Bastian1-1/+10
2015-12-21Re: [PATCH 1/2] runtest.sh whitespace cleanupJeffrey Bastian1-5/+5
2015-12-21TEST: Maximum description length is limited in more recent kernelsDavid Howells1-3/+15
2015-12-21TEST: version_less_than() must compare releases if version sameDavid Howells1-0/+1
2015-12-21TEST: Use the lsb_release -s flag to trim the outputDavid Howells1-2/+2
2015-09-24Mailing list is now keyrings@vger.kernel.orgDavid Howells1-1/+1
2015-09-24TEST: Make testcase aware of a kernel behaviour changeChristian Kastner1-2/+12
2015-09-24TEST: Disable tests hitting bug in MIPS kernel < 3.19Christian Kastner6-25/+66
2015-07-21Include <limits.h> for UINT_MAXFelix Janda1-0/+1
2014-11-14TEST: Print keyutils version testedKarel Srot1-0/+1
2014-11-14LIB: #include sys/types.h in keyutils.h to bring in missing typesDavid Howells1-0/+1
2014-10-21TEST: Allow skipping tests requiring installationChristian Kastner5-4/+45
2014-10-21TEST: Allow skipping of tests requiring rootChristian Kastner2-2/+13
2014-10-21Doc: Syntax fixes for man pagesChristian Kastner10-30/+30
2014-09-24Define LN as it isn't defined by make and use $(LNS) for a couple of ln -sfDavid Howells1-2/+3
2014-09-22Don't define LNS twice in the Makefile and define in terms of $(LN)David Howells1-3/+1
2014-09-22LIB: Allow building of the shared library to be suppressedDavid Howells1-9/+17
2014-03-25TEST: 'keyctl invalidate' exists from keyutils-1.5.6, not keyutils-3.5-rc1David Howells1-1/+1
2014-03-18TEST: Disable AVC checking in the bz1031154 testcaseDavid Howells1-0/+4
2014-03-12TEST: Place exclusions for RHEL-5David Howells2-51/+59
2014-03-06TEST: Insert a delay in the key invalidation test to allow for gc delaysDavid Howells1-0/+3
2014-03-06TEST: Make it possible to use OSRELEASE with the version comparison functionsDavid Howells2-2/+2
2014-03-06TEST: Conditionalise usage and testing of key invalidationDavid Howells4-0/+27
2014-03-06TEST: keyctl padd tests can't use big_key type if it's not availableDavid Howells1-11/+14
2014-03-06TEST: keyctl show only takes an argument from 1.5.4 onwardsDavid Howells1-18/+20
2014-03-06TEST: Don't use "%..." key search commands generallyDavid Howells1-2/+3
2014-03-06TEST: Display the name of the test we're about to runDavid Howells1-0/+1
2014-03-06TEST: Can't do the bz1031154 test before 3.13-rc1David Howells2-0/+19
2014-03-06TEST: Make toolbox_report_result use its parametersDavid Howells1-2/+2
2014-03-06TEST: Add function to record skipped testsDavid Howells2-6/+9
2014-03-06TEST: Make sure the TEST envvar is setDavid Howells1-0/+19
2014-03-06TEST: Add kernel version checking supportDavid Howells4-2/+24
2014-03-06TEST: Include version.inc.sh from prepare.inc.shDavid Howells2-5/+6
2014-03-06TEST: Move all the version checking functions into version.inc.shDavid Howells2-44/+44
2014-02-28TEST: Test that keyrings of the same name can be linked together [RHBZ 1071346]David Howells1-0/+79
2014-02-27All files pertinent to the testsuite need to be declaredDavid Howells1-2/+1
2014-02-25TEST: Skip tests when external commands are unavailableTyler Hicks2-0/+25
2014-02-25TEST: Make endianness detection work with file 5.14Tyler Hicks1-2/+2
2014-02-25TEST: Explicitly use bashTyler Hicks64-65/+65
2014-02-21TEST: Fix some miscellaneous bitsDavid Howells2-2/+2
2014-02-21Move to version 1.5.9v1.5.9David Howells1-2/+18
2014-02-21Doc: Add man7 pages for various keyrings conceptsDavid Howells30-30/+1001
2014-02-21Doc: Improve the keyctl_read[_alloc]() manpageDavid Howells1-9/+12
2014-02-21Doc: Add a Developer's Certificate of OriginDavid Howells1-0/+45
2014-02-21Doc: Move manual pages to their own subdirDavid Howells26-24/+9
2014-02-21Lib: Fix typo in permission mask.James Muir1-1/+1
2014-02-21Revert "Lib: Check the description string is NUL-terminated when retrieved"David Howells1-5/+1
2014-02-21keyctl: Fix command table searchingDavid Howells1-0/+2
2014-02-21Fix some issues in key.dns_resolver.c:David Howells1-75/+57
2014-01-29Lib: Don't use realloc() in keyctl_{describe,read,get_security}_alloc()David Howells1-39/+25
2014-01-15spec: Use the correct path macros in the specfileDavid Howells2-17/+36
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-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
2014-01-15Lib: Fix error-path memory leaksDavid Howells1-3/+9
2014-01-15TEST: Make search/valid aware that the behaviour of the kernel changedDavid Howells1-1/+14
2013-12-19TEST: Check maximum size of payload to add_key()David Howells2-2/+58
2013-12-18TEST: Check depth of tree output by "keyctl show"David Howells1-0/+78
2013-12-17TEST: Key invalidationDavid Howells4-0/+150
2013-11-28TEST: Test for RHBZ 1031154David Howells2-0/+112
2013-11-28TEST: Test for RHBZ 1033467David Howells2-1/+68
2013-11-21DOC: Add get-persistent-keyring manual pagesDavid Howells3-0/+137
2013-11-21TEST: Fix version number handlingDavid Howells3-64/+134
2013-10-31TEST: Fix link recursion test [try #2]David Howells1-1/+3
2013-10-31TEST: Fix link recursion testDavid Howells0-0/+0
2013-10-31TEST: Fix mistype in keyctl/link/recursionDavid Howells1-1/+1
2013-10-04Move to version 1.5.8v1.5.8David Howells1-1/+4
2013-10-04Lib: New symbols should go in a new library minor versionDavid Howells2-3/+10
2013-10-02Move to version 1.5.7v1.5.7-brokenv1.5.7David Howells1-1/+6
2013-10-02Add per-UID get-persistent keyring functionDavid Howells4-0/+42
2013-10-02keyctl: Make it possible to specify a key by name rather than by numberDavid Howells2-3/+47
2013-10-02Lib: Add a function to find a key by type and name, even if non-possessedDavid Howells5-1/+150
2013-08-29Move to version 1.5.6v1.5.6David Howells1-2/+8
2013-08-29Add keyctl_invalidate() manpage and update keyctl.3David Howells3-1/+84
2013-08-29Lib: Add keyctl_invalidate to version.ldsDavid Howells1-0/+1
2013-08-29Compress the tarball built by the MakefileDavid Howells1-4/+7
2013-08-29Fix bogus dates in the specfile changelogDavid Howells1-7/+7
2013-08-12TEST: Keyring contents aren't ordered, so can't check orderingDavid Howells3-14/+10
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-12TEST: A search for a revoked key should return EKEYREVOKEDDavid Howells1-1/+1
2013-08-12TEST: fix permissions on created keys and keyringsJan Stancek1-1/+12
2013-08-12Add key invalidate functionDavid Howells3-0/+28
2012-03-20Doc: Remove incorrect word from request-key.conf.5Peter Schiffer1-1/+1
2012-01-09TEST: Use lower gc_delay for some testsJan Stancek3-0/+32
2011-11-30Move to version 1.5.5v1.5.5David Howells1-1/+4
2011-11-30Build: Fix the Makefile to generate tarballs with correct pathnameDavid Howells1-1/+1
2011-11-30Move to version 1.5.4v1.5.4David Howells1-1/+7
2011-11-30TEST: Suppress the output of pushd/popd in runtest.shDavid Howells1-2/+2
2011-11-30TEST: Fix the version number extractorDavid Howells1-1/+1
2011-11-30TEST: Fix test of "keyctl show"David Howells1-3/+3
2011-11-30keyctl: Allow recursive dump of a specified keyring and fix show commandDavid Howells2-19/+48
2011-11-30Fix rpmlint complaintsDavid Howells2-11/+13
2011-11-30Build: Add build ID and rpmlint facilitiesDavid Howells2-10/+31
2011-11-18Fix the keyctl padd command and similar to handle binary data on stdinDavid Howells1-23/+38
2011-11-15Make it possible to provide keytype-specific request key configsDavid Howells5-40/+73
2011-11-15Build: Depend on $(DEVELLIB) not -lkeyutilsMike Frysinger1-3/+3
2011-11-15TEST: Handle timeouts betterDavid Howells2-2/+19
2011-11-15TEST: Unlink can now take a single argumentDavid Howells3-3/+134
2011-11-15TEST: Allow testing of a key's absence in a keyringDavid Howells2-7/+16
2011-11-15TEST: Allow non-root user runDavid Howells2-4/+30
2011-09-01TEST: Extract the version string from keyctlDavid Howells2-1/+58
2011-09-01TEST: keyctl/session/valid: Check to end of keyring description stringDavid Howells1-1/+1
2011-09-01TEST: Import the RHEL test suiteDavid Howells62-0/+4331
2011-08-31Store version info in library and allow it to be displayedDavid Howells8-4/+51
2011-08-31DOC: Fix unlink entry in keyctl.1 command listDavid Howells2-1/+4
2011-08-31Add rpmbuild dir to .gitignoreDavid Howells1-0/+1
2011-08-11Move to version 1.5.3v1.5.3-signedDavid Howells1-2/+2
2011-08-11RPM: The keyutils rpm should depend on the exact version of keyutils-libs rpmDavid Howells1-0/+4
2011-07-26Move to version 1.5.2David Howells1-3/+3
2011-07-26Use ptrdiff_t format spec in printf for pointer subtraction resultsDavid Howells2-3/+6
2011-07-19Move to version 1.5.1David Howells1-3/+3
2011-07-19rpmlint: Fix FSF address in licenceDavid Howells3-3/+4
2011-07-19Lib: Clean up variable that are set but not readDavid Howells3-7/+5
2011-03-11Move to version 1.5David Howells1-2/+18
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 Howells2-1/+207
2011-03-11keyctl: Permit unlinking of all instances of a key in session keyring treeDavid Howells2-18/+37
2011-03-11keyctl: Add a command to reap all bad keys in the session keyring treeDavid Howells2-0/+66
2011-03-11Lib: Add recursive keyring tree scanning functions to the libraryDavid Howells6-0/+187
2011-03-11Make the dns resolver upcall program reject unresolvable keysDavid Howells1-17/+12
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 Howells2-1/+9
2011-03-11DNS: A/AAAA record upcall handlerDavid Howells3-101/+289
2011-03-11DNS: AFSDB record upcall handlerDavid Howells5-1/+607
2011-03-11Lib: Support keyctl(KEYCTL_INSTANTIATE_IOV)David Howells6-1/+37
2011-03-11Lib: Support keyctl(KEYCTL_REJECT)David Howells10-11/+105
2011-03-11Build: Make the specfile UTF-8 to keep rpmlint happyDavid Howells1-1/+1
2011-03-11Build: Add -I. to the build and handle overriding of Makefile variablesDavid Howells2-5/+9
2011-03-11Build: Disable RPATH setting in MakefileDavid Howells1-1/+1
2011-03-02Release 1.4-4David Howells1-1/+10
2011-03-02Build: Add Makefile rule to build an RPM from git HEADDavid Howells1-0/+31
2011-03-02Build: Extract version info when building rather than defining it redundantlyDavid Howells2-18/+84
2011-03-02Build: NO_GLIBC_KEYSYS is obsoleteDavid Howells2-6/+1
2011-03-02Build: Don't include $(DESTDIR) in MAN* macros in the MakefileDavid Howells1-29/+28
2011-03-02Build: Built programs should depend on build libraryDavid Howells1-2/+2
2011-03-02Build: Guess library directories and word sizeDavid Howells1-3/+9
2011-03-02Release 1.4-3David Howells1-1/+4
2011-03-02Fix linkage of utilities in the Makefile.Diego Elio Pettenò1-2/+4
2011-03-02Release 1.4-2David Howells1-1/+5
2011-03-02Fix function prototypes in the manual pagesDavid Howells5-12/+14
2010-03-19Move to version 1.4David Howells1-3/+4
2010-03-19LIB: Fix the library namingDavid Howells2-4/+9
2010-03-19Add a keyctl.3 manpage as an index for all the keyctl functionsDavid Howells18-553/+106
2010-03-19manpages: Spell 'specified' correctlyDavid Howells3-3/+3
2010-03-18Fix rpmlint warnings in the specfileDavid Howells1-4/+7
2010-02-26Move to version 1.3David Howells3-3/+12
2010-02-26Add keyctl command to give the parent process a new keyringDavid Howells6-0/+180
2010-02-26Add a keyctl command to get the security label on a keyDavid Howells6-1/+225
2010-02-26Fix compiler warnings in request_key.cDavid Howells2-5/+3
2010-02-26Have GIT ignore built binaries and editor-produced old versionsDavid Howells1-0/+8
2010-02-22keyutils historical version 1.2David Howells6-467/+25
2010-02-22keyutils historical version 1.1David Howells19-33/+2438
2010-02-22keyutils historical version 1.0David Howells8-121/+449
2010-02-22keyutils historical version 0.3-3David Howells5-49/+201
2010-02-22keyutils historical version 0.3-2David Howells8-46/+415
2010-02-22keyutils historical version 0.3David Howells5-87/+56
2010-02-22keyutils historical version 0.1David Howells14-0/+3901