summaryrefslogtreecommitdiffstats
path: root/src/util/k5test.py
Commit message (Expand)AuthorAgeFilesLines
* Wait before killing daemons in interactive k5testGreg Hudson2011-09-101-0/+5
* Add ccache collection support to toolsGreg Hudson2011-09-051-0/+2
* Get local hostname more precisely in k5test.pyGreg Hudson2011-09-011-2/+18
* Have kinit, klist and klist_keytab in k5test.realm take keyword argsTom Yu2011-08-301-6/+7
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-1/+1
* Set LC_MESSAGES to "C" in tests which run commandsGreg Hudson2011-06-101-0/+2
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-011-0/+2
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-201-7/+7
* Correct a minor error in the k5test documentationGreg Hudson2010-11-151-1/+1
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-261-1/+1
* Add an extra arguments parameter to k5test's realm.start_kdc()Greg Hudson2010-09-171-4/+5
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-071-0/+11
* Correct the documentation for the start_kadmind keyword in k5test.pyGreg Hudson2010-08-121-1/+1
* Force hostname to lower-case for use in principal namesKen Raeburn2010-05-161-1/+2
* Make k5test.py work for builds in the source dirGreg Hudson2010-05-131-1/+1
* Simplify how k5test scripts get run by importing runenv by pathnameGreg Hudson2010-04-241-8/+14
* Run Python tests as individual rule commands (friendlier to make -k)Greg Hudson2010-04-241-8/+13
* Only create runenv.py at BUILDTOP. Fix bugs in k5test.py relating toTom Yu2010-04-201-1/+8
* Build runenv.py, holding environment variable settings required forTom Yu2010-04-161-10/+6
* Add a "make testrealm" target using the Python test framework. AsGreg Hudson2010-03-081-12/+19
* Make python test start_in_inetd functionEzra Peisach2010-03-071-1/+1
* Add a message parameter to k5test's success(), to briefly indicate theGreg Hudson2010-03-051-6/+9
* Clean up a help string in k5testGreg Hudson2010-03-041-2/+2
* Python test frameworkGreg Hudson2010-03-041-0/+1042