]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2010-06-08  Greg HudsonWhen we display enctypes, display the input name rather...
2010-06-08  Greg HudsonStop checking the current time against the context...
2010-06-08  Greg HudsonStop checking the current time against the context...
2010-06-07  Greg Hudsonmake depend
2010-06-07  Greg HudsonTrace logging
2010-06-04  Greg HudsonAdd krb5_enctype_to_name() API
2010-05-28  Greg HudsonIn krb5_cc_set_config, don't call krb5_cc_remove_cred...
2010-05-28  Greg Hudsonmake depend
2010-05-28  Greg HudsonFrom Luke: make copies of S4U2Proxy authdata modules...
2010-05-27  Greg HudsonRemove the get_masters logic in locate_srv_conf_1 which...
2010-05-27  Greg HudsonGet t_ser to build again after the S4U authdata branch...
2010-05-25  Greg HudsonIn testrealm.py, stash the passwords in testdir/passwor...
2010-05-25  Greg HudsonFAST negotiation could erroneously succeed
2010-05-24  Greg HudsonFix long lines and other formatting issues in fast.h
2010-05-24  Greg HudsonFix long lines and other formatting issues in fast.c
2010-05-24  Greg HudsonDon't include nul characters in the text we send with...
2010-05-23  Greg HudsonMake signedpath authdata visible via GSS naming exts
2010-05-21  Greg HudsonRemove a non-functional and unnecessary check in kdb5_u...
2010-05-21  Greg HudsonFix an error case in kdb_util's dump.c where the dump...
2010-05-21  Greg HudsonRemove an unneeded conditional in the cleanup for kadmi...
2010-05-21  Greg HudsonIn getdate.y, remove an error check from r19656 which...
2010-05-21  Greg HudsonUse ANSI-style function definitions in our copy of...
2010-05-21  Greg HudsonDocument the disable_last_success and disable_lockout...
2010-05-20  Tom YuApply patch from Arlene Berry to detect and ignore...
2010-05-20  Tom Yukdc_tcp_ports not documented in kdc.conf.M
2010-05-20  Greg HudsonIn gss_acquire_cred_with_password() and gss_add_cred_wi...
2010-05-19  Tom YuCVE-2010-1321 GSS-API lib null pointer deref (MITKRB5...
2010-05-18  Greg HudsonWhen parsing a KDC or admin server string, allow the...
2010-05-18  Greg HudsonImprove the error message from kadmin when hostname...
2010-05-17  Greg HudsonIf gss_inquire_cred is called with a null credential...
2010-05-17  Greg HudsonThe mechglue always passes null for desired_mechs and...
2010-05-17  Greg HudsonThe mechglue never invokes a mech's gss_add_cred functi...
2010-05-16  Ken RaeburnReformat with shorter lines
2010-05-16  Ken RaeburnDelete an old pre-Yarrow item
2010-05-16  Ken RaeburnUpdate dependencies
2010-05-16  Ken RaeburnStop exporting some profile symbols that aren't either...
2010-05-16  Ken RaeburnForce hostname to lower-case for use in principal names
2010-05-13  Greg HudsonNegative enctypes improperly read from ccaches
2010-05-13  Greg HudsonError handling bug in krb5_init_creds_init()
2010-05-13  Greg HudsonNegative enctypes improperly read from keytabs
2010-05-13  Greg HudsonMake k5test.py work for builds in the source dir
2010-05-12  Tom YuRemove krb5_get_in_tkt
2010-05-12  Greg HudsonReimplement krb5_get_in_tkt_with_skey in terms of krb5_...
2010-05-10  Greg HudsonAdd lockout-related performance tuning variables
2010-05-10  Greg HudsonMake KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with...
2010-05-05  Greg HudsonGeneral code consistency pass in kdb_db2.c.
2010-05-04  Tom YuAdjust for removal of krb5_ldap_set_option in r23965
2010-05-04  Greg HudsonGet rid of some kdb5_util load code which is no longer...
2010-05-04  Greg HudsonRemove some unused format string definitions from kdb5_...
2010-05-04  Greg HudsonRemove some unused fields from kadm5_config_params...
2010-05-04  Greg HudsonEliminate the unused realm_dbname field from krb5_realm...
2010-05-04  Greg HudsonRemove a stray comment from r23966
2010-05-04  Greg HudsonRefactor the kdb_db2.c code which processes db_args...
2010-05-04  Greg HudsonRemove krb5_db_set_option and the associated DAL entry...
2010-05-03  Greg HudsonCorrect the DAL documentation for db_create
2010-05-03  Greg HudsonEliminate some uses of variables as format strings...
2010-05-03  Greg HudsonEliminate the use of variables for format strings in...
2010-05-01  Greg HudsonFix some bugs in the IAKERB code discovered by Coverity...
2010-04-30  Greg HudsonAdd IAKERB mechanism and gss_acquire_cred_with_password
2010-04-30  Tom Yumemory leak in process_tgs_req in r23724
2010-04-27  Greg HudsonFix a backwards check in get_cached_tgt() in the TGS...
2010-04-26  Greg HudsonSquash some warnings in the old crypto API glue. Use...
2010-04-24  Greg HudsonAdd a Python test script to exercise the GSS sample app
2010-04-24  Greg HudsonAdd a sentinel line to sim_server after the socket...
2010-04-24  Greg HudsonEliminate the use of tail -f in the dejagnu test suite...
2010-04-24  Greg HudsonAdd a sentinel to the sample gss-server after the socke...
2010-04-24  Greg HudsonSimplify how k5test scripts get run by importing runenv...
2010-04-24  Greg HudsonRun Python tests as individual rule commands (friendlie...
2010-04-24  Greg HudsonFix the actual python command to match the displayed...
2010-04-23  Tom YuAdapted patch from Arlene Berry to handle dlerror(...
2010-04-23  Tom YuAdapted patch from Jason Rogers. It wasn't complete...
2010-04-22  Greg HudsonFrom Luke: fix the post-canonicalization cache check...
2010-04-22  Greg HudsonIn kg_new_connection(), make sure k_cred is freed in...
2010-04-22  Tom YuApply patch from Arlene Berry to cease freeing error...
2010-04-22  Greg HudsonEliminate a non-useful NULL check in the KDC's dispatch...
2010-04-22  Greg HudsonIn kpasswd_sendto_msg_callback(), properly compare...
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...
next