aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-18only test t_locate_kdc if known-good DNS name is presentTom Yu2-6/+25
2010-06-14In PKINIT, notice if DH_compute_key() returns a value less than theGreg Hudson1-2/+18
2010-06-14Adjust the PKINIT DH debugging code:Greg Hudson1-7/+8
2010-06-11Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson5-162/+191
2010-06-11Remove the code for krb5_append_addresses(), which was never used andGreg Hudson1-58/+0
2010-06-11Eliminate actx_copy_addr in auth_con.c; use krb5_copy_addr insteadGreg Hudson1-23/+6
2010-06-10In yarrow.c, undefine k5-trace.h's TRACE before defining it to avoid aGreg Hudson1-0/+1
2010-06-10Remove some unused (as of yet) trace macro definitionsGreg Hudson1-10/+0
2010-06-10Fix a couple of minor defects in trace.cGreg Hudson1-3/+2
2010-06-08kadmin ktadd may display wrong name of default keytabGreg Hudson2-4/+7
2010-06-08When we display enctypes, display the input name rather than theGreg Hudson6-9/+10
2010-06-08Stop checking the current time against the context expiration time inGreg Hudson3-29/+3
2010-06-08Stop checking the current time against the context expiration time inGreg Hudson1-14/+0
2010-06-07make dependGreg Hudson54-1996/+2181
2010-06-07Trace loggingGreg Hudson24-89/+965
2010-06-04Add krb5_enctype_to_name() APIGreg Hudson4-3/+32
2010-05-28In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson1-4/+0
2010-05-28make dependGreg Hudson2-15/+12
2010-05-28From Luke: make copies of S4U2Proxy authdata modules work when thereGreg Hudson1-1/+1
2010-05-27Remove the get_masters logic in locate_srv_conf_1 which was orphanedGreg Hudson2-63/+11
2010-05-27Get t_ser to build again after the S4U authdata branch mergeGreg Hudson1-2/+2
2010-05-25In testrealm.py, stash the passwords in testdir/passwords so that theyGreg Hudson1-1/+6
2010-05-25FAST negotiation could erroneously succeedGreg Hudson1-0/+1
2010-05-24Fix long lines and other formatting issues in fast.hGreg Hudson1-25/+36
2010-05-24Fix long lines and other formatting issues in fast.cGreg Hudson1-56/+81
2010-05-24Don't include nul characters in the text we send with krb-errorGreg Hudson2-2/+2
2010-05-23Make signedpath authdata visible via GSS naming extsGreg Hudson5-2/+615
2010-05-21Remove a non-functional and unnecessary check in kdb5_util'sGreg Hudson1-2/+0
2010-05-21Fix an error case in kdb_util's dump.c where the dump file handle wasGreg Hudson1-0/+1
2010-05-21Remove an unneeded conditional in the cleanup for kadmin's keytabGreg Hudson1-5/+3
2010-05-21In getdate.y, remove an error check from r19656 which couldn't everGreg Hudson1-2/+0
2010-05-21Use ANSI-style function definitions in our copy of getdate.yGreg Hudson1-37/+11
2010-05-21Document the disable_last_success and disable_lockout variables inGreg Hudson2-2/+19
2010-05-20Apply patch from Arlene Berry to detect and ignore a duplicateTom Yu1-0/+12
2010-05-20kdc_tcp_ports not documented in kdc.conf.MTom Yu1-0/+20
2010-05-20In gss_acquire_cred_with_password() and gss_add_cred_with_password(),Greg Hudson1-38/+23
2010-05-19CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)Tom Yu1-0/+7
2010-05-18When parsing a KDC or admin server string, allow the name or addressGreg Hudson3-46/+63
2010-05-18Improve the error message from kadmin when hostname resolution failsGreg Hudson3-4/+7
2010-05-17If gss_inquire_cred is called with a null credential, acquire aGreg Hudson1-44/+13
2010-05-17The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson7-244/+30
2010-05-17The mechglue never invokes a mech's gss_add_cred function. Remove theGreg Hudson4-411/+1
2010-05-16Reformat with shorter linesKen Raeburn1-15/+23
2010-05-16Delete an old pre-Yarrow itemKen Raeburn1-4/+0
2010-05-16Update dependenciesKen Raeburn5-38/+54
2010-05-16Stop exporting some profile symbols that aren't either published inKen Raeburn2-54/+0
2010-05-16Force hostname to lower-case for use in principal namesKen Raeburn1-1/+2
2010-05-13Negative enctypes improperly read from ccachesGreg Hudson1-1/+2
2010-05-13Error handling bug in krb5_init_creds_init()Greg Hudson1-4/+5
2010-05-13Negative enctypes improperly read from keytabsGreg Hudson1-3/+2