]> eyrie.org Git - kerberos/perl-kerberos.git/commit
Add tests for keytab functions
authorRuss Allbery <eagle@eyrie.org>
Fri, 7 Mar 2014 04:52:57 +0000 (20:52 -0800)
committerRuss Allbery <eagle@eyrie.org>
Fri, 7 Mar 2014 04:52:57 +0000 (20:52 -0800)
commit5771734a9b5a05d92dec84d493fa1b098b1f4a69
tree280c3cc93355d960f5a07b5e32eeb78f1593f0e5
parentc5b9e549a62bd66ff4b1f8216740ed949a87bf68
Add tests for keytab functions

Add a test suite for keytabs and keytab entries, as well as the
necessary test data.  Fix some bugs uncovered in the keytab and
keytab entry code that was not previously tested.
lib/Authen/Kerberos.xs
t/data/keytabs/README [new file with mode: 0644]
t/data/keytabs/fake-keytab [new file with mode: 0644]
t/kerberos/keytab.t [new file with mode: 0755]