| Commit message (Expand) | Author | Age | Files | Lines |
* | Add krb5_key versions of the auth context key accessors, and use them | Greg Hudson | 2009-11-27 | 3 | -29/+42 |
* | Allow null keys to be referenced (a no-op) for simpler "copying" of | Greg Hudson | 2009-11-27 | 1 | -1/+2 |
* | Export krb5_k_reference_key since it's part of the public API | Greg Hudson | 2009-11-27 | 1 | -0/+1 |
* | Clean up the flow control in krb5int_send_tgs, and avoid setting the | Greg Hudson | 2009-11-27 | 1 | -38/+39 |
* | If krb5_init_creds_step is called on an already complete context, | Greg Hudson | 2009-11-27 | 1 | -1/+1 |
* | Move the arcfour directory from the crypto module dirs into krb. This | Greg Hudson | 2009-11-27 | 32 | -1067/+163 |
* | Make depend | Greg Hudson | 2009-11-27 | 1 | -3/+3 |
* | Add krb5_k_prf, the krb5_key version of krb5_c_prf | Greg Hudson | 2009-11-27 | 2 | -4/+15 |
* | Clean up a few cases where krb5_get_in_tkt_with_keytab would leak the | Greg Hudson | 2009-11-26 | 1 | -3/+4 |
* | Pullup to 1.7-branch is only for the test case, as krb5-1.7 behaved | Tom Yu | 2009-11-26 | 4 | -19/+138 |
* | libkrb5 support for non-blocking AS requests | Greg Hudson | 2009-11-26 | 10 | -634/+1241 |
* | Defer the conversion of the gic options structure to the extended form | Greg Hudson | 2009-11-25 | 5 | -92/+72 |
* | Coding Style related fixes | Zhanna Tsitkov | 2009-11-25 | 3 | -414/+379 |
* | Remove krb5_ prefix from the name of the static func get_as_key_keytab. Reindent | Zhanna Tsitkov | 2009-11-24 | 1 | -13/+12 |
* | Check return value of gethostname in krb5_klog_init | Greg Hudson | 2009-11-23 | 1 | -2/+5 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 102 | -3767/+3732 |
* | In _kadm5_init_any on error - if we created a cache entry, destroy it | Ezra Peisach | 2009-11-22 | 1 | -0/+8 |
* | Clean up some memory leaks by releasing context | Ezra Peisach | 2009-11-22 | 2 | -1/+5 |
* | Memory leak in _kadm5_init_any introduced with ipropd | Ezra Peisach | 2009-11-21 | 1 | -0/+2 |
* | Correct argument to kadm5_get_principal is a pointer to a struct - not | Ezra Peisach | 2009-11-20 | 1 | -2/+6 |
* | The size of kadm5_server_handle_rec differs between the client and | Ezra Peisach | 2009-11-20 | 2 | -4/+11 |
* | krb5_free_ad_signedpath must free outer structure | Luke Howard | 2009-11-19 | 1 | -0/+1 |
* | Minor reindent fix | Zhanna Tsitkov | 2009-11-18 | 1 | -24/+20 |
* | minor reindent | Zhanna Tsitkov | 2009-11-18 | 1 | -24/+16 |
* | Clean up some open-parenthesis problems, and reindent | Tom Yu | 2009-11-16 | 1 | -1/+0 |
* | Typo fix | Zhanna Tsitkov | 2009-11-16 | 1 | -1/+1 |
* | Remove unreferred krb5int_keyhash_aescbc_xxx. Cleaner krb5int_keyhash_md5_hma... | Zhanna Tsitkov | 2009-11-16 | 2 | -2/+2 |
* | Fix coding style in lib/krb5/asn.1, remove from exclusions, and | Tom Yu | 2009-11-16 | 8 | -909/+1080 |
* | Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h. | Ezra Peisach | 2009-11-16 | 3 | -8/+30 |
* | Move krb5int_get_fq_local_hostname to os-proto.h. Not exported | Ezra Peisach | 2009-11-15 | 1 | -0/+2 |
* | Moved krb5int_sendto prototype to os-proto.h. This function is not exported | Ezra Peisach | 2009-11-15 | 1 | -0/+11 |
* | Constrained delegation without PAC support | Greg Hudson | 2009-11-14 | 7 | -21/+243 |
* | In lib/krb5/rcache, ensure that function definition headers put the | Greg Hudson | 2009-11-13 | 2 | -19/+31 |
* | In lib/krb5/keytab, ensure that function definition headers have | Greg Hudson | 2009-11-10 | 4 | -206/+139 |
* | Remove the unnecessary src/lib/glue4.c | Greg Hudson | 2009-11-10 | 1 | -19/+0 |
* | Remove src/lib/crypto/krb/enc_provider, which was accidentally | Greg Hudson | 2009-11-10 | 7 | -1210/+0 |
* | make mark-cstyle; make reindent | Tom Yu | 2009-11-05 | 15 | -324/+324 |
* | Reformat some block comments. Refine lib/krb5/asn.1 reindent | Tom Yu | 2009-11-05 | 8 | -182/+233 |
* | Deal with some open paren formatting issues, and reindent. Make | Tom Yu | 2009-11-05 | 2 | -570/+567 |
* | Restore the krb5 1.6 behavior of not retrying AS requests after | Greg Hudson | 2009-11-04 | 1 | -16/+1 |
* | Reindent and manually restore some BSD-style files that were | Tom Yu | 2009-11-04 | 7 | -256/+261 |
* | Reindent after making fixes for emacs-23 | Tom Yu | 2009-11-03 | 2 | -4/+4 |
* | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 16 | -53/+58 |
* | Memory leak fix: in obtain_sam_padata, after claiming the contents of | Greg Hudson | 2009-11-01 | 1 | -1/+2 |
* | Move the implementations of four deprecated crypto functions to | Greg Hudson | 2009-11-01 | 5 | -24/+42 |
* | Stop using deprecated krb5_encrypt_data in preauth code. Use | Greg Hudson | 2009-11-01 | 2 | -6/+6 |
* | Reformat to avoid parens at beginnings of lines | Tom Yu | 2009-10-31 | 4 | -110/+110 |
* | In lib/krb5/ccache, ensure that function definition headers have | Greg Hudson | 2009-10-31 | 4 | -16/+28 |
* | In lib/krb5/asn.1, ensure that function definition headers have | Greg Hudson | 2009-10-31 | 9 | -219/+433 |
* | Reformat lib/krb5/asn.1 internal prototypes to avoid problematic parens | Greg Hudson | 2009-10-31 | 6 | -343/+310 |