-
Mon Jan 18 2016 Jingdong Lu <jingdong.lu@oracle.com> -1.4-5.0.1
- Drop the -Wl,-rpath,$(LIB) options [21434641] (John Haxby)
-
Wed Mar 12 2014 David Howells <dhowells@redhat.com> - 1.4-5
- Make keyctl show handle deeply nested keyrings [BZ 1075652].
- The key serial ID field displayed by keyctl show may be up to 10 digits [BZ 1075652].
- Make keyctl padd & co. handle binary data containing NUL chars [BZ 1075652].
- The input buffer for keyctl padd & co. should be 1MB-1 in size [BZ 1075652].
-
Fri Feb 03 2012 David Howells <dhowells@redhat.com> - 1.4-4
- Allow /sbin/request-key to have multiple config files [BZ 772497].
-
Thu Aug 11 2011 David Howells <dhowells@redhat.com> - 1.4-3
- Make the keyutils rpm depend on the same keyutils-libs rpm version [BZ 730002].
-
Tue Aug 09 2011 David Howells <dhowells@redhat.com> - 1.4-2
- Pass -Wl,-z,relro to the linker as a security enhancement [BZ 727280].
-
Fri Mar 19 2010 David Howells <dhowells@redhat.com> - 1.4-1
- Fix the library naming wrt the version.
- Move the package to version to 1.4.
-
Fri Mar 19 2010 David Howells <dhowells@redhat.com> - 1.3-3
- Fix spelling mistakes in manpages.
- Add an index manpage for all the keyctl functions.
-
Thu Mar 11 2010 David Howells <dhowells@redhat.com> - 1.3-2
- Fix rpmlint warnings.
-
Fri Feb 26 2010 David Howells <dhowells@redhat.com> - 1.3-1
- Fix compiler warnings in request-key.
- Expose the kernel function to get a key's security context.
- Expose the kernel function to set a processes keyring onto its parent.
- Move libkeyutils library version to 1.3.
-
Mon Nov 30 2009 Dennis Gregorovic <dgregor@redhat.com> - 1.2-6.1
- Rebuilt for RHEL 6
-
Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
Thu May 22 2008 Todd Zullinger <tmz@pobox.com> - 1.2-4
- fix license tag
-
Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2-3
- Autorebuild for GCC 4.3
-
Tue Aug 22 2006 David Howells <dhowells@redhat.com> - 1.2-1
- Remove syscall manual pages (section 2) to man-pages package [BZ 203582]
- Don't write to serial port in debugging script
-
Mon Jun 05 2006 David Howells <dhowells@redhat.com> - 1.1-4
- Call ldconfig during (un)installation.
-
Fri May 05 2006 David Howells <dhowells@redhat.com> - 1.1-3
- Don't include the release number in the shared library filename
- Don't build static library
-
Fri May 05 2006 David Howells <dhowells@redhat.com> - 1.1-2
- More bug fixes from Fedora reviewer.
-
Thu May 04 2006 David Howells <dhowells@redhat.com> - 1.1-1
- Fix rpmlint errors
-
Mon Dec 05 2005 David Howells <dhowells@redhat.com> - 1.0-2
- Add build dependency on glibc-kernheaders with key management syscall numbers
-
Tue Nov 29 2005 David Howells <dhowells@redhat.com> - 1.0-1
- Add data pipe-in facility for keyctl request2
-
Mon Nov 28 2005 David Howells <dhowells@redhat.com> - 1.0-1
- Rename library and header file "keyutil" -> "keyutils" for consistency
- Fix shared library version naming to same way as glibc.
- Add versioning for shared library symbols
- Create new keyutils-libs package and install library and main symlink there
- Install base library symlink in /usr/lib and place in devel package
- Added a keyutils archive library
- Shorten displayed key permissions list to just those we actually have
-
Thu Nov 24 2005 David Howells <dhowells@redhat.com> - 0.3-4
- Add data pipe-in facilities for keyctl add, update and instantiate
-
Fri Nov 18 2005 David Howells <dhowells@redhat.com> - 0.3-3
- Added stdint.h inclusion in keyutils.h
- Made request-key.c use request_key() rather than keyctl_search()
- Added piping facility to request-key
-
Thu Nov 17 2005 David Howells <dhowells@redhat.com> - 0.3-2
- Added timeout keyctl option
- request_key auth keys must now be assumed
- Fix keyctl argument ordering for debug negate line in request-key.conf
-
Thu Jul 28 2005 David Howells <dhowells@redhat.com> - 0.3-1
- Must invoke initialisation from perror() override in libkeyutils
- Minor UI changes
-
Wed Jul 20 2005 David Howells <dhowells@redhat.com> - 0.2-2
- Bump version to permit building in main repositories.
-
Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.2-1
- Don't attempt to define the error codes in the header file.
- Pass the release ID through to the makefile to affect the shared library name.
-
Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-3
- Build in the perror() override to get the key error strings displayed.
-
Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-2
- Need a defattr directive after each files directive.
-
Tue Jul 12 2005 David Howells <dhowells@redhat.com> - 0.1-1
- Package creation.