| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -0/+4 |
* | Rename krb5_validate_times into krb5int_validate_times as it is internal func... | Zhanna Tsitkov | 2010-01-05 | 3 | -4/+4 |
* | Rename krb5int_tgtname into krb5_tgtname as an internal function | Zhanna Tsitkov | 2010-01-05 | 6 | -15/+13 |
* | 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 | 4 | -125/+78 |
* | Update dependencies | Ken Raeburn | 2010-01-03 | 1 | -3/+58 |
* | 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 | 8 | -99/+100 |
* | Include os-proto.h for _krb5_conf_boolean prototype before declaration | Ezra Peisach | 2009-12-30 | 1 | -0/+2 |
* | 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 | 2 | -8/+1 |
* | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 3 | -29/+36 |
* | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 4 | -10/+147 |
* | Include prof_int.h in init_ctx.c instead of init_os_ctx.c, | Ken Raeburn | 2009-12-28 | 2 | -1/+2 |
* | Code modularity related updates | Zhanna Tsitkov | 2009-12-23 | 9 | -235/+309 |
* | 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 | 1 | -11/+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 | 1 | -11/+13 |
* | fast negotiation projec | Sam Hartman | 2009-12-14 | 5 | -104/+400 |
* | Change file holder for krb5int_check_clockskew. Minor Style changes per code ... | Zhanna Tsitkov | 2009-12-09 | 1 | -41/+25 |
* | handle negative enctypes better | Tom Yu | 2009-12-07 | 1 | -2/+3 |
* | Reindent and removed krb5_ prefix from static func name | Zhanna Tsitkov | 2009-12-01 | 1 | -67/+67 |
* | Terminate the loop in find_authdata_1 if we get an error in one of the | Greg Hudson | 2009-11-30 | 1 | -1/+1 |
* | Add krb5_key versions of the auth context key accessors, and use them | Greg Hudson | 2009-11-27 | 1 | -0/+27 |
* | 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 |
* | Make depend | Greg Hudson | 2009-11-27 | 1 | -3/+3 |
* | Clean up a few cases where krb5_get_in_tkt_with_keytab would leak the | Greg Hudson | 2009-11-26 | 1 | -3/+4 |
* | libkrb5 support for non-blocking AS requests | Greg Hudson | 2009-11-26 | 9 | -634/+1230 |
* | Defer the conversion of the gic options structure to the extended form | Greg Hudson | 2009-11-25 | 4 | -91/+72 |
* | Remove krb5_ prefix from the name of the static func get_as_key_keytab. Reindent | Zhanna Tsitkov | 2009-11-24 | 1 | -13/+12 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -712/+712 |
* | krb5_free_ad_signedpath must free outer structure | Luke Howard | 2009-11-19 | 1 | -0/+1 |
* | Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h. | Ezra Peisach | 2009-11-16 | 3 | -8/+30 |
* | Constrained delegation without PAC support | Greg Hudson | 2009-11-14 | 2 | -20/+58 |
* | 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 | 2 | -0/+2 |
* | Reindent after making fixes for emacs-23 | Tom Yu | 2009-11-03 | 1 | -2/+2 |
* | Memory leak fix: in obtain_sam_padata, after claiming the contents of | Greg Hudson | 2009-11-01 | 1 | -1/+2 |
* | Stop using deprecated krb5_encrypt_data in preauth code. Use | Greg Hudson | 2009-11-01 | 2 | -6/+6 |
* | In lib/krb5/krb, ensure all function definition headers are in ANSI | Greg Hudson | 2009-10-31 | 10 | -140/+122 |
* | Fix indentation in gc_via_tkt.c which was messed up by a malformed #if | Greg Hudson | 2009-10-31 | 1 | -221/+221 |