| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an extended com_err hook in klist | Greg Hudson | 2013-12-20 | 1 | -1/+1 |
* | Fix various warnings | Greg Hudson | 2013-06-07 | 1 | -1/+1 |
* | Reduce boilerplate in makefiles | Greg Hudson | 2013-05-16 | 1 | -4/+1 |
* | Add various client-authenticating PKINIT tests | Nalin Dahyabhai | 2013-04-24 | 4 | -0/+62 |
* | Add a script for [re]generating test PKI creds | Nalin Dahyabhai | 2013-04-24 | 1 | -0/+117 |
* | make depend | Greg Hudson | 2013-01-10 | 1 | -1/+1 |
* | Allow principals to refer to nonexistent policies | Greg Hudson | 2013-01-09 | 1 | -2/+1 |
* | Fix slow kprop dejagnu test | Greg Hudson | 2012-10-10 | 2 | -5/+3 |
* | De-conditionalize Camellia code | Greg Hudson | 2012-10-09 | 1 | -26/+24 |
* | Remove iprop dejagnu test | Greg Hudson | 2012-10-08 | 1 | -236/+0 |
* | Always recreate acl files during dejagnu tests | Tom Yu | 2012-07-11 | 2 | -11/+7 |
* | Enable all localizations in main functions | Ben Kaduk | 2012-07-06 | 1 | -3/+4 |
* | Add krb5_kt_client_default API | Greg Hudson | 2012-07-02 | 1 | -2/+14 |
* | Get rid of fake-install | Greg Hudson | 2011-11-04 | 3 | -8/+3 |
* | Make dejagnu tests work with non-FQDN hostname | Greg Hudson | 2011-09-01 | 1 | -11/+4 |
* | Convert preauth_plugin.h to new plugin framework | Greg Hudson | 2011-06-17 | 3 | -5/+5 |
* | Set LC_MESSAGES to "C" in tests which run commands | Greg Hudson | 2011-06-10 | 1 | -0/+3 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -5/+4 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
* | Implement Camellia-CTS-CMAC instead of Camellia-CCM | Greg Hudson | 2010-11-20 | 1 | -15/+15 |
* | The iprop dejagnu test had some deceptive commented-out debugging code | Greg Hudson | 2010-11-16 | 1 | -0/+1 |
* | Remove a stray spawn_shell in the iprop dejagnu tests | Greg Hudson | 2010-11-04 | 1 | -1/+0 |
* | kpasswd: if a credential cache is present, use FAST | Sam Hartman | 2010-09-27 | 1 | -1/+2 |
* | Merge the camellia-ccm branch to trunk. Since there are no IANA | Greg Hudson | 2010-09-07 | 1 | -0/+26 |
* | Add a sentinel line to sim_server after the socket is ready, and use | Greg Hudson | 2010-04-24 | 1 | -2/+4 |
* | Eliminate the use of tail -f in the dejagnu test suite. Instead, use | Greg Hudson | 2010-04-24 | 1 | -139/+7 |
* | Add a sentinel to the sample gss-server after the socket is ready, and | Greg Hudson | 2010-04-24 | 1 | -1/+5 |
* | In t_inetd, zero out l_inaddr before filling it in, as is relatively | Greg Hudson | 2010-04-21 | 1 | -0/+2 |
* | Fix CVE-2010-1230 (MITKRB5-SA-2010-004) double-free in KDC triggered | Tom Yu | 2010-04-20 | 2 | -0/+39 |
* | Build runenv.py, holding environment variable settings required for | Tom Yu | 2010-04-16 | 1 | -6/+2 |
* | Always pass -W option to kdb5_util create in testing | Ken Raeburn | 2010-03-27 | 1 | -1/+1 |
* | Make python test start_in_inetd function | Ezra Peisach | 2010-03-07 | 2 | -1/+4 |
* | Remove some more test suite cruft: | Greg Hudson | 2010-02-28 | 1 | -14/+5 |
* | Remove some more dejagnu test suite cruft: | Greg Hudson | 2010-02-22 | 1 | -26/+0 |
* | Remove some unused cruft in the dejagnu test suite's default.exp: | Greg Hudson | 2010-02-22 | 1 | -471/+3 |
* | In kinit_anonymous, fail out if we receive a password request from | Greg Hudson | 2010-01-19 | 1 | -1/+11 |
* | Revert change to Makefile.in that ended up not being needed | Sam Hartman | 2010-01-07 | 1 | -6/+1 |
* | automated tests for anonymous pkinit | Sam Hartman | 2010-01-07 | 6 | -1/+120 |
* | Use a distinct pass/fail string for kinit_fast so its failures can be | Greg Hudson | 2010-01-07 | 1 | -3/+3 |
* | disable weak crypto by default | Tom Yu | 2010-01-05 | 1 | -22/+44 |
* | Test FAST authentication during each pass | Sam Hartman | 2010-01-04 | 3 | -7/+62 |
* | kdc_supported_enctypes does nothing; eradicate mentions thereof | Tom Yu | 2010-01-04 | 1 | -27/+0 |
* | Remove old 'full' arg to KDC that should've gone away with '-4' | Ken Raeburn | 2010-01-03 | 1 | -1/+1 |
* | Test -P options to kdc and kadmind to write out a pid file. Verify contents of | Ezra Peisach | 2010-01-02 | 1 | -2/+35 |
* | Add dejagnu test suite support for finding the preauth modules in the | Greg Hudson | 2009-12-28 | 2 | -0/+3 |
* | Mark and reindent tests, with some exclusions | Tom Yu | 2009-11-30 | 1 | -51/+52 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 1 | -2/+0 |
* | Unbundle applications into separate repository | Greg Hudson | 2009-11-22 | 5 | -1805/+0 |
* | For iprop test, reduce expected attribute change count to reflect the three | Luke Howard | 2009-11-11 | 1 | -5/+5 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -5/+4 |