]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add cookie tests
authorGreg Hudson <ghudson@mit.edu>
Sun, 16 Aug 2015 04:28:53 +0000 (00:28 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 26 Aug 2015 15:14:49 +0000 (11:14 -0400)
commit379239d98a05b271bbd6127f98bdb64646958b4c
tree742ba26a51a5789bd2128787c36e45ba10f4d101
parent4e15c03b54464b661c6578f78de3bd348163fc07
Add cookie tests

Add cookie and KDC_ERR_MORE_PREAUTH_DATA_REQUIRED functionality to the
test preauth plugins modules.  Create a new test script t_preauth.py
and move a test there from t_etype_info.py which is only marginally
related to etype-info.  Add a new test which exercises a multi-hop
preauth scenario and generates different cookies for each KDC error.

ticket: 8233
src/plugins/preauth/test/cltest.c
src/plugins/preauth/test/kdctest.c
src/tests/Makefile.in
src/tests/t_etype_info.py
src/tests/t_preauth.py [new file with mode: 0644]