aboutsummaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2-4/+10
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2-5/+5
2010-06-07make dependGreg Hudson5-45/+55
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson9-0/+143
2010-04-24Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson1-2/+4
2010-04-24Eliminate the use of tail -f in the dejagnu test suite. Instead, useGreg Hudson1-139/+7
2010-04-24Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson1-1/+5
2010-04-24Run Python tests as individual rule commands (friendlier to make -k)Greg Hudson2-3/+5
2010-04-21In the kdc5_hammer test program, simplify the cleanup logic ofGreg Hudson1-19/+10
2010-04-21In t_inetd, zero out l_inaddr before filling it in, as is relativelyGreg Hudson1-0/+2
2010-04-20Fix CVE-2010-1230 (MITKRB5-SA-2010-004) double-free in KDC triggeredTom Yu2-0/+39
2010-04-16Build runenv.py, holding environment variable settings required forTom Yu1-6/+2
2010-03-27Always pass -W option to kdb5_util create in testingKen Raeburn3-4/+4
2010-03-23Include t_spengno.o in list of OBJS so make clean will removeEzra Peisach1-1/+1
2010-03-15Set up KRB5_RUN_ENV for pytests, so that Python-based tests can runTom Yu1-1/+1
2010-03-07Make python test start_in_inetd functionEzra Peisach2-1/+4
2010-03-05Add a Python test to run t_spnegoGreg Hudson2-0/+11
2010-03-05Fix a double-free in the t_spnego test program resulting from overlyGreg Hudson1-3/+0
2010-03-05Add a message parameter to k5test's success(), to briefly indicate theGreg Hudson2-3/+3
2010-03-04Python test frameworkGreg Hudson3-0/+83
2010-02-28Remove some more test suite cruft:Greg Hudson1-14/+5
2010-02-22Remove some more dejagnu test suite cruft:Greg Hudson1-26/+0
2010-02-22Remove some unused cruft in the dejagnu test suite's default.exp:Greg Hudson1-471/+3
2010-02-10Implement gss_set_neg_mechsGreg Hudson2-2/+269
2010-01-19In kinit_anonymous, fail out if we receive a password request fromGreg Hudson1-1/+11
2010-01-10(memory leak)Ezra Peisach1-2/+0
2010-01-07Revert change to Makefile.in that ended up not being neededSam Hartman1-6/+1
2010-01-07automated tests for anonymous pkinitSam Hartman6-1/+120
2010-01-07Use a distinct pass/fail string for kinit_fast so its failures can beGreg Hudson1-3/+3
2010-01-05disable weak crypto by defaultTom Yu2-22/+45
2010-01-04Test FAST authentication during each passSam Hartman3-7/+62
2010-01-04kdc_supported_enctypes does nothing; eradicate mentions thereofTom Yu1-27/+0
2010-01-03Update dependenciesKen Raeburn1-0/+4
2010-01-03Remove old 'full' arg to KDC that should've gone away with '-4'Ken Raeburn1-1/+1
2010-01-02Test -P options to kdc and kadmind to write out a pid file. Verify contents of Ezra Peisach1-2/+35
2009-12-31Free tinfo at end - so program runs with new memory leaksEzra Peisach1-0/+1
2009-12-31format %p wants void*Ken Raeburn1-1/+1
2009-12-28Add dejagnu test suite support for finding the preauth modules in theGreg Hudson2-0/+3
2009-12-28Performance testing programs for krb5_init_context and profile data fetchKen Raeburn3-1/+580
2009-12-17Add GSS extensions to store credentials, generate random bitsGreg Hudson2-6/+428
2009-12-03allow testing even if name->addr->name mapping doesn't workKen Raeburn1-8/+21
2009-11-30Mark and reindent tests, with some exclusionsTom Yu32-3607/+3636
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson23-157/+133
2009-11-22Unbundle applications into separate repositoryGreg Hudson5-1805/+0
2009-11-14Constrained delegation without PAC supportGreg Hudson9-0/+220
2009-11-11For iprop test, reduce expected attribute change count to reflect the threeLuke Howard1-5/+5
2009-11-07Don't flush stdout so much. Calculate and display some more averagesKen Raeburn1-2/+11
2009-11-07Delay start of test until the start of a new second on the systemKen Raeburn1-4/+17
2009-11-06Change INIT_ONCE compile-time flag into a run-time option. DeleteKen Raeburn1-62/+89
2009-11-06Don't start by attempting to unlink replay caches by guessingKen Raeburn1-4/+27