2010-04-30 |
Greg Hudson | Merge trunk changes from r23937 to r23957 to iakerb... iakerb |
commit | commitdiff | tree |
2010-04-30 |
Greg Hudson | Fix formatting of IAKERB changes to k5-int.h (the chang... |
commit | commitdiff | tree |
2010-04-30 |
Greg Hudson | Fix some minor tabbing issues in the IAKERB changes... |
commit | commitdiff | tree |
2010-04-30 |
Greg Hudson | In iakerb_acceptor_step(), avoid the use of goto for... |
commit | commitdiff | tree |
2010-04-30 |
Greg Hudson | In iakerb_make_finished(), eliminate a call to |
commit | commitdiff | tree |
2010-04-30 |
Greg Hudson | Stop using a union in struct _iakerb_ctx_id_rec. We... |
commit | commitdiff | tree |
2010-04-30 |
Greg Hudson | Remove some unnecessary includes from new iakerb.c |
commit | commitdiff | tree |
2010-04-30 |
Greg Hudson | Fix line length in change to kg_validate_ctx_id() macro |
commit | commitdiff | tree |
2010-04-30 |
Greg Hudson | Clean up IAKERB changes to init_sec_context.c in krb5... |
commit | commitdiff | tree |
2010-04-27 |
Greg Hudson | If IAKERB is used with no TGT, return KRB5_CC_NOTFOUND... |
commit | commitdiff | tree |
2010-04-27 |
Greg Hudson | Make IAKERB work properly when used in conjunction... |
commit | commitdiff | tree |
2010-04-27 |
Greg Hudson | Register IAKERB after the krb5 mechs so it doesn't... |
commit | commitdiff | tree |
2010-04-26 |
Greg Hudson | If gss_acquire_cred_with_password is used with no defau... |
commit | commitdiff | tree |
2010-04-26 |
Greg Hudson | On the iakerb branch, use krb5_auth_con_set_checksum_fu... |
commit | commitdiff | tree |
2010-04-25 |
Greg Hudson | On the iakerb branch, modify t_gss_sample.py to exercis... |
commit | commitdiff | tree |
2010-04-25 |
Greg Hudson | On the iakerb branch, fix spnego_gss_acquire_cred_with_... |
commit | commitdiff | tree |
2010-04-24 |
Greg Hudson | Fix up IAKERB changes to get_credentials() in gss-krb5's |
commit | commitdiff | tree |
2010-04-24 |
Greg Hudson | Merge trunk changes from r23929 to r23937 to iakerb... |
commit | commitdiff | tree |
2010-04-24 |
Greg Hudson | Merge trunk changes from r23909 to r23929 |
commit | commitdiff | tree |
2010-04-20 |
Greg Hudson | In the krb5 GSSAPI mech, adjust the error code expected... |
commit | commitdiff | tree |
2010-04-20 |
Greg Hudson | Merge trunk changes from r23906 to r23909 |
commit | commitdiff | tree |
2010-04-20 |
Greg Hudson | In iakerb.c, use symbolic names for *_creds_step()... |
commit | commitdiff | tree |
2010-04-20 |
Greg Hudson | Merge trunk changes from r23900 to r23906 |
commit | commitdiff | tree |
2010-04-14 |
Greg Hudson | Merge trunk changes from r23874 to r23900 to iakerb... |
commit | commitdiff | tree |
2010-04-14 |
Greg Hudson | Create KRB5_TKT_CREDS_CONTINUE symbolic name for flag... |
commit | commitdiff | tree |
2010-04-14 |
Greg Hudson | Move all of the krb5_tkt_code from gc_frm_kdc.c into... |
commit | commitdiff | tree |
2010-04-14 |
Greg Hudson | Get rid of krb5_tkt_creds_store_creds() as it is no... |
commit | commitdiff | tree |
2010-04-14 |
Greg Hudson | Move the cache store and check for non-forwardable... |
commit | commitdiff | tree |
2010-04-14 |
Greg Hudson | Small code reorg in gc_frm_kdc.c |
commit | commitdiff | tree |
2010-04-14 |
Greg Hudson | Move the cache check from krb5_get_credentials() into the |
commit | commitdiff | tree |
2010-04-14 |
Greg Hudson | Make krb5_tkt_creds_init() take KRB5_GC_* options like |
commit | commitdiff | tree |
2010-04-12 |
Greg Hudson | Split out the allocate-and-retrieve part of get_cached_... |
commit | commitdiff | tree |
2010-04-12 |
Greg Hudson | Fix a bug in make_request_for_service: use the caller... |
commit | commitdiff | tree |
2010-04-12 |
Greg Hudson | Move validation/renewal APIs into a separate file.... |
commit | commitdiff | tree |
2010-04-08 |
Greg Hudson | Use krb5_cc_dup to make a copy of the ccache handle... |
commit | commitdiff | tree |
2010-04-08 |
Greg Hudson | Merge trunk changes from r23842 to r23874 to iakerb... |
commit | commitdiff | tree |
2010-04-08 |
Greg Hudson | In int-proto.h, remove krb5int_tgt_mcred, which was... |
commit | commitdiff | tree |
2010-04-08 |
Greg Hudson | Merge changes from /users/lhoward/iakerb-refonly |
commit | commitdiff | tree |
2010-04-08 |
Greg Hudson | Use krb5_get_credentials in ksu instead of krb5_get_cre... |
commit | commitdiff | tree |
2010-04-07 |
Greg Hudson | In get_creds.c, rewrite validate_or_renew_creds() and |
commit | commitdiff | tree |
2010-04-06 |
Greg Hudson | gc_frm_kdc_step.c was feeding the wrong in_creds to |
commit | commitdiff | tree |
2010-04-05 |
Greg Hudson | In gc_frm_kdc_step.c, remove a check from init_realm_pa... |
commit | commitdiff | tree |
2010-04-05 |
Greg Hudson | Fix typo |
commit | commitdiff | tree |
2010-04-05 |
Greg Hudson | Move a little bit of logic out of step_referrals into |
commit | commitdiff | tree |
2010-04-05 |
Greg Hudson | In gc_frm_kdc_step.c, fix some typos and simplify some... |
commit | commitdiff | tree |
2010-04-04 |
Greg Hudson | In spnego_mech.c, revert r23225 from Luke's branch... |
commit | commitdiff | tree |
2010-04-04 |
Greg Hudson | Make krb5_get_credentials use the krb5_tkt_creds interf... |
commit | commitdiff | tree |
2010-04-04 |
Greg Hudson | Add krb5_tkt_creds_get(). Still untested |
commit | commitdiff | tree |
2010-04-04 |
Greg Hudson | In the GSSAPI IAKERB code, fix the sense of the flags... |
commit | commitdiff | tree |
2010-04-04 |
Greg Hudson | Pull up r23844 (krb5_init_creds_step flags fix) from... |
commit | commitdiff | tree |
2010-04-04 |
Greg Hudson | Rewrite gc_frm_kdc_step.c to handle the full functional... |
commit | commitdiff | tree |
2010-03-29 |
Greg Hudson | Merge changes from /users/lhoward/iakerb-refonly |
commit | commitdiff | tree |
2010-03-29 |
Greg Hudson | Create a branch for iakerb work |
commit | commitdiff | tree |
2010-03-27 |
Ken Raeburn | Always pass -W option to kdb5_util create in testing |
commit | commitdiff | tree |
2010-03-26 |
Greg Hudson | In gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kd... |
commit | commitdiff | tree |
2010-03-25 |
Greg Hudson | Straighten the if-ladder in encrypted challenge's proce... |
commit | commitdiff | tree |
2010-03-23 |
Tom Yu | Apply patch from Arlene Berry to not use freed memory in |
commit | commitdiff | tree |
2010-03-23 |
Tom Yu | MITKRB5-SA-2010-002 CVE-2010-0628 denial of service... |
commit | commitdiff | tree |
2010-03-23 |
Ezra Peisach | Include t_spengno.o in list of OBJS so make clean will... |
commit | commitdiff | tree |
2010-03-23 |
Tom Yu | krb5_typed_data not castable to krb5_pa_data on 64... |
commit | commitdiff | tree |
2010-03-20 |
Greg Hudson | Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512 |
commit | commitdiff | tree |
2010-03-19 |
Greg Hudson | Document the ticket_lifetime libdefaults setting (which... |
commit | commitdiff | tree |
2010-03-18 |
Greg Hudson | Fix the kpasswd fallback from the ccache principal... |
commit | commitdiff | tree |
2010-03-18 |
Greg Hudson | Include int-proto.h in mk_req_ext.c for krb5int_validat... |
commit | commitdiff | tree |
2010-03-18 |
Ken Raeburn | Untabify |
commit | commitdiff | tree |
2010-03-18 |
Ken Raeburn | Copyright notice |
commit | commitdiff | tree |
2010-03-17 |
Greg Hudson | When checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT... |
commit | commitdiff | tree |
2010-03-17 |
Greg Hudson | Add more verbosity when the -V option to kinit is speci... |
commit | commitdiff | tree |
2010-03-17 |
Greg Hudson | Fix the Python version check to use constructs availabl... |
commit | commitdiff | tree |
2010-03-17 |
Greg Hudson | Add a version check to the Python test, so that we... |
commit | commitdiff | tree |
2010-03-17 |
Ken Raeburn | Merge users/raeburn/branches/network-merge |
commit | commitdiff | tree |
2010-03-16 |
Tom Yu | handle NT_SRV_INST in service principal referrals |
commit | commitdiff | tree |
2010-03-15 |
Tom Yu | Set up KRB5_RUN_ENV for pytests, so that Python-based... |
commit | commitdiff | tree |
2010-03-11 |
Greg Hudson | Lazy history key creation |
commit | commitdiff | tree |
2010-03-10 |
Zhanna Tsitkov | Use KRB5_CONF_ macros instead of strings in the source... |
commit | commitdiff | tree |
2010-03-10 |
Greg Hudson | Remove vestigial include/spnego-asn1.h |
commit | commitdiff | tree |
2010-03-08 |
Greg Hudson | Add a "make testrealm" target using the Python test... |
commit | commitdiff | tree |
2010-03-07 |
Ezra Peisach | Make python test start_in_inetd function |
commit | commitdiff | tree |
2010-03-05 |
Greg Hudson | Release the internal_name field of a SPNEGO context... |
commit | commitdiff | tree |
2010-03-05 |
Greg Hudson | Add a Python test to run t_spnego |
commit | commitdiff | tree |
2010-03-05 |
Greg Hudson | In post.in, add a check-pytests intermediate target... |
commit | commitdiff | tree |
2010-03-05 |
Greg Hudson | Fix a double-free in the t_spnego test program resultin... |
commit | commitdiff | tree |
2010-03-05 |
Greg Hudson | Add a message parameter to k5test's success(), to brief... |
commit | commitdiff | tree |
2010-03-05 |
Greg Hudson | Add IPv6 support to changepw.c (reverting r21004 since... |
commit | commitdiff | tree |
2010-03-05 |
Greg Hudson | Ignore improperly encoded signedpath AD elements |
commit | commitdiff | tree |
2010-03-05 |
Greg Hudson | Error out if a Python test program fails |
commit | commitdiff | tree |
2010-03-04 |
Greg Hudson | Clean up a help string in k5test |
commit | commitdiff | tree |
2010-03-04 |
Greg Hudson | Python test framework |
commit | commitdiff | tree |
2010-02-28 |
Greg Hudson | Remove some more test suite cruft: |
commit | commitdiff | tree |
2010-02-27 |
Greg Hudson | On Linux platforms, use -Wl,--enable-new-dtags when... |
commit | commitdiff | tree |
2010-02-25 |
Zhanna Tsitkov | Updated documentation with information about --with... |
commit | commitdiff | tree |
2010-02-25 |
Tom Yu | doc updates for allow_weak_crypto |
commit | commitdiff | tree |
2010-02-24 |
Greg Hudson | Two problems in kadm5_get_principal mask handling |
commit | commitdiff | tree |
2010-02-22 |
Greg Hudson | Remove some more dejagnu test suite cruft: |
commit | commitdiff | tree |
2010-02-22 |
Greg Hudson | Remove some unused cruft in the dejagnu test suite... |
commit | commitdiff | tree |
2010-02-22 |
Greg Hudson | Explain the current SPNEGO initiator/acceptor design... |
commit | commitdiff | tree |
2010-02-22 |
Greg Hudson | Fix two unrelated problems in SPNEGO which don't crop... |
commit | commitdiff | tree |
2010-02-20 |
Ken Raeburn | Use bswap16 and bswap32 on NetBSD |
commit | commitdiff | tree |
2010-02-20 |
Ken Raeburn | Update dependencies |
commit | commitdiff | tree |
2010-02-20 |
Ken Raeburn | Move array decl from mixed within code down into the... |
commit | commitdiff | tree |
next |