aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Add ASN.1 codec for KKDCP's KDC-PROXY-MESSAGENathaniel McCallum3-0/+27
2014-06-02Build support for TLS used by HTTPS proxy supportRobbie Harwood (frozencemetery)5-2/+20
2014-06-02Use k5_transport(_strategy) enums for k5_sendtoRobbie Harwood (frozencemetery)10-122/+178
2014-06-02Add helper to determine if a KDC is the masterGreg Hudson3-64/+80
2014-06-02Simplify sendto_kdc.cGreg Hudson1-80/+79
2014-06-01Make x-deltat.y work with bison 3Greg Hudson2-762/+629
2014-05-28Fix uninitialized variable bug in KEYRING ccacheGreg Hudson1-1/+1
2014-05-24Improve pointer hygiene around gss_display_nameGreg Hudson2-3/+7
2014-05-24Fix fencepost error in krad timeout handlerGreg Hudson1-1/+1
2014-05-22Load mechglue config files from /etc/gss/mech.dGünther Deschner1-11/+54
2014-05-22Remove dead code from the mechglue initializationGünther Deschner1-27/+0
2014-05-21Add tests for krb5int_c_combine_keysGreg Hudson3-3/+98
2014-05-21Fix krb5int_c_combine_keysKen Hornstein1-0/+1
2014-05-19Fix t_marshal on big-endian platformsGreg Hudson1-6/+12
2014-05-17Use cred marshalling functions in cc_keyring.cGreg Hudson1-1039/+56
2014-05-17Use cred marshalling functions in cc_file.cGreg Hudson1-653/+170
2014-05-17Modernize cc_file.c and cc_keyring.cGreg Hudson2-2348/+1665
2014-05-17Add ccache marshalling testsGreg Hudson3-2/+413
2014-05-17Add cred marshalling functionsGreg Hudson3-0/+495
2014-05-17Modernize rd_cred.cGreg Hudson1-188/+138
2014-05-08Allow GSS mechs to force mechlistMIC in SPNEGOSimo Sorce1-0/+37
2014-05-08Fix unlikely memory error in krb5_rd_credNeng Xue1-1/+3
2014-05-07Fix unlikely memory leak exporting lucid contextNeng Xue1-0/+1
2014-05-07Don't remove ccache creds before storing themGreg Hudson1-3/+0
2014-05-07Improve krb5_rd_req decryption failure errorsGreg Hudson3-49/+271
2014-05-07Use k5_change_error_message_code in krb5 GSS mechGreg Hudson1-4/+1
2014-05-07Add helper to change extended error message codeGreg Hudson3-0/+14
2014-04-15Update sample configs to include master_kdcGreg Hudson1-0/+1
2014-04-05Fix sendto_kdc.c on OS X after cm refactoringGreg Hudson1-0/+9
2014-04-04Remove adb_policy_init and adb_policy_closeTomas Kuthan4-26/+1
2014-04-04Fix leak in kadm5_flush with LDAP KDBTomas Kuthan1-1/+1
2014-04-02Refactor cm functions in sendto_kdc.cGreg Hudson1-161/+187
2014-03-28Get getopt from unistd.h (not getopt.h) in testsGreg Hudson2-2/+0
2014-03-28Fix t_seqstate build with Solaris compilerGreg Hudson1-2/+3
2014-03-27Don't free cred handle used in kadm5 server handleTomas Kuthan2-7/+7
2014-03-26Improve salt type display in kadmin getprincGreg Hudson1-13/+10
2014-03-25Modernize default_state.cGreg Hudson2-18/+11
2014-03-21Fix a harmless DNS glue macro bugWill Fiveash1-3/+3
2014-03-20Make use of strtoul() unconditional in locate_kdcNalin Dahyabhai1-4/+0
2014-03-20Don't check kpasswd reply addressNalin Dahyabhai1-21/+0
2014-03-19Try compatible keys in rd_req_dec "any" pathNalin Dahyabhai1-1/+7
2014-03-18Rewrite GSS sequence state tracking codeGreg Hudson5-271/+184
2014-03-18Improve internal API for GSS sequence numbersGreg Hudson12-93/+101
2014-03-18Add tests for GSSAPI sequence number processingGreg Hudson3-0/+204
2014-03-18Fix GSS krb5 initial sequence number gap handlingTomas Kuthan1-0/+15
2014-03-13Don't leak the per-request preauth contextNalin Dahyabhai1-0/+1
2014-03-13Fix memory leak in krb5_verify_init_credsNalin Dahyabhai1-3/+3
2014-03-13Initialize err variable in krb5_sendto_kdcNalin Dahyabhai1-0/+1
2014-03-08Fix clean-unix rule for gssapi_krb5.hTomas Kuthan1-2/+2
2014-03-05Modernize gic options code styleGreg Hudson1-48/+33