| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove krb5int_send_tgs(); it is unused as of r23358 | Greg Hudson | 2010-04-08 | 3 | -90/+3 |
| * | Add krb5_cc_dup() to make it possible to copy ccache handles | Greg Hudson | 2010-04-08 | 1 | -0/+6 |
| * | Fix backwards flag output in krb5_init_creds_step() | Greg Hudson | 2010-03-29 | 1 | -2/+2 |
| * | In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kdc to nxt_realm, | Greg Hudson | 2010-03-26 | 1 | -67/+70 |
| * | Include int-proto.h in mk_req_ext.c for krb5int_validate_times | Greg Hudson | 2010-03-18 | 1 | -0/+1 |
| * | When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT, don't | Greg Hudson | 2010-03-17 | 1 | -1/+1 |
| * | Add IPv6 support to changepw.c (reverting r21004 since it is no longer | Greg Hudson | 2010-03-05 | 1 | -7/+26 |
| * | krb5int_fast_free_state segfaults if state is null | Sam Hartman | 2010-02-09 | 1 | -0/+2 |
| * | Clean up error handling in krb5int_make_tgs_request_ext, closing some | Greg Hudson | 2010-02-02 | 1 | -60/+41 |
| * | set_default_enctype_var should filter not reject weak enctypes | Tom Yu | 2010-02-01 | 2 | -32/+105 |
| * | Get rid of kdb_ext.h and allow out-of-tree KDB plugins | Greg Hudson | 2010-01-27 | 2 | -30/+66 |
| * | Apply patch from Arlene Berry to plug a memory leak | Tom Yu | 2010-01-26 | 1 | -1/+3 |
| * | Add krb5_allow_weak_crypto API | Greg Hudson | 2010-01-19 | 3 | -0/+40 |
| * | Use keyed checksum type for DES FAST | Greg Hudson | 2010-01-12 | 1 | -0/+3 |
| * | Group together the funtions related to the supplying options to preauth plugi... | Zhanna Tsitkov | 2010-01-11 | 4 | -125/+159 |
| * | Move krb5_authdata_export_authdata into the separate file for better code mod... | Zhanna Tsitkov | 2010-01-10 | 3 | -65/+99 |
| * | Fix t_locate_kdc.c test program after r23613 when krb5_ prefix was removed fr... | Zhanna Tsitkov | 2010-01-08 | 1 | -1/+1 |
| * | Move kdc related functionality from pac.c into pac_sign.c | Zhanna Tsitkov | 2010-01-08 | 5 | -307/+363 |
| * | Move krb5_auth_con_getauthenticator into copy_athctr.c as a better logical lo... | Zhanna Tsitkov | 2010-01-07 | 2 | -9/+41 |
| * | Make preauth_module_dir override, rather than supplement, the | Greg Hudson | 2010-01-07 | 1 | -33/+10 |
| * | Add miising files from rev #23593 | Zhanna Tsitkov | 2010-01-07 | 2 | -0/+405 |
| * | Divide copy_auth.c into three files based on the functionality. Namely, | Zhanna Tsitkov | 2010-01-06 | 5 | -321/+45 |
| * | Since krb5int_validate_times is used only inside krb dir do not export it and... | Zhanna Tsitkov | 2010-01-06 | 3 | -1/+4 |
| * | Rename krb5_validate_times into krb5int_validate_times as it is internal func... | Zhanna Tsitkov | 2010-01-05 | 4 | -5/+5 |
| * | Rename krb5int_tgtname into krb5_tgtname as an internal function | Zhanna Tsitkov | 2010-01-05 | 7 | -16/+14 |
| * | disable weak crypto by default | Tom Yu | 2010-01-05 | 2 | -1/+4 |
| * | Don't accept AS replies encrypted in enctypes other than the ones we | Greg Hudson | 2010-01-04 | 1 | -0/+18 |
| * | For the better code modularity keep some "free" routines closer to the resour... | Zhanna Tsitkov | 2010-01-04 | 7 | -177/+100 |
| * | Update dependencies | Ken Raeburn | 2010-01-03 | 2 | -11/+67 |
| * | Use krb5int_count_etypes in rd_req_decoded_opt | Greg Hudson | 2010-01-02 | 1 | -4/+1 |
| * | Factor out copying and counting of zero-terminated enctype lists into | Greg Hudson | 2010-01-01 | 9 | -102/+102 |
| * | Convert C++ style comments into traditional C comments | Ken Raeburn | 2009-12-31 | 1 | -5/+5 |
| * | Include os-proto.h for _krb5_conf_boolean prototype before declaration | Ezra Peisach | 2009-12-30 | 1 | -0/+2 |
| * | Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h... | Zhanna Tsitkov | 2009-12-30 | 2 | -60/+1 |
| * | Eliminate the krb5_set_default_in_tkt_ktypes and | Greg Hudson | 2009-12-30 | 1 | -7/+0 |
| * | Create a separate file for krb5_copy_context for better code modularity | Zhanna Tsitkov | 2009-12-29 | 3 | -63/+141 |
| * | Functions in enc_helper.c serve different code blocks. Split them | Zhanna Tsitkov | 2009-12-29 | 3 | -27/+70 |
| * | Add a new profile variable preauth_module_dir, which specifies | Greg Hudson | 2009-12-28 | 1 | -5/+48 |
| * | Move krb5_get_profile back to init_os_ctx.c for now and revert r23519. | Greg Hudson | 2009-12-28 | 4 | -8/+9 |
| * | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 3 | -29/+36 |
| * | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 5 | -10/+150 |
| * | allow testing when offline | Ken Raeburn | 2009-12-28 | 1 | -1/+5 |
| * | Include prof_int.h in init_ctx.c instead of init_os_ctx.c, | Ken Raeburn | 2009-12-28 | 4 | -3/+2 |
| * | Code modularity related updates | Zhanna Tsitkov | 2009-12-23 | 13 | -316/+383 |
| * | Remove krb5_ prefix from some static func names | Zhanna Tsitkov | 2009-12-22 | 9 | -102/+111 |
| * | Whitespace fixes | Greg Hudson | 2009-12-16 | 1 | -7/+11 |
| * | On Luke's advice, remove krb5_init_creds_store_creds. It is not a | Greg Hudson | 2009-12-15 | 2 | -12/+0 |
| * | Get rid of the requirement of defining MAX_ENCTYPE in | Greg Hudson | 2009-12-15 | 1 | -36/+56 |
| * | Formatining enhancement | Zhanna Tsitkov | 2009-12-15 | 2 | -18/+21 |
| * | fast negotiation projec | Sam Hartman | 2009-12-14 | 11 | -106/+584 |