| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add a comment to the r22168 change since it's not obvious why we're | Greg Hudson | 2009-05-20 | 1 | -0/+11 |
| * | Restore compatibility with KDCs using key usage 8 to encrypt TGS | Greg Hudson | 2009-05-20 | 2 | -39/+74 |
| * | When using keyed checksum types with TGS subkeys, Microsoft AD 2003 | Greg Hudson | 2009-05-19 | 1 | -0/+2 |
| * | In practice, key usage 9 requires no translation | Sam Hartman | 2009-05-18 | 1 | -1/+1 |
| * | Copy the sequence key rather than the subkey for lucid contexts in RFC | Sam Hartman | 2009-05-18 | 1 | -1/+1 |
| * | Document use of key fields in GSS context | Sam Hartman | 2009-05-18 | 1 | -6/+11 |
| * | Add IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP conditionals | Tom Yu | 2009-05-14 | 1 | -2/+5 |
| * | gss_krb5int_export_lucid_sec_context was erroneously copying the first | Greg Hudson | 2009-05-14 | 1 | -1/+1 |
| * | UCS2 support doesn't handle upper half of BMP | Greg Hudson | 2009-05-14 | 3 | -40/+43 |
| * | remove some old code for debugging the debugging code | Ken Raeburn | 2009-05-14 | 1 | -7/+0 |
| * | In util/support/utf8_conv.c, the SWAP16 macro is invoked with an | Tom Yu | 2009-05-13 | 1 | -6/+4 |
| * | reduce character-class table entry size (40%) based on limited data ranges; m... | Ken Raeburn | 2009-05-11 | 1 | -4/+4 |
| * | In recvauth_common, convert a use of strcpy to strdup | Greg Hudson | 2009-05-11 | 1 | -2/+2 |
| * | Refactor rule_an_to_ln, creating a new helper function to handle the | Greg Hudson | 2009-05-11 | 2 | -125/+104 |
| * | Try decrypting using session key if subkey fails in tgs rep handling | Sam Hartman | 2009-05-07 | 4 | -10/+15 |
| * | man1 in title header for man1 manpages | Sam Hartman | 2009-05-07 | 4 | -4/+4 |
| * | Allow more than 10 past keys to be stored by a policy | Greg Hudson | 2009-05-07 | 3 | -75/+2 |
| * | After consultation with kenh, remove a comment and if statement which | Greg Hudson | 2009-05-07 | 1 | -7/+0 |
| * | Fix yet another memory leak in pa_sam | Greg Hudson | 2009-05-06 | 1 | -0/+1 |
| * | Fix multiple memory leaks in obtain_sam_padata | Greg Hudson | 2009-05-06 | 1 | -23/+29 |
| * | In pa_sam, use the correct function to free sam_challenge in the | Greg Hudson | 2009-05-06 | 1 | -1/+1 |
| * | Fix a memory leak in pa_sam_2 where an outer data structure wasn't | Greg Hudson | 2009-05-06 | 1 | -0/+1 |
| * | Fix a memory leak in pa_sam | Greg Hudson | 2009-05-05 | 1 | -2/+5 |
| * | Fix a memory leak in krb5_obtain_padata | Greg Hudson | 2009-05-05 | 1 | -1/+1 |
| * | In pa_sam_2, free sc2 in an error-handling case where it was leaked | Greg Hudson | 2009-05-05 | 1 | -1/+3 |
| * | In pa_sam_2, free scratch in a couple of error-handling blocks where | Greg Hudson | 2009-05-05 | 1 | -0/+2 |
| * | In krb5int_rd_setpw_rep, if we get an error result, set ap_rep.length | Greg Hudson | 2009-05-05 | 1 | -0/+1 |
| * | 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 formatting of ok_as_delegate documentation in admin guide | Greg Hudson | 2009-05-03 | 1 | -1/+1 |
| * | 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 |
| * | Document ok_as_delegate in the admin guide | Greg Hudson | 2009-04-30 | 1 | -0/+15 |
| * | 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 |