aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-18Add GSS credential store documentationGreg Hudson1-0/+80
2020-11-18Add verify option to cred storeSimo Sorce3-13/+83
2020-11-18Add password option to cred storeSimo Sorce6-24/+81
2020-11-18Fix gss_acquire_cred_from() IAKERB handlingSimo Sorce3-12/+54
2020-11-08Be stricter about ASN.1 decodingDemi M. Obenour7-88/+57
2020-11-08Fix compatibility with upcoming autoconf 2.70Sergei Trofimovich1-5/+1
2020-11-03Add recursion limit for ASN.1 indefinite lengthsGreg Hudson1-7/+9
2020-11-03Allow KDC to canonicalize realm in TGS clientGreg Hudson2-7/+8
2020-11-03Avoid daylight savings time issues in testsGreg Hudson2-0/+8
2020-10-29Move more KDC checks to validate_tgs_request()Greg Hudson4-245/+275
2020-10-22Use PKG_CHECK_MODULES for system library com_errAnonymous Maarten22-25/+34
2020-10-22Fix minor static analysis defectsRobbie Harwood5-8/+6
2020-10-20Unregister thread key in SPNEGO finalizationGreg Hudson5-15/+106
2020-10-17Update Gladman AES codeGreg Hudson26-3060/+3149
2020-10-08Fix Python deprecation warningsGreg Hudson7-24/+19
2020-10-02Minimize usage of tgs_server in KDCGreg Hudson5-78/+46
2020-09-30Avoid passing DB entry structures in KDCGreg Hudson5-40/+41
2020-09-28Fix doc issues with newer Doxygen and SphinxGreg Hudson5-43/+44
2020-09-22Update SRV record documentationGreg Hudson1-10/+13
2020-09-22Add doc build to Github Actions configGreg Hudson2-1/+30
2020-09-22Allow aliases when matching U2U second ticketIsaac Boukris2-1/+26
2020-09-22Adjust KDC alias helper function contractIsaac Boukris2-7/+11
2020-09-18Document enctype migrationGreg Hudson3-20/+83
2020-09-18Warn when des3-cbc-sha1 is used for initial authGreg Hudson1-0/+21
2020-09-14Improve KDC alias checking for S4U requestsIsaac Boukris1-49/+25
2020-09-11Remove Leash import functionalityGreg Hudson19-518/+22
2020-09-09Fix Leash crash when ticket autorenewal failsGreg Hudson1-27/+0
2020-09-09Fix Leash console optionGreg Hudson4-165/+4
2020-09-09Fix input length checking in SPNEGO DER decodingGreg Hudson1-5/+5
2020-09-09Do proper length decoding in SPNEGO gss_get_oid()Greg Hudson1-7/+6
2020-09-07Fix KRB5_GC_CACHED for S4U2Self requestsGreg Hudson1-6/+7
2020-09-07Rename master_kdc and iprop_master_ulogsizeGreg Hudson9-27/+45
2020-09-07Use the term "primary KDC" in source and docsGreg Hudson46-337/+346
2020-09-07Suppress Leash error popup on MSLSA renew failureGreg Hudson1-2/+2
2020-09-02Harmonize macOS pack declarations with HeimdalGreg Hudson5-14/+14
2020-09-02make regenGreg Hudson4-183/+182
2020-09-02Unify kvno option documentationRobbie Harwood3-28/+35
2020-08-18Set lockdown attribute when creating LDAP KDBGreg Hudson1-1/+1
2020-08-07Refactor cache checking in TGS client codeGreg Hudson3-58/+55
2020-08-07Cache S4U2Proxy requests by second ticketIsaac Boukris7-85/+88
2020-08-07Expand dns_canonicalize_host=fallback supportGreg Hudson13-235/+459
2020-08-04Don't create hostbased principals in new KDBsGreg Hudson5-84/+12
2020-08-04Try kadmin/admin first in libkadm5clntGreg Hudson4-28/+36
2020-08-04Fix three configure tests for Xcode 12Greg Hudson2-3/+5
2020-08-04Fix leak in KERB_AP_OPTIONS_CBT server supportGreg Hudson1-10/+13
2020-07-22Fix token and type declarations in getdate.yGreg Hudson1-6/+4
2020-07-22Ignore bad enctypes in krb5_string_to_keysalts()Robbie Harwood1-3/+4
2020-07-22Allow gss_unwrap_iov() of unpadded RC4 tokensGreg Hudson1-6/+3
2020-07-07Avoid backward seeks when reading keytab filesJoshua Neuheisel2-1/+12
2020-07-06Avoid using LMDB environments across forksGreg Hudson5-10/+26