| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove some unnecessary null checks in krb5_get_in_tkt_with_password | Greg Hudson | 2009-05-05 | 1 | -4/+2 |
| * | Remove some unnecessary null checks in krb5_get_in_tkt_with_keytab | Greg Hudson | 2009-05-05 | 1 | -4/+2 |
| * | In krb5_get_in_tkt, free the whole encoded request (since the | Greg Hudson | 2009-05-05 | 1 | -1/+1 |
| * | Fix a case in the krb5_rd_rep error handler (introduced in the last | Greg Hudson | 2009-05-05 | 1 | -2/+3 |
| * | Simplify cleanup in obtain_sam_padata slightly | Greg Hudson | 2009-05-04 | 1 | -5/+3 |
| * | Fix an error message memory leak in krb5_preauth_supply_preauth_data | Greg Hudson | 2009-05-04 | 1 | -0/+1 |
| * | Fix some direct returns in krb5_get_cred_from_kdc_opt which would leak | Greg Hudson | 2009-05-04 | 1 | -12/+25 |
| * | 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 |
| * | Check return value of ftell() in krb5_ktfileint_find_slot | Greg Hudson | 2009-05-01 | 1 | -0/+4 |
| * | 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 | 4 | -2/+15 |
| * | Implement DES and 3DES PRF. Patch fromKAMADA Ken'ichi | Sam Hartman | 2009-04-30 | 7 | -12/+88 |
| * | In krb5_kt_resolve, ensure that the output parameter is set to NULL on | Greg Hudson | 2009-04-30 | 1 | -5/+9 |
| * | In ktfile_common_resolve, set the output pointer to NULL on error, and | Greg Hudson | 2009-04-30 | 1 | -25/+29 |
| * | Fix a memory leak by reorganizing krb5_ktf_keytab_internalize to use | Greg Hudson | 2009-04-30 | 1 | -80/+70 |
| * | Uninitialized variable may cause unpredictable behavior in kdc_verify_preauth | Zhanna Tsitkov | 2009-04-30 | 1 | -238/+239 |
| * | Do not return PREAUTH_FAILED on unknown preauth | Sam Hartman | 2009-04-30 | 1 | -9/+3 |
| * | Add DEBUG_ERROR_LOCATIONS support | Greg Hudson | 2009-04-29 | 6 | -2/+84 |
| * | Fix typo in error message reported by Marek Mahut (Red Hat) | Tom Yu | 2009-04-29 | 1 | -1/+1 |
| * | Fix handling of RET_SEQUENCE flag in mk_priv/mk_ncred | Greg Hudson | 2009-04-28 | 3 | -13/+6 |
| * | Fix a couple of memory leaks in krb5int_sendto, reworking the error | Greg Hudson | 2009-04-28 | 1 | -32/+23 |
| * | Fix a memory leak in aname_replacer using the recommended flow control | Greg Hudson | 2009-04-28 | 1 | -87/+92 |
| * | Fix a memory leak in module_locate_server | Greg Hudson | 2009-04-28 | 1 | -1/+3 |
| * | Fix a few memory leaks in krb5_mk_ncred. Also tighten up the error | Greg Hudson | 2009-04-27 | 1 | -16/+18 |
| * | Fix an unchecked use of fwrite in krb5_ktfileint_delete_entry | Greg Hudson | 2009-04-27 | 1 | -1/+3 |
| * | Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadmin | Greg Hudson | 2009-04-27 | 6 | -7/+24 |
| * | make installed headers C++-safe | Ken Raeburn | 2009-04-25 | 4 | -3/+47 |
| * | Simplify and shorten krb5_ktfileint_find_slot, and properly handle the | Greg Hudson | 2009-04-24 | 1 | -99/+40 |
| * | In krb5_ktfileint_find_slot, don't continue the loop when we find a | Greg Hudson | 2009-04-24 | 1 | -0/+1 |
| * | In krb5_principal_compare_flags, improve clarity slightly by using a | Greg Hudson | 2009-04-23 | 1 | -9/+8 |
| * | In krb5_rcache_externalize, remove a pointless null check of a pointer | Greg Hudson | 2009-04-23 | 1 | -32/+44 |
| * | Close a memory leak in asn1_decode_etype_info2_entry_1_3 | Greg Hudson | 2009-04-23 | 1 | -1/+4 |
| * | In krb5_fcc_read, remove an assert which could never trigger (because | Greg Hudson | 2009-04-23 | 1 | -1/+0 |
| * | Fix an error-handling block in sendto_kdc.c's setup_connection() which | Greg Hudson | 2009-04-23 | 1 | -2/+0 |
| * | In krb5_get_cred_via_tkt, strip the ok-as-delegate flag from | Greg Hudson | 2009-04-23 | 1 | -0/+18 |
| * | move kadmin, ktutil, k5srvutil man pages to man1 | Sam Hartman | 2009-04-22 | 2 | -3/+3 |
| * | Send explicit salt for SALTTYPE_NORMAL keys | Greg Hudson | 2009-04-16 | 2 | -12/+19 |
| * | Require fast_req checksum to be keyed | Sam Hartman | 2009-04-14 | 1 | -1/+19 |
| * | Implement kinit option for FAST armor ccache | Sam Hartman | 2009-04-14 | 2 | -4/+19 |
| * | Update kdb5_util man page with missing purge_mkeys command | Will Fiveash | 2009-04-13 | 1 | -0/+12 |
| * | krb5_fcc_generate_new was destroying a locked mutex in the err_out | Greg Hudson | 2009-04-13 | 1 | -0/+1 |
| * | In pa_sam, remove a gratuitous null check for etype which was | Greg Hudson | 2009-04-13 | 1 | -1/+1 |
| * | Make krb5_mkt_resolve error handling work | Greg Hudson | 2009-04-13 | 1 | -69/+77 |
| * | In krb5int_dns_init, fix a malloc-returning-null check which could let | Greg Hudson | 2009-04-13 | 1 | -1/+1 |
| * | More dead code elimination. When asprintf was used the varaible namelen was | Ezra Peisach | 2009-04-12 | 1 | -5/+0 |
| * | remove dead code | Ezra Peisach | 2009-04-12 | 2 | -7/+1 |
| * | Remove dead assignment of variables that are never used | Ezra Peisach | 2009-04-12 | 2 | -5/+1 |
| * | In krb5_get_in_tkt, r7002 introduced an unused local variable | Greg Hudson | 2009-04-10 | 1 | -4/+1 |