Skip Menu |
 

From: Andrea Campi <andrea.campi@gmail.com>
Date: Fri, 20 Dec 2013 11:00:13 -0800
Subject: Tests broken on CentOS 6 in 1.12
To: krb5-bugs@mit.edu
Hi,

this commit:

https://github.com/krb5/krb5/commit/5d03cb6b235f0ee0e30b34630f95f208d6acd3d0
commit 5d03cb6b235f0ee0e30b34630f95f208d6acd3d0
Author: Greg Hudson <ghudson@mit.edu>
Date:   Sat Sep 28 16:29:36 2013 -0400

    Conditionally test KEYRING ccache type


started using "keyctl purge".
But the purge subcommand seems not to be available on e.g. CentOS 6 (keyutils-1.4-4.el6.x86_64).

Andrea
From: ghudson@mit.edu
Subject: git commit

Avoid keyctl purge in keyring ccache tests

keyctl purge was added in keyutils 1.5 (released in March 2011). Use
keyctl unlink to clean up keys instead, as it is more universal.

https://github.com/krb5/krb5/commit/94da4584645475272abec6259d1666e34bd59594
Author: Greg Hudson <ghudson@mit.edu>
Commit: 94da4584645475272abec6259d1666e34bd59594
Branch: master
src/lib/krb5/ccache/t_cccol.py | 30 ++++++++++++++++--------------
src/tests/t_ccache.py | 20 ++++++++++++--------
2 files changed, 28 insertions(+), 22 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Avoid keyctl purge in keyring ccache tests

keyctl purge was added in keyutils 1.5 (released in March 2011). Use
keyctl unlink to clean up keys instead, as it is more universal.

(cherry picked from commit 94da4584645475272abec6259d1666e34bd59594)

https://github.com/krb5/krb5/commit/22cfc33cc61415adccf1d55618d8058d607e6930
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 22cfc33cc61415adccf1d55618d8058d607e6930
Branch: krb5-1.12
src/lib/krb5/ccache/t_cccol.py | 30 ++++++++++++++++--------------
src/tests/t_ccache.py | 20 ++++++++++++--------
2 files changed, 28 insertions(+), 22 deletions(-)