aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
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
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-17Change KRB5KDC_ERR_NO_ACCEPTABLE_KDF to 100Greg Hudson1-2/+2
2013-05-30Fix transited handling for GSSAPI acceptorsTom Yu1-3/+5
2013-04-12Fix condition with empty bodyDavid Benjamin1-2/+2
2013-02-22Fix initial call to svcraw_createNickolai Zeldovich1-0/+1
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-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 Yu1-3/+3
2013-01-11Suppress some gcc uninitialized variable warningsGreg Hudson1-1/+1
2013-01-11Avoid side effects in assert expressionsGreg Hudson2-2/+6
2013-01-11Suppress maybe-uninitialized warning in x-deltat.yGreg Hudson2-23/+25
2013-01-09Make verify_init_creds work with existing ccacheGreg Hudson1-7/+0
2013-01-09Ensure null termination of AFS saltsGreg Hudson1-1/+1
2013-01-02Fix spurious clock skew caused by gak_fct delayGreg Hudson1-5/+4
2012-09-12Unregister error message key on library unloadBen Kaduk1-0/+1
2012-09-11Do not retrieve zero-length credsBen Kaduk1-2/+4
2012-08-29Improve error translation for CCAPIv3 routinesBen Kaduk1-8/+9
2012-08-27Set fCachesTicket=TRUE when no credentialsKevin Wasserman1-1/+2
2012-08-27Do not be over-restrictive in the presence of UACKevin Wasserman1-39/+4
2012-08-27Remove unused struct and switch_to stubsKevin Wasserman1-11/+1
2012-08-24Remove preauth_sam2 from windows buildKevin Wasserman1-1/+0
2012-08-13Use gssalloc in krb5_gss_export_nameGreg Hudson1-1/+1
2012-08-13Use gssalloc in more parts of GSSAPIGreg Hudson5-11/+13
2012-08-13Avoid mapping GSSAPI minor code on successGreg Hudson1-1/+2
2012-08-03Fix oid set construction in gss_inquire_cred()Kevin Wasserman1-22/+10
2012-08-01Fix KDC uninit ptrs [CVE-2012-1014 CVE-2012-1015]Tom Yu1-0/+3
2012-07-23__func__ -> __FUNCTION__ in disp_status.cKevin Wasserman1-4/+4
2012-07-23Don't use syslog / LOG_DEBUG when they don't existKevin Wasserman1-1/+1
2012-07-23Fix -DDEBUG compilation errorsHenry B. Hotz3-3/+4
2012-07-23krb5_stdccv3_get_principal error handling fixupKevin Wasserman1-1/+3
2012-07-23Implement cccol iterators for mslsaKevin Wasserman1-8/+65
2012-07-23MSLSA Don't use lstrcpy on ANSI stringsKevin Wasserman1-11/+3
2012-07-23Define USE_CCAPI_V3 in krb5/ccache on windowsKevin Wasserman2-1/+2
2012-07-23kfw add preauth_sam2 to OBJS for windows buildKevin Wasserman1-0/+1
2012-07-23Add krb5int_cc_user_set_default_nameTom Yu2-4/+57
2012-07-23Implement switch_to for ccapiv3Kevin Wasserman2-0/+27
2012-06-25Fix crash on invalid DIR ccache primary fileGreg Hudson1-2/+2
2012-06-15Use correct profile var in krb5_get_tgs_ktypesTom Yu1-1/+1
2012-05-30Make dependTom Yu1-1/+1
2012-05-29Null pointer deref in kadmind [CVE-2012-1013]Richard Basch1-1/+1