]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2009-06-23  Ken RaeburnGSSAPI init/accept_sec_context performance testing...
2009-06-21  Ezra PeisachUpdate comments to reflect reality and the fact that...
2009-06-18  Ken Raeburnreduce some mutex performance problems in profile library
2009-06-18  Ken Raeburnminor memory leak in 'none' replay cache type
2009-06-18  Greg HudsonRemove the new configure option --enable-static-only...
2009-06-18  Greg HudsonIn default.exp, revert an unintended part of the last...
2009-06-18  Greg HudsonIn default.exp, import RLOGIN_FLAGS from the environmen...
2009-06-17  Ezra PeisachIn the previous patch - I neglected a potential NULL...
2009-06-17  Greg HudsonIn ldap_create.c, remove four incorrect uses of krb5_se...
2009-06-11  Greg HudsonUse ticket forwarding in the GSSAPI test cases to exercise
2009-06-11  Ezra Peisachkrb5int_yarrow_final could deref NULL if out of memory
2009-06-10  Ezra Peisachkrb5int_rd_chpw_rep could call krb5_free_error with...
2009-06-08  Greg HudsonClean up and simplify kdb5.c; no functional changes
2009-06-08  Greg HudsonIn kdb5.c, remove calls to the locking macros which...
2009-06-08  Greg HudsonRestore limited support for static linking
2009-06-08  Greg Hudsonlibkdb5 now depends on libgssrpc. So when linking...
2009-06-08  Greg HudsonDon't build the kadm5/unit-test test programs during...
2009-06-06  Ezra Peisachkadmind is parsing acls good deref NULL pointer on...
2009-06-06  Ezra Peisachkadm5int_acl_parse_restrictions could ref uninitialized...
2009-06-01  Greg HudsonMake results of krb5_db_def_fetch_mkey more predictable
2009-06-01  Greg HudsonFix a typo in the admin guide (with not keyword ->...
2009-05-30  Ken RaeburnFix minor bug in r21269 - wrong field name
2009-05-27  Ken RaeburnRevert last change
2009-05-27  Ken RaeburnDon't re-run test programs to recreate output every...
2009-05-27  Ken Raeburnfix t_prf test code properly
2009-05-25  Ken RaeburnOn error getting forwarded creds, actually print out...
2009-05-25  Ken RaeburnCheck for 'encoding ### bytes' message consistently...
2009-05-25  Greg HudsonFix up kinit -T documentation
2009-05-25  Greg HudsonTemporarily disable FAST PKINIT for 1.7 release
2009-05-24  Ken RaeburnIf --enable-pkinit is explicitly given, and OpenSSL...
2009-05-24  Greg HudsonFix vector initialization error in KDC preauth code
2009-05-24  Greg HudsonFix test rules for non-gmake make versions
2009-05-23  Greg HudsonIn krb5_ktfileint_write_entry, add a no-op fseek in...
2009-05-22  Ken Raeburnwhitespace
2009-05-22  Ken RaeburnMake Sun cc error out on unknown attributes
2009-05-22  Ken RaeburnUse correct type for krb5_c_prf_length length arg
2009-05-22  Ken RaeburnUse printf format attribute only with gcc
2009-05-22  Ken Raeburnmake prompt string vars point to const
2009-05-22  Ken Raeburnfix minor syntax error
2009-05-22  Greg HudsonRemove spurious assertion in handle_authdata
2009-05-20  Sam HartmanInclude regression test for krb-fx-cf2 for RC4 enctype
2009-05-20  Greg HudsonAdd a comment to the r22168 change since it's not obvio...
2009-05-20  Greg HudsonRestore compatibility with KDCs using key usage 8 to...
2009-05-19  Greg HudsonWhen using keyed checksum types with TGS subkeys, Micro...
2009-05-18  Sam HartmanIn practice, key usage 9 requires no translation
2009-05-18  Sam HartmanCopy the sequence key rather than the subkey for lucid...
2009-05-18  Sam HartmanDocument use of key fields in GSS context
2009-05-14  Tom YuAdd IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP...
2009-05-14  Greg Hudsongss_krb5int_export_lucid_sec_context was erroneously...
2009-05-14  Greg HudsonUCS2 support doesn't handle upper half of BMP
2009-05-14  Ken Raeburnremove some old code for debugging the debugging code
2009-05-13  Tom YuIn util/support/utf8_conv.c, the SWAP16 macro is invoke...
2009-05-11  Ken Raeburnreduce character-class table entry size (40%) based...
2009-05-11  Greg HudsonIn recvauth_common, convert a use of strcpy to strdup
2009-05-11  Greg HudsonRefactor rule_an_to_ln, creating a new helper function...
2009-05-07  Sam HartmanTry decrypting using session key if subkey fails in...
2009-05-07  Sam Hartmanman1 in title header for man1 manpages
2009-05-07  Greg HudsonAllow more than 10 past keys to be stored by a policy
2009-05-07  Greg HudsonAfter consultation with kenh, remove a comment and...
2009-05-06  Greg HudsonFix yet another memory leak in pa_sam
2009-05-06  Greg HudsonFix multiple memory leaks in obtain_sam_padata
2009-05-06  Greg HudsonIn pa_sam, use the correct function to free sam_challen...
2009-05-06  Greg HudsonFix a memory leak in pa_sam_2 where an outer data struc...
2009-05-05  Greg HudsonFix a memory leak in pa_sam
2009-05-05  Greg HudsonFix a memory leak in krb5_obtain_padata
2009-05-05  Greg HudsonIn pa_sam_2, free sc2 in an error-handling case where...
2009-05-05  Greg HudsonIn pa_sam_2, free scratch in a couple of error-handling...
2009-05-05  Greg HudsonIn krb5int_rd_setpw_rep, if we get an error result...
2009-05-05  Greg HudsonRemove some unnecessary null checks in krb5_get_in_tkt_...
2009-05-05  Greg HudsonRemove some unnecessary null checks in krb5_get_in_tkt_...
2009-05-05  Greg HudsonIn krb5_get_in_tkt, free the whole encoded request...
2009-05-05  Greg HudsonFix a case in the krb5_rd_rep error handler (introduced...
2009-05-04  Greg HudsonSimplify cleanup in obtain_sam_padata slightly
2009-05-04  Greg HudsonFix an error message memory leak in krb5_preauth_supply...
2009-05-04  Greg HudsonFix some direct returns in krb5_get_cred_from_kdc_opt...
2009-05-04  Greg Hudsonkrb5_rd_rep could leak memory through its output parame...
2009-05-03  Greg HudsonFix formatting of ok_as_delegate documentation in admin...
2009-05-02  Greg HudsonFix a memory leak in krb5int_rd_chpw_rep in a block...
2009-05-01  Greg HudsonFix a memory leak by reorganizing krb5_principal_intern...
2009-05-01  Greg HudsonCheck return value of ftell() in krb5_ktfileint_find_slot
2009-05-01  Greg HudsonMove an error check to an earlier location in krb5_524_...
2009-04-30  Sam Hartmanmake depend
2009-04-30  Sam HartmanImplement DES and 3DES PRF. Patch fromKAMADA Ken'ichi
2009-04-30  Greg HudsonIn krb5_kt_resolve, ensure that the output parameter...
2009-04-30  Greg HudsonIn ktfile_common_resolve, set the output pointer to...
2009-04-30  Greg HudsonFix a memory leak by reorganizing krb5_ktf_keytab_inter...
2009-04-30  Zhanna TsitkovUninitialized variable may cause unpredictable behavior...
2009-04-30  Greg HudsonDocument ok_as_delegate in the admin guide
2009-04-30  Sam HartmanDo not return PREAUTH_FAILED on unknown preauth
2009-04-29  Greg HudsonAdd DEBUG_ERROR_LOCATIONS support
2009-04-29  Tom YuFix typo in error message reported by Marek Mahut ...
2009-04-28  Greg HudsonFix handling of RET_SEQUENCE flag in mk_priv/mk_ncred
2009-04-28  Greg HudsonFix typo
2009-04-28  Greg HudsonFix a couple of memory leaks in krb5int_sendto, reworki...
2009-04-28  Greg HudsonFix a memory leak in aname_replacer using the recommend...
2009-04-28  Greg HudsonFix a memory leak in module_locate_server
2009-04-27  Greg HudsonFix a few memory leaks in krb5_mk_ncred. Also tighten...
2009-04-27  Greg HudsonFix an unchecked use of fwrite in krb5_ktfileint_delete...
2009-04-27  Greg HudsonMove KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb...
2009-04-25  Ken Raeburnmake installed headers C++-safe
next