summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson2010-04-241-1/+5
* Run Python tests as individual rule commands (friendlier to make -k)Greg Hudson2010-04-242-3/+5
* In the kdc5_hammer test program, simplify the cleanup logic ofGreg Hudson2010-04-211-19/+10
* In t_inetd, zero out l_inaddr before filling it in, as is relativelyGreg Hudson2010-04-211-0/+2
* Fix CVE-2010-1230 (MITKRB5-SA-2010-004) double-free in KDC triggeredTom Yu2010-04-202-0/+39
* Build runenv.py, holding environment variable settings required forTom Yu2010-04-161-6/+2
* Always pass -W option to kdb5_util create in testingKen Raeburn2010-03-273-4/+4
* Include t_spengno.o in list of OBJS so make clean will removeEzra Peisach2010-03-231-1/+1
* Set up KRB5_RUN_ENV for pytests, so that Python-based tests can runTom Yu2010-03-151-1/+1
* Make python test start_in_inetd functionEzra Peisach2010-03-072-1/+4
* Add a Python test to run t_spnegoGreg Hudson2010-03-052-0/+11
* Fix a double-free in the t_spnego test program resulting from overlyGreg Hudson2010-03-051-3/+0
* Add a message parameter to k5test's success(), to briefly indicate theGreg Hudson2010-03-052-3/+3
* Python test frameworkGreg Hudson2010-03-043-0/+83
* Remove some more test suite cruft:Greg Hudson2010-02-281-14/+5
* Remove some more dejagnu test suite cruft:Greg Hudson2010-02-221-26/+0
* Remove some unused cruft in the dejagnu test suite's default.exp:Greg Hudson2010-02-221-471/+3
* Implement gss_set_neg_mechsGreg Hudson2010-02-102-2/+269
* In kinit_anonymous, fail out if we receive a password request fromGreg Hudson2010-01-191-1/+11
* (memory leak)Ezra Peisach2010-01-101-2/+0
* Revert change to Makefile.in that ended up not being neededSam Hartman2010-01-071-6/+1
* automated tests for anonymous pkinitSam Hartman2010-01-076-1/+120
* Use a distinct pass/fail string for kinit_fast so its failures can beGreg Hudson2010-01-071-3/+3
* disable weak crypto by defaultTom Yu2010-01-052-22/+45
* Test FAST authentication during each passSam Hartman2010-01-043-7/+62
* kdc_supported_enctypes does nothing; eradicate mentions thereofTom Yu2010-01-041-27/+0
* Update dependenciesKen Raeburn2010-01-031-0/+4
* Remove old 'full' arg to KDC that should've gone away with '-4'Ken Raeburn2010-01-031-1/+1
* Test -P options to kdc and kadmind to write out a pid file. Verify contents of Ezra Peisach2010-01-021-2/+35
* Free tinfo at end - so program runs with new memory leaksEzra Peisach2009-12-311-0/+1
* format %p wants void*Ken Raeburn2009-12-311-1/+1
* Add dejagnu test suite support for finding the preauth modules in theGreg Hudson2009-12-282-0/+3
* Performance testing programs for krb5_init_context and profile data fetchKen Raeburn2009-12-283-1/+580
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-172-6/+428
* allow testing even if name->addr->name mapping doesn't workKen Raeburn2009-12-031-8/+21
* Mark and reindent tests, with some exclusionsTom Yu2009-11-3032-3607/+3636
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2223-157/+133
* Unbundle applications into separate repositoryGreg Hudson2009-11-225-1805/+0
* Constrained delegation without PAC supportGreg Hudson2009-11-149-0/+220
* For iprop test, reduce expected attribute change count to reflect the threeLuke Howard2009-11-111-5/+5
* Don't flush stdout so much. Calculate and display some more averagesKen Raeburn2009-11-071-2/+11
* Delay start of test until the start of a new second on the systemKen Raeburn2009-11-071-4/+17
* Change INIT_ONCE compile-time flag into a run-time option. DeleteKen Raeburn2009-11-061-62/+89
* Don't start by attempting to unlink replay caches by guessingKen Raeburn2009-11-061-4/+27
* Use krb5_get_error_message for reporting if krb5_get_server_rcache failsKen Raeburn2009-11-061-2/+6
* make mark-cstyleTom Yu2009-10-3126-372/+363
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-1/+1
* For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard2009-10-201-1/+1
* correct indirection of minor status code when calling displayStatus()Luke Howard2009-10-201-2/+2
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-106-39/+46