summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Place the keyutils library in the /lib rather thanbaserock/morphMark Doffman2013-09-261-1/+1
* Add a morph file for keyutils build.Mark Doffman2013-09-261-0/+13
* Move to version 1.5.6v1.5.6David Howells2013-08-291-2/+8
* Add keyctl_invalidate() manpage and update keyctl.3David Howells2013-08-293-1/+84
* Lib: Add keyctl_invalidate to version.ldsDavid Howells2013-08-291-0/+1
* Compress the tarball built by the MakefileDavid Howells2013-08-291-4/+7
* Fix bogus dates in the specfile changelogDavid Howells2013-08-291-7/+7
* TEST: Keyring contents aren't ordered, so can't check orderingDavid Howells2013-08-123-14/+10
* 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
* TEST: A search for a revoked key should return EKEYREVOKEDDavid Howells2013-08-121-1/+1
* TEST: fix permissions on created keys and keyringsJan Stancek2013-08-121-1/+12
* Add key invalidate functionDavid Howells2013-08-123-0/+28
* Doc: Remove incorrect word from request-key.conf.5Peter Schiffer2012-03-201-1/+1
* TEST: Use lower gc_delay for some testsJan Stancek2012-01-093-0/+32
* Move to version 1.5.5v1.5.5David Howells2011-11-301-1/+4
* Build: Fix the Makefile to generate tarballs with correct pathnameDavid Howells2011-11-301-1/+1
* Move to version 1.5.4v1.5.4David Howells2011-11-301-1/+7
* TEST: Suppress the output of pushd/popd in runtest.shDavid Howells2011-11-301-2/+2
* TEST: Fix the version number extractorDavid Howells2011-11-301-1/+1
* TEST: Fix test of "keyctl show"David Howells2011-11-301-3/+3
* keyctl: Allow recursive dump of a specified keyring and fix show commandDavid Howells2011-11-302-19/+48
* Fix rpmlint complaintsDavid Howells2011-11-302-11/+13
* Build: Add build ID and rpmlint facilitiesDavid Howells2011-11-302-10/+31
* Fix the keyctl padd command and similar to handle binary data on stdinDavid Howells2011-11-181-23/+38
* Make it possible to provide keytype-specific request key configsDavid Howells2011-11-155-40/+73
* Build: Depend on $(DEVELLIB) not -lkeyutilsMike Frysinger2011-11-151-3/+3
* TEST: Handle timeouts betterDavid Howells2011-11-152-2/+19
* TEST: Unlink can now take a single argumentDavid Howells2011-11-153-3/+134
* TEST: Allow testing of a key's absence in a keyringDavid Howells2011-11-152-7/+16
* TEST: Allow non-root user runDavid Howells2011-11-152-4/+30
* TEST: Extract the version string from keyctlDavid Howells2011-09-012-1/+58
* TEST: keyctl/session/valid: Check to end of keyring description stringDavid Howells2011-09-011-1/+1
* TEST: Import the RHEL test suiteDavid Howells2011-09-0162-0/+4331
* Store version info in library and allow it to be displayedDavid Howells2011-08-318-4/+51
* DOC: Fix unlink entry in keyctl.1 command listDavid Howells2011-08-312-1/+4
* Add rpmbuild dir to .gitignoreDavid Howells2011-08-311-0/+1
* Move to version 1.5.3v1.5.3-signedv1.5.3David Howells2011-08-111-2/+2
* RPM: The keyutils rpm should depend on the exact version of keyutils-libs rpmDavid Howells2011-08-111-0/+4
* Move to version 1.5.2v1.5.2David Howells2011-07-261-3/+3
* Use ptrdiff_t format spec in printf for pointer subtraction resultsDavid Howells2011-07-262-3/+6
* Move to version 1.5.1v1.5.1David Howells2011-07-191-3/+3
* rpmlint: Fix FSF address in licenceDavid Howells2011-07-193-3/+4
* Lib: Clean up variable that are set but not readDavid Howells2011-07-193-7/+5
* Move to version 1.5v1.5David Howells2011-03-111-2/+18
* 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-112-1/+207
* keyctl: Permit unlinking of all instances of a key in session keyring treeDavid Howells2011-03-112-18/+37
* keyctl: Add a command to reap all bad keys in the session keyring treeDavid Howells2011-03-112-0/+66
* Lib: Add recursive keyring tree scanning functions to the libraryDavid Howells2011-03-116-0/+187