summaryrefslogtreecommitdiffstats
path: root/src/tests/dumpfiles
Commit message (Collapse)AuthorAgeFilesLines
* Add master key rollover tests in k5test frameworkGreg Hudson2013-10-251-0/+7
| | | | | | | | | | | Add a new script t_mkey.py using the k5test framework. Test the fixes for #6507, #7685, and #7686 as well as basic functionality and old-stashfile compatibility. dump.16 was created by running "kdb5_util create -s -P footes" and "kdb5_util dump dumpfile" with krb5 1.6. The key from the resulting stash file was extracted and placed in the struct.pack() call in the new test script.
* Add kadmin support for principals without keysGreg Hudson2013-07-155-0/+5
| | | | | | | | | Add kadmin support for "addprinc -nokey", which creates a principal with no keys, and "purgekeys -all", which deletes all keys from a principal. The KDC was modified by #7630 to support principals without keys. ticket: 7679 (new)
* Add more tests for dump and loadGreg Hudson2013-02-045-0/+48
Move the existing dump/load tests from t_general.py to a new script t_dump.py. Add additional tests using pre-created dumpfiles, to exercise the -r18, -r13, -b7, and -ov formats. bigredbutton: whitespace