summaryrefslogtreecommitdiffstats
path: root/src/util/k5test.py
Commit message (Expand)AuthorAgeFilesLines
* Add "which" function to k5testGreg Hudson2013-09-281-0/+13
* Add kprop Python testsGreg Hudson2013-02-071-3/+9
* Verify iprop test results more thoroughlyGreg Hudson2013-01-221-2/+2
* Add k5test support for KDC special environmentsGreg Hudson2013-01-111-11/+15
* Simplify k5test.py environmentsGreg Hudson2012-12-201-248/+168
* Add automated tests for LDAP KDB moduleGreg Hudson2012-11-151-0/+3
* Make t_iprop.py faster and more robustGreg Hudson2012-10-121-7/+27
* De-conditionalize Camellia codeGreg Hudson2012-10-091-9/+8
* Prep k5test.py for iprop (add start_kpropd(), ...)Nicolas Williams2012-10-081-6/+42
* Allow full ccache name in k5test's K5Realm.klistGreg Hudson2012-07-111-1/+4
* Enable all localizations in main functionsBen Kaduk2012-07-061-2/+3
* Add krb5_kt_client_default APIGreg Hudson2012-07-021-0/+5
* Allow daemon debugging in k5test.pyGreg Hudson2012-06-061-6/+8
* Fix k5test.py hostname canonicalizationGreg Hudson2012-06-051-2/+1
* Remove outdated comment in k5test.pyGreg Hudson2012-06-031-17/+0
* Try all host keys by default in vfy_incredsGreg Hudson2012-05-031-0/+4
* Add k5test.py helpers for running kadminGreg Hudson2012-04-261-0/+25
* Flip the default of start_kadmind in k5test.pyGreg Hudson2012-04-261-3/+3
* Return kinit output in k5test's K5Realm.kinitGreg Hudson2012-04-191-2/+2
* Avoid using itertools.permutations in k5testGreg Hudson2011-12-171-2/+2
* Fix k5test error message for missing runenv.pyGreg Hudson2011-11-151-1/+1
* Get rid of fake-installGreg Hudson2011-11-041-13/+3
* Get rid of periods in Python test success messagesGreg Hudson2011-11-031-1/+1
* Fix typos in k5test.pyGreg Hudson2011-11-031-3/+3
* Add cross-realm tests to python test frameworkGreg Hudson2011-11-031-0/+78
* 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