| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Apply patch from Arlene Berry to detect and ignore a duplicate | Tom Yu | 2010-05-20 | 1 | -0/+12 |
| * | In gss_acquire_cred_with_password() and gss_add_cred_with_password(), | Greg Hudson | 2010-05-20 | 1 | -38/+23 |
| * | CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005) | Tom Yu | 2010-05-19 | 1 | -0/+7 |
| * | When parsing a KDC or admin server string, allow the name or address | Greg Hudson | 2010-05-18 | 2 | -40/+55 |
| * | Improve the error message from kadmin when hostname resolution fails | Greg Hudson | 2010-05-18 | 3 | -4/+7 |
| * | If gss_inquire_cred is called with a null credential, acquire a | Greg Hudson | 2010-05-17 | 1 | -44/+13 |
| * | The mechglue always passes null for desired_mechs and actual_mechs | Greg Hudson | 2010-05-17 | 7 | -244/+30 |
| * | The mechglue never invokes a mech's gss_add_cred function. Remove the | Greg Hudson | 2010-05-17 | 4 | -411/+1 |
| * | Reformat with shorter lines | Ken Raeburn | 2010-05-16 | 1 | -15/+23 |
| * | Delete an old pre-Yarrow item | Ken Raeburn | 2010-05-16 | 1 | -4/+0 |
| * | Update dependencies | Ken Raeburn | 2010-05-16 | 3 | -22/+34 |
| * | Stop exporting some profile symbols that aren't either published in | Ken Raeburn | 2010-05-16 | 1 | -27/+0 |
| * | Negative enctypes improperly read from ccaches | Greg Hudson | 2010-05-13 | 1 | -1/+2 |
| * | Error handling bug in krb5_init_creds_init() | Greg Hudson | 2010-05-13 | 1 | -4/+5 |
| * | Negative enctypes improperly read from keytabs | Greg Hudson | 2010-05-13 | 1 | -3/+2 |
| * | Remove krb5_get_in_tkt | Tom Yu | 2010-05-12 | 1 | -1/+1 |
| * | Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds, | Greg Hudson | 2010-05-12 | 5 | -1142/+53 |
| * | Remove some unused fields from kadm5_config_params. Bump the client | Greg Hudson | 2010-05-04 | 4 | -10/+2 |
| * | Eliminate the unused realm_dbname field from krb5_realm_params | Greg Hudson | 2010-05-04 | 2 | -6/+1 |
| * | Remove krb5_db_set_option and the associated DAL entry. It was not | Greg Hudson | 2010-05-04 | 1 | -16/+0 |
| * | Eliminate some uses of variables as format strings. Based on a patch | Greg Hudson | 2010-05-03 | 1 | -8/+1 |
| * | Fix some bugs in the IAKERB code discovered by Coverity. Also trim | Greg Hudson | 2010-05-01 | 3 | -28/+18 |
| * | Add IAKERB mechanism and gss_acquire_cred_with_password | Greg Hudson | 2010-04-30 | 29 | -305/+2542 |
| * | Fix a backwards check in get_cached_tgt() in the TGS code | Greg Hudson | 2010-04-27 | 1 | -3/+3 |
| * | Squash some warnings in the old crypto API glue. Use make_data() | Greg Hudson | 2010-04-26 | 1 | -42/+20 |
| * | Adapted patch from Jason Rogers. It wasn't complete, so this commit | Tom Yu | 2010-04-23 | 1 | -10/+0 |
| * | From Luke: fix the post-canonicalization cache check logic in | Greg Hudson | 2010-04-22 | 1 | -5/+11 |
| * | In kg_new_connection(), make sure k_cred is freed in all failure | Greg Hudson | 2010-04-22 | 1 | -3/+2 |
| * | Apply patch from Arlene Berry to cease freeing error tokens output by | Tom Yu | 2010-04-22 | 1 | -3/+0 |
| * | In kpasswd_sendto_msg_callback(), properly compare against the | Greg Hudson | 2010-04-22 | 1 | -1/+2 |
| * | Fix a memory leak in get_creds.c's try_fallback_realm() | Greg Hudson | 2010-04-21 | 1 | -1/+3 |
| * | Amend r23917 to correct some uses of *out_creds which should now use | Greg Hudson | 2010-04-21 | 1 | -3/+2 |
| * | In the get_credentials() helper of the gss-krb5 init_sec_context code, | Greg Hudson | 2010-04-21 | 1 | -2/+8 |
| * | When setting up to get a TGT for the service realm in the TGS code, | Greg Hudson | 2010-04-20 | 1 | -5/+5 |
| * | Add KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with Heimdal. | Greg Hudson | 2010-04-20 | 3 | -14/+11 |
| * | Introduce new krb5_tkt_creds API | Greg Hudson | 2010-04-14 | 5 | -1486/+1110 |
| * | Validate and renew should work on non-TGT creds | Greg Hudson | 2010-04-13 | 3 | -151/+197 |
| * | Remove krb5int_send_tgs(); it is unused as of r23358 | Greg Hudson | 2010-04-08 | 3 | -90/+3 |
| * | Add krb5_cc_dup() to make it possible to copy ccache handles | Greg Hudson | 2010-04-08 | 1 | -0/+6 |
| * | Fix backwards flag output in krb5_init_creds_step() | Greg Hudson | 2010-03-29 | 1 | -2/+2 |
| * | In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kdc to nxt_realm, | Greg Hudson | 2010-03-26 | 1 | -67/+70 |
| * | Apply patch from Arlene Berry to not use freed memory in | Tom Yu | 2010-03-23 | 1 | -1/+2 |
| * | MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGO | Tom Yu | 2010-03-23 | 1 | -22/+16 |
| * | Include int-proto.h in mk_req_ext.c for krb5int_validate_times | Greg Hudson | 2010-03-18 | 1 | -0/+1 |
| * | When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don't | Greg Hudson | 2010-03-17 | 1 | -1/+1 |
| * | Merge users/raeburn/branches/network-merge | Ken Raeburn | 2010-03-17 | 4 | -6/+2016 |
| * | Lazy history key creation | Greg Hudson | 2010-03-11 | 2 | -60/+37 |
| * | Use KRB5_CONF_ macros instead of strings in the source file for profile confi... | Zhanna Tsitkov | 2010-03-10 | 1 | -3/+3 |
| * | Release the internal_name field of a SPNEGO context if it has not been | Greg Hudson | 2010-03-05 | 1 | -0/+3 |
| * | Add IPv6 support to changepw.c (reverting r21004 since it is no longer | Greg Hudson | 2010-03-05 | 1 | -7/+26 |