krb5.git
2010-04-21 Greg HudsonFix a memory leak in get_creds.c's try_fallback_realm()
2010-04-21 Greg HudsonIn the kdc5_hammer test program, simplify the cleanup...
2010-04-21 Greg HudsonAmend r23917 to correct some uses of *out_creds which...
2010-04-21 Greg HudsonIn the get_credentials() helper of the gss-krb5 init_se...
2010-04-21 Greg HudsonIn t_inetd, zero out l_inaddr before filling it in...
2010-04-20 Tom YuOnly create runenv.py at BUILDTOP. Fix bugs in k5test...
2010-04-20 Tom YuFix CVE-2010-1230 (MITKRB5-SA-2010-004) double-free...
2010-04-20 Greg HudsonWhen setting up to get a TGT for the service realm...
2010-04-20 Greg HudsonAdd KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with...
2010-04-16 Tom YuBuild runenv.py, holding environment variable settings...
2010-04-14 Greg HudsonIntroduce new krb5_tkt_creds API
2010-04-14 Greg HudsonUse krb5_get_credentials in ksu instead of krb5_get_cre...
2010-04-13 Greg HudsonValidate and renew should work on non-TGT creds
2010-04-08 Greg HudsonRemove krb5int_send_tgs(); it is unused as of r23358
2010-04-08 Greg HudsonAdd krb5_cc_dup() to make it possible to copy ccache...
2010-04-08 Greg HudsonAssume lstat in Unix code, specifically clients/ksu...
2010-04-04 Greg HudsonIn testrealm.py, add ksu and kvno to the list of build...
2010-03-29 Greg HudsonFix backwards flag output in krb5_init_creds_step()
2010-03-27 Ken RaeburnAlways pass -W option to kdb5_util create in testing
2010-03-26 Greg HudsonIn gc_frm_kdc.c, rename cur_kdc to cur_realm and nxt_kd...
2010-03-25 Greg HudsonStraighten the if-ladder in encrypted challenge's proce...
2010-03-23 Tom YuApply patch from Arlene Berry to not use freed memory in
2010-03-23 Tom YuMITKRB5-SA-2010-002 CVE-2010-0628 denial of service...
2010-03-23 Ezra PeisachInclude t_spengno.o in list of OBJS so make clean will...
2010-03-23 Tom Yukrb5_typed_data not castable to krb5_pa_data on 64...
2010-03-20 Greg HudsonChange KRB5_AUTHDATA_SIGNTICKET from 142 to 512
2010-03-19 Greg HudsonDocument the ticket_lifetime libdefaults setting (which...
2010-03-18 Greg HudsonFix the kpasswd fallback from the ccache principal...
2010-03-18 Greg HudsonInclude int-proto.h in mk_req_ext.c for krb5int_validat...
2010-03-18 Ken RaeburnUntabify
2010-03-18 Ken RaeburnCopyright notice
2010-03-17 Greg HudsonWhen checking for KRB5_GET_INIT_CREDS_OPT_CHG_PWD_PRMPT...
2010-03-17 Greg HudsonAdd more verbosity when the -V option to kinit is speci...
2010-03-17 Greg HudsonFix the Python version check to use constructs availabl...
2010-03-17 Greg HudsonAdd a version check to the Python test, so that we...
2010-03-17 Ken RaeburnMerge users/raeburn/branches/network-merge
2010-03-16 Tom Yuhandle NT_SRV_INST in service principal referrals
2010-03-15 Tom YuSet up KRB5_RUN_ENV for pytests, so that Python-based...
2010-03-11 Greg HudsonLazy history key creation
2010-03-10 Zhanna TsitkovUse KRB5_CONF_ macros instead of strings in the source...
2010-03-10 Greg HudsonRemove vestigial include/spnego-asn1.h
2010-03-08 Greg HudsonAdd a "make testrealm" target using the Python test...
2010-03-07 Ezra PeisachMake python test start_in_inetd function
2010-03-05 Greg HudsonRelease the internal_name field of a SPNEGO context...
2010-03-05 Greg HudsonAdd a Python test to run t_spnego
2010-03-05 Greg HudsonIn post.in, add a check-pytests intermediate target...
2010-03-05 Greg HudsonFix a double-free in the t_spnego test program resultin...
2010-03-05 Greg HudsonAdd a message parameter to k5test's success(), to brief...
2010-03-05 Greg HudsonAdd IPv6 support to changepw.c (reverting r21004 since...
2010-03-05 Greg HudsonIgnore improperly encoded signedpath AD elements
2010-03-05 Greg HudsonError out if a Python test program fails
2010-03-04 Greg HudsonClean up a help string in k5test
2010-03-04 Greg HudsonPython test framework
2010-02-28 Greg HudsonRemove some more test suite cruft:
2010-02-27 Greg HudsonOn Linux platforms, use -Wl,--enable-new-dtags when...
2010-02-25 Zhanna TsitkovUpdated documentation with information about --with...
2010-02-25 Tom Yudoc updates for allow_weak_crypto
2010-02-24 Greg HudsonTwo problems in kadm5_get_principal mask handling
2010-02-22 Greg HudsonRemove some more dejagnu test suite cruft:
2010-02-22 Greg HudsonRemove some unused cruft in the dejagnu test suite...
2010-02-22 Greg HudsonExplain the current SPNEGO initiator/acceptor design...
2010-02-22 Greg HudsonFix two unrelated problems in SPNEGO which don't crop...
2010-02-20 Ken RaeburnUse bswap16 and bswap32 on NetBSD
2010-02-20 Ken RaeburnUpdate dependencies
2010-02-20 Ken RaeburnMove array decl from mixed within code down into the...
2010-02-20 Ken RaeburnUpdate export list for 2007 plugin interface change
2010-02-20 Ken RaeburnMove array decl from mixed within code down into the...
2010-02-19 Greg HudsonMake plugins/cksum_body more likely to build, and remov...
2010-02-18 Greg HudsonThe TGS code was not freeing authdata. This is an...
2010-02-18 Greg HudsonFix cipher state chaining in OpenSSL back end
2010-02-17 Greg HudsonAdd display statements for the encrypted tokens generat...
2010-02-17 Zhanna Tsitkovvalidator.py is a tool to validate kerb configuration...
2010-02-16 Tom Yuupdate mkrel to deal with changed source layout
2010-02-16 Tom YuMITKRB5-SA-2010-001 CVE-2010-0283 KDC denial of service
2010-02-15 Ken RaeburnRemove another remnant of krb4
2010-02-13 Greg HudsonClarify the SPNEGO NegHints code and plug two cases...
2010-02-12 Greg HudsonSimplify the SPNEGO neg_mechs intersection logic a...
2010-02-11 Greg HudsonMinimal support for updating history key
2010-02-10 Greg HudsonImplement gss_set_neg_mechs
2010-02-10 Greg HudsonFollowon fixes to r23712:
2010-02-09 Sam Hartmankrb5int_fast_free_state segfaults if state is null
2010-02-09 Sam Hartmanenc_padata can include empty sequence
2010-02-05 Greg HudsonConsistently place $(LDFLAGS) after $(SHLIB_EXPFLAGS...
2010-02-05 Tom YuApply patch from Arlene Berry to handle the case where...
2010-02-05 Greg HudsonFix cross-realm handling of AD-SIGNEDPATH
2010-02-05 Tom YuApply patch from Arlene Berry to avoid segfault if...
2010-02-05 Tom YuApply patch from Arlene Berry to return a comparable...
2010-02-03 Greg HudsonFix greet_server build
2010-02-02 Greg HudsonClean up error handling in krb5int_make_tgs_request_ext...
2010-02-01 Tom Yuset_default_enctype_var should filter not reject weak...
2010-02-01 Greg HudsonCorrect the DAL documentation of
2010-01-31 Greg HudsonFix minor error-handling bug in r23676
2010-01-29 Greg HudsonCorrect the DAL documentation for how modules should...
2010-01-29 Greg HudsonMake decryption of master key list more robust
2010-01-28 Greg HudsonHandle migration from pre-1.7 databases with master...
2010-01-27 Greg HudsonUpdate the LDAP dependencies for r23674
2010-01-27 Greg HudsonGet rid of kdb_ext.h and allow out-of-tree KDB plugins
2010-01-26 Tom Yudefine MIN() in lib/gssapi/krb5/prf.c
2010-01-26 Tom YuApply patch from Arlene Berry to plug a memory leak
2010-01-25 Greg HudsonIn the DAL comments, document KRB5_KDB_INCLUDE_PAC...
next