summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression in the client-side ticket renewal code where KDCGreg Hudson2010-12-142-0/+17
* update dependenciesKen Raeburn2010-12-051-0/+2
* Test for key rollover for TGT, including purging old keysTom Yu2010-12-032-0/+47
* Implement restrict_anonymous_to_tgt realm flagGreg Hudson2010-12-011-2/+15
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-2812-12/+12
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-201-15/+15
* The iprop dejagnu test had some deceptive commented-out debugging codeGreg Hudson2010-11-161-0/+1
* Remove a stray spawn_shell in the iprop dejagnu testsGreg Hudson2010-11-041-1/+0
* In profile-reading performance test, print microseconds not millisecondsKen Raeburn2010-10-231-4/+4
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-062-4/+194
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-1/+5
* Fix type errors in t_gssextsGreg Hudson2010-10-021-2/+2
* Eliminate K&R-style function definition headers in t_gssexts.c, andGreg Hudson2010-10-021-18/+10
* WhitespaceGreg Hudson2010-09-302-10/+8
* Automated tests for kadm5_hook pluginSam Hartman2010-09-292-0/+25
* kpasswd: if a credential cache is present, use FASTSam Hartman2010-09-271-1/+2
* Add gss_krb5_import_credGreg Hudson2010-09-271-23/+81
* kinit: add KDB keytab supportSam Hartman2010-09-151-0/+5
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-151-1/+1
* Make dependGreg Hudson2010-09-085-30/+30
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-071-0/+26
* Fix memory leaks in kdb5_verifyEzra Peisach2010-09-041-0/+2
* Add simple automated tests for account lockout supportGreg Hudson2010-08-292-0/+49
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-062-88/+48
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-022-4/+10
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-022-5/+5
* make dependGreg Hudson2010-06-075-45/+55
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-309-0/+143
* Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson2010-04-241-2/+4
* Eliminate the use of tail -f in the dejagnu test suite. Instead, useGreg Hudson2010-04-241-139/+7
* 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