| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update comments to reflect reality and the fact that this is not a file based | Ezra Peisach | 2009-06-21 | 1 | -20/+28 |
| * | minor memory leak in 'none' replay cache type | Ken Raeburn | 2009-06-18 | 1 | -2/+8 |
| * | In the previous patch - I neglected a potential NULL deref in the call | Ezra Peisach | 2009-06-17 | 1 | -1/+3 |
| * | krb5int_yarrow_final could deref NULL if out of memory | Ezra Peisach | 2009-06-11 | 1 | -1/+2 |
| * | krb5int_rd_chpw_rep could call krb5_free_error with random value | Ezra Peisach | 2009-06-10 | 1 | -1/+1 |
| * | Clean up and simplify kdb5.c; no functional changes | Greg Hudson | 2009-06-08 | 1 | -707/+311 |
| * | In kdb5.c, remove calls to the locking macros which were stubbed out | Greg Hudson | 2009-06-08 | 1 | -258/+1 |
| * | Restore limited support for static linking | Greg Hudson | 2009-06-08 | 1 | -74/+43 |
| * | Don't build the kadm5/unit-test test programs during "make all"; build | Greg Hudson | 2009-06-08 | 1 | -4/+0 |
| * | kadmind is parsing acls good deref NULL pointer on error | Ezra Peisach | 2009-06-06 | 1 | -13/+17 |
| * | kadm5int_acl_parse_restrictions could ref uninitialized variable | Ezra Peisach | 2009-06-06 | 1 | -1/+1 |
| * | Make results of krb5_db_def_fetch_mkey more predictable | Greg Hudson | 2009-06-01 | 1 | -25/+16 |
| * | Revert last change | Ken Raeburn | 2009-05-27 | 1 | -7/+5 |
| * | Don't re-run test programs to recreate output every time 'check' is built | Ken Raeburn | 2009-05-27 | 1 | -5/+7 |
| * | fix t_prf test code properly | Ken Raeburn | 2009-05-27 | 1 | -6/+8 |
| * | Fix test rules for non-gmake make versions | Greg Hudson | 2009-05-24 | 1 | -2/+2 |
| * | In krb5_ktfileint_write_entry, add a no-op fseek in between reading | Greg Hudson | 2009-05-23 | 1 | -0/+3 |
| * | whitespace | Ken Raeburn | 2009-05-22 | 1 | -3/+3 |
| * | Use correct type for krb5_c_prf_length length arg | Ken Raeburn | 2009-05-22 | 1 | -8/+9 |
| * | Use printf format attribute only with gcc | Ken Raeburn | 2009-05-22 | 2 | -0/+4 |
| * | make prompt string vars point to const | Ken Raeburn | 2009-05-22 | 1 | -2/+2 |
| * | fix minor syntax error | Ken Raeburn | 2009-05-22 | 1 | -1/+1 |
| * | Include regression test for krb-fx-cf2 for RC4 enctype | Sam Hartman | 2009-05-20 | 3 | -0/+7 |
| * | 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 | 1 | -4/+2 |
| * | remove some old code for debugging the debugging code | Ken Raeburn | 2009-05-14 | 1 | -7/+0 |
| * | 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 | 3 | -8/+13 |
| * | 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 |