| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | krb5_rd_rep could leak memory through its output parameter on error. | Greg Hudson | 2009-05-04 | 1 | -26/+34 |
* | Fix a memory leak in krb5int_rd_chpw_rep in a block of code handling | Greg Hudson | 2009-05-02 | 1 | -4/+5 |
* | Fix a memory leak by reorganizing krb5_principal_internalize to use | Greg Hudson | 2009-05-01 | 1 | -34/+34 |
* | Move an error check to an earlier location in krb5_524_conv_principal | Greg Hudson | 2009-05-01 | 1 | -2/+3 |
* | make depend | Sam Hartman | 2009-04-30 | 1 | -0/+2 |
* | Add DEBUG_ERROR_LOCATIONS support | Greg Hudson | 2009-04-29 | 1 | -0/+23 |
* | Fix handling of RET_SEQUENCE flag in mk_priv/mk_ncred | Greg Hudson | 2009-04-28 | 3 | -13/+6 |
* | Fix a few memory leaks in krb5_mk_ncred. Also tighten up the error | Greg Hudson | 2009-04-27 | 1 | -16/+18 |
* | In krb5_principal_compare_flags, improve clarity slightly by using a | Greg Hudson | 2009-04-23 | 1 | -9/+8 |
* | In krb5_get_cred_via_tkt, strip the ok-as-delegate flag from | Greg Hudson | 2009-04-23 | 1 | -0/+18 |
* | In pa_sam, remove a gratuitous null check for etype which was | Greg Hudson | 2009-04-13 | 1 | -1/+1 |
* | In krb5_get_in_tkt, r7002 introduced an unused local variable | Greg Hudson | 2009-04-10 | 1 | -4/+1 |
* | Simplify the coupling of problem to response code in recvauth_common, | Greg Hudson | 2009-04-10 | 1 | -29/+9 |
* | Check the return value of krb5_timeofday in krb5int_populate_gic_opt. | Greg Hudson | 2009-04-10 | 1 | -1/+7 |
* | Check return value of krb5int_copy_data_contents in preauth2.c's | Greg Hudson | 2009-04-10 | 1 | -1/+4 |
* | mk_safe and mk_priv require the local address to be set in the auth | Greg Hudson | 2009-04-08 | 4 | -54/+57 |
* | When getting initial credentials with a password, try the master if | Greg Hudson | 2009-04-08 | 1 | -2/+1 |
* | fix logic errors | Sam Hartman | 2009-04-04 | 1 | -1/+1 |
* | Merge fast branch at 22166 onto trunk | Sam Hartman | 2009-04-03 | 7 | -30/+136 |
* | Unfortunately, pre-1.7 krshd fails to support keyed checksums because | Sam Hartman | 2009-04-03 | 2 | -1/+3 |
* | Use the preferred checksum for non-DES keys in the kdc_req path and | Sam Hartman | 2009-04-01 | 2 | -3/+20 |
* | make depend | Sam Hartman | 2009-03-31 | 1 | -2/+13 |
* | Implement FAST from draft-ietf-krb-wg-preauth-framework | Sam Hartman | 2009-03-31 | 7 | -17/+748 |
* | in send_tgs.c: | Sam Hartman | 2009-03-31 | 1 | -1/+1 |
* | Add PAC and principal parsing test cases | Greg Hudson | 2009-03-30 | 4 | -2/+756 |
* | Implement tests for authdata functions | Sam Hartman | 2009-03-16 | 2 | -2/+109 |
* | Implement krb5int_find_authdata | Sam Hartman | 2009-03-16 | 1 | -0/+89 |
* | krb5_auth_con_free should support freeing a null auth_context without segfault | Sam Hartman | 2009-03-16 | 1 | -0/+2 |
* | Use correct salt for canonicalized principals | Greg Hudson | 2009-03-13 | 1 | -1/+23 |
* | Make a working krb5_copy_error_message | Greg Hudson | 2009-03-11 | 1 | -0/+14 |
* | send_as_req re-encodes the request | Sam Hartman | 2009-03-06 | 1 | -19/+12 |
* | krb5_merge_authdata should initialize output on failure | Sam Hartman | 2009-02-26 | 1 | -0/+1 |
* | Include authenticator and ticket authdata in gss-api | Sam Hartman | 2009-02-26 | 1 | -11/+35 |
* | Check return code of encode_krb5_ap_req. Also, tabs vs whitespace | Zhanna Tsitkov | 2009-02-23 | 1 | -134/+135 |
* | In krb5int_generate_and_save_subkey, check the return value of | Greg Hudson | 2009-02-23 | 1 | -4/+5 |
* | Kill an odd (but harmless) use of strncpy in | Greg Hudson | 2009-02-23 | 1 | -7/+4 |
* | send_tgs.c: | Sam Hartman | 2009-02-23 | 1 | -30/+33 |
* | In tgs_construct_tgsreq, free scratch even if scratch->data is NULL. | Greg Hudson | 2009-02-13 | 1 | -2/+2 |
* | Implement TGS authenticator subkey usage | Sam Hartman | 2009-02-13 | 3 | -34/+52 |
* | In krb5_get_in_tkt_with_password, free opte before returning the error | Greg Hudson | 2009-02-12 | 1 | -1/+1 |
* | Make output parameter of krb5_generate_subkey_extended well-defined on | Greg Hudson | 2009-02-12 | 1 | -7/+15 |
* | Fix allocation failure check in walk_rtree | Greg Hudson | 2009-02-12 | 1 | -1/+1 |
* | Ensure we have a free function for every data type we have an ASN.1 | Greg Hudson | 2009-02-11 | 1 | -7/+36 |
* | Fix one more case of an explicit null check before calling a free | Ken Raeburn | 2009-02-09 | 1 | -7/+2 |
* | Fix possible free of uninitialized value in walk_rtree | Greg Hudson | 2009-02-09 | 1 | -1/+1 |
* | make krb5_free_* functions ignore NULL | Ken Raeburn | 2009-02-09 | 4 | -230/+187 |
* | Memory handling fixes in walk_rtree | Greg Hudson | 2009-02-06 | 1 | -13/+35 |
* | Fix error handling in krb5_walk_realm_tree | Greg Hudson | 2009-02-06 | 1 | -1/+1 |
* | Change variable accepting return from strftime to time_t. This | Ezra Peisach | 2009-02-06 | 1 | -1/+1 |
* | Fix memory handling bug in mk_req_ext | Greg Hudson | 2009-02-05 | 1 | -2/+1 |