| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify kdb_db2's open_db() a little further, avoiding a suspicious | Greg Hudson | 2010-11-03 | 1 | -7/+11 |
| * | Avoid running off the end of the spares array in db2's page_to_oaddr() | Greg Hudson | 2010-11-03 | 1 | -1/+1 |
| * | Use size_t to hold set counts in net-server.c | Greg Hudson | 2010-11-03 | 1 | -9/+9 |
| * | Clean up the DB2 KDB module code a bit, making it more conformant with | Greg Hudson | 2010-11-02 | 1 | -141/+96 |
| * | krb5_get_error_message cannot return NULL, and returns "Success" on | Greg Hudson | 2010-11-01 | 6 | -53/+22 |
| * | Don't fail out from krb5_get_credentials() if we can't store a ticket | Greg Hudson | 2010-10-27 | 1 | -10/+4 |
| * | FILE keytabs have been able to handle write operations since krb5 1.7, | Greg Hudson | 2010-10-26 | 3 | -41/+13 |
| * | Mark Camellia-CCM code as experimental | Greg Hudson | 2010-10-26 | 1 | -0/+3 |
| * | Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, and | Greg Hudson | 2010-10-26 | 6 | -101/+108 |
| * | Make k5-buf.h comments consistent with coding style | Greg Hudson | 2010-10-26 | 1 | -44/+54 |
| * | Set *conf_state on successful return from | Greg Hudson | 2010-10-26 | 1 | -0/+2 |
| * | When we create a temporary memory ccache for use within a | Greg Hudson | 2010-10-25 | 5 | -3/+10 |
| * | Use safer output parameter handling in | Greg Hudson | 2010-10-25 | 1 | -2/+4 |
| * | In acquire_init_cred in the GSS krb5 mech, don't intern cred->name, | Greg Hudson | 2010-10-25 | 1 | -4/+2 |
| * | Whitespace | Greg Hudson | 2010-10-24 | 2 | -3/+4 |
| * | Whitespace | Greg Hudson | 2010-10-24 | 4 | -72/+61 |
| * | Fix adjustment of counter | Ken Raeburn | 2010-10-23 | 1 | -1/+1 |
| * | Declare xdr_purgekeys_arg | Ken Raeburn | 2010-10-23 | 1 | -0/+1 |
| * | Declare kadmin_purgekeys | Ken Raeburn | 2010-10-23 | 1 | -0/+1 |
| * | Declare krb5_set_error_message_fl | Ken Raeburn | 2010-10-23 | 1 | -0/+7 |
| * | Include k5-int.h for function declarations | Ken Raeburn | 2010-10-23 | 1 | -0/+2 |
| * | In profile-reading performance test, print microseconds not milliseconds | Ken Raeburn | 2010-10-23 | 1 | -4/+4 |
| * | Try harder to retain the "brand" string in the shared library | Ken Raeburn | 2010-10-23 | 2 | -5/+14 |
| * | Better libk5crypto NSS fork safety | Greg Hudson | 2010-10-23 | 4 | -10/+141 |
| * | Make it possible to override CRYPTO_IMPL_CFLAGS and CRYPTO_IMPL_LIBS at | Greg Hudson | 2010-10-22 | 9 | -9/+20 |
| * | configure.in: don't force use of cache | Sam Hartman | 2010-10-19 | 1 | -7/+0 |
| * | SecurID build support | Sam Hartman | 2010-10-19 | 4 | -2/+30 |
| * | securID error handling fix | Sam Hartman | 2010-10-19 | 2 | -29/+29 |
| * | securID code fixes | Sam Hartman | 2010-10-19 | 4 | -18/+36 |
| * | Remove KDC replay cache | Greg Hudson | 2010-10-19 | 7 | -129/+9 |
| * | Whitespace | Greg Hudson | 2010-10-13 | 1 | -5/+7 |
| * | Adjust valgrind support to assume a modern valgrind that requires %p in log f... | Sam Hartman | 2010-10-13 | 1 | -1/+1 |
| * | Fix leaks in get_init_creds interface | Sam Hartman | 2010-10-13 | 1 | -3/+9 |
| * | README and patchlevel to 1.10-prerelease | Tom Yu | 2010-10-11 | 1 | -1/+1 |
| * | When returning KRB5_KT_NOTFOUND from krb5_ktfile_get_entry, set an | Greg Hudson | 2010-10-11 | 1 | -1/+8 |
| * | Plug a memory leak in gss_indicate_mechs | Greg Hudson | 2010-10-09 | 1 | -1/+3 |
| * | Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1 | Tom Yu | 2010-10-08 | 54 | -54/+54 |
| * | In gss_indicate_mechs, avoid setting the output pointer until success | Greg Hudson | 2010-10-08 | 1 | -17/+17 |
| * | In gss_inquire_attrs_for_mech, remove the assumption that mech_attrs | Greg Hudson | 2010-10-08 | 1 | -1/+2 |
| * | Remove duplicate code block in spnego_gss_set_cred_option() | Greg Hudson | 2010-10-08 | 1 | -17/+0 |
| * | Add a kadm5 RPC for purging old keys from the KDB (e.g., from | Tom Yu | 2010-10-08 | 14 | -9/+263 |
| * | Fix a typo in kerberos.ldif. Reported by nalin@redhat.com | Greg Hudson | 2010-10-07 | 1 | -1/+1 |
| * | Performance issue in LDAP policy fetch | Greg Hudson | 2010-10-07 | 3 | -10/+19 |
| * | set NT-SRV-INST on TGS principal names | Tom Yu | 2010-10-06 | 1 | -1/+12 |
| * | Correct a miscarriage of justice committed by the style police | Greg Hudson | 2010-10-06 | 1 | -1/+1 |
| * | Merge users/lhoward/sasl-gs2 to trunk | Greg Hudson | 2010-10-06 | 17 | -14/+1407 |
| * | Minor comments related changed. | Zhanna Tsitkov | 2010-10-06 | 5 | -6/+35 |
| * | Adjust prototype files for easier extraction of copyright/license | Greg Hudson | 2010-10-06 | 2 | -8/+8 |
| * | Document that krb5_get_error_message() never returns NULL | Greg Hudson | 2010-10-05 | 1 | -1/+3 |
| * | CVE-2010-1322 KDC uninitialized pointer crash in authorization data handling ... | Tom Yu | 2010-10-05 | 1 | -4/+4 |