| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 36 | -69/+395 |
* | On make clean remove test programs and object files. In lib/krb5/krb | Ezra Peisach | 2011-03-06 | 1 | -1/+2 |
* | Make depend | Greg Hudson | 2011-02-25 | 6 | -35/+39 |
* | Improve acceptor name flexibility | Greg Hudson | 2011-02-07 | 3 | -5/+260 |
* | Make principal renaming work in libkadm5srv by converting to explicit | Greg Hudson | 2011-01-25 | 2 | -0/+47 |
* | Fix a regression in the client-side ticket renewal code where KDC | Greg Hudson | 2010-12-14 | 2 | -0/+17 |
* | update dependencies | Ken Raeburn | 2010-12-05 | 1 | -0/+2 |
* | Test for key rollover for TGT, including purging old keys | Tom Yu | 2010-12-03 | 2 | -0/+47 |
* | Implement restrict_anonymous_to_tgt realm flag | Greg Hudson | 2010-12-01 | 1 | -2/+15 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 12 | -12/+12 |
* | 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 |
* | In profile-reading performance test, print microseconds not milliseconds | Ken Raeburn | 2010-10-23 | 1 | -4/+4 |
* | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 2 | -4/+194 |
* | Propagate modprinc -unlock from master to slave KDCs | Greg Hudson | 2010-10-05 | 1 | -1/+5 |
* | Fix type errors in t_gssexts | Greg Hudson | 2010-10-02 | 1 | -2/+2 |
* | Eliminate K&R-style function definition headers in t_gssexts.c, and | Greg Hudson | 2010-10-02 | 1 | -18/+10 |
* | Whitespace | Greg Hudson | 2010-09-30 | 2 | -10/+8 |
* | Automated tests for kadm5_hook plugin | Sam Hartman | 2010-09-29 | 2 | -0/+25 |
* | kpasswd: if a credential cache is present, use FAST | Sam Hartman | 2010-09-27 | 1 | -1/+2 |
* | Add gss_krb5_import_cred | Greg Hudson | 2010-09-27 | 1 | -23/+81 |
* | kinit: add KDB keytab support | Sam Hartman | 2010-09-15 | 1 | -0/+5 |
* | kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_... | Sam Hartman | 2010-09-15 | 1 | -1/+1 |
* | Make depend | Greg Hudson | 2010-09-08 | 5 | -30/+30 |
* | Merge the camellia-ccm branch to trunk. Since there are no IANA | Greg Hudson | 2010-09-07 | 1 | -0/+26 |
* | Fix memory leaks in kdb5_verify | Ezra Peisach | 2010-09-04 | 1 | -0/+2 |
* | Add simple automated tests for account lockout support | Greg Hudson | 2010-08-29 | 2 | -0/+49 |
* | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 2 | -88/+48 |
* | Remove verify_master_key from the DAL table, as well as its associated | Greg Hudson | 2010-07-02 | 2 | -4/+10 |
* | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 2 | -5/+5 |
* | make depend | Greg Hudson | 2010-06-07 | 5 | -45/+55 |
* | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 9 | -0/+143 |
* | 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 |
* | Run Python tests as individual rule commands (friendlier to make -k) | Greg Hudson | 2010-04-24 | 2 | -3/+5 |
* | In the kdc5_hammer test program, simplify the cleanup logic of | Greg Hudson | 2010-04-21 | 1 | -19/+10 |
* | 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 | 3 | -4/+4 |
* | Include t_spengno.o in list of OBJS so make clean will remove | Ezra Peisach | 2010-03-23 | 1 | -1/+1 |
* | Set up KRB5_RUN_ENV for pytests, so that Python-based tests can run | Tom Yu | 2010-03-15 | 1 | -1/+1 |
* | Make python test start_in_inetd function | Ezra Peisach | 2010-03-07 | 2 | -1/+4 |
* | Add a Python test to run t_spnego | Greg Hudson | 2010-03-05 | 2 | -0/+11 |
* | Fix a double-free in the t_spnego test program resulting from overly | Greg Hudson | 2010-03-05 | 1 | -3/+0 |
* | Add a message parameter to k5test's success(), to briefly indicate the | Greg Hudson | 2010-03-05 | 2 | -3/+3 |
* | Python test framework | Greg Hudson | 2010-03-04 | 3 | -0/+83 |
* | Remove some more test suite cruft: | Greg Hudson | 2010-02-28 | 1 | -14/+5 |