aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Sort file list for msgfmtkrb5-1.10Tom Yu1-1/+1
2014-01-22Remove mentions of krb5-send-prTom Yu2-10/+5
2014-01-22Test bogus KDC-REQsTom Yu2-0/+45
2014-01-22Fix typo that broke 'make clean'Tom Yu1-1/+1
2014-01-22Add a test program for krb5_copy_contextTom Yu2-3/+172
2014-01-22Fix krb5_copy_contextTom Yu2-0/+14
2014-01-22Fix GSS krb5 acceptor acquire_cred error handlingGreg Hudson1-1/+3
2014-01-22Fix memory leak in SPNEGO initiatorSimo Sorce1-0/+1
2014-01-22Fix SPNEGO one-hop interop against old IISGreg Hudson1-0/+6
2014-01-22Avoid malloc(0) in SPNEGO get_input_tokenGreg Hudson1-6/+9
2014-01-17Remove dangling --with-kdc-kdb-update referencesTom Yu1-10/+0
2013-11-06Update for krb5-1.10.7-postreleaseTom Yu1-2/+2
2013-11-06Updates for krb5-1.10.7krb5-1.10.7-finalTom Yu2-3/+30
2013-11-04Update acknowledgmentsTom Yu1-0/+9
2013-11-04Multi-realm KDC null deref [CVE-2013-1418]Tom Yu1-0/+3
2013-10-30Improve LDAP KDB initialization error messagesGreg Hudson1-7/+7
2013-10-30Fix decoding of mkey kvno in mkey_aux tl-dataGreg Hudson1-2/+3
2013-10-29Correctly activate master keys in pre-1.7 KDBsGreg Hudson1-22/+19
2013-10-29Fix typos in kdb5_util master key command outputsGreg Hudson1-5/+5
2013-10-17Change KRB5KDC_ERR_NO_ACCEPTABLE_KDF to 100Greg Hudson1-2/+2
2013-07-05Fix lock inconsistency in ctx_unlock()Nicolas Williams1-4/+8
2013-06-05Update for krb5-1.10.6-postreleaseTom Yu1-2/+2
2013-06-05Updates for krb5-1.10.6krb5-1.10.6-finalTom Yu2-3/+25
2013-06-05Set msg_type when decoding FAST requestsGreg Hudson1-0/+1
2013-06-04Allow config of dh_min_bits < 2048Tom Yu2-3/+5
2013-06-04Ignore missing Q in dh_paramsTom Yu1-4/+4
2013-05-30Fix transited handling for GSSAPI acceptorsTom Yu1-3/+5
2013-05-16Fix kpasswd UDP ping-pong [CVE-2002-2443]Tom Yu1-4/+4
2013-04-17Update for krb5-1.10.5-postreleaseTom Yu1-2/+2
2013-04-17Updates for krb5-1.10.5 releasekrb5-1.10.5-finalTom Yu4-5/+25
2013-04-16Reset ulog if database load failedrbasch1-0/+12
2013-04-12Fix condition with empty bodyDavid Benjamin1-2/+2
2013-04-02KDC TGS-REQ null deref [CVE-2013-1416]Tom Yu1-2/+4
2013-03-01Update patchlevel.h for krb5-1.10.4-postreleaseTom Yu1-2/+2
2013-03-01Update README and patchlevel.h for krb5-1.10.4krb5-1.10.4-finalTom Yu2-11/+67
2013-03-01Update acknowledgments in READMETom Yu1-1/+9
2013-02-22Fix various result checksNickolai Zeldovich2-2/+2
2013-02-22Fix initial call to svcraw_createNickolai Zeldovich1-0/+1
2013-02-22Fix kdb5_util dump.c uninitialized warningsGreg Hudson1-1/+1
2013-02-22Fix no_host_referral concatention in KDCGreg Hudson1-6/+7
2013-02-22Fix gss_str_to_oid for OIDs with zero-valued arcsLuke Howard1-6/+6
2013-02-22Check for negative poll timeout in k5_sendto_kdcGreg Hudson1-0/+4
2013-02-22PKINIT null pointer deref [CVE-2013-1415]Xi Wang1-2/+1
2013-02-22Convert success in krb5_chpw_result_code_stringJonathan Reams1-0/+3
2013-02-22Make kprop/kpropd work with RC4 session keyGreg Hudson3-20/+19
2013-01-11Fix various integer issuesTom Yu3-6/+6
2013-01-11Handle PKINIT DH replies with no certsGreg Hudson1-1/+8
2013-01-11Suppress some gcc uninitialized variable warningsGreg Hudson3-3/+5
2013-01-11Avoid side effects in assert expressionsGreg Hudson3-6/+14
2013-01-11Suppress maybe-uninitialized warning in x-deltat.yGreg Hudson2-23/+25