aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2019-12-09Various gssalloc fixesGreg Hudson7-7/+7
2019-12-09Fix gss_set_sec_context_option() context creationLuke Howard1-0/+1
2019-12-09Fix kadmin addprinc -randkey -kvnoGreg Hudson1-1/+5
2019-12-09Fix SPNEGO fallback context handlingGreg Hudson1-0/+1
2019-12-09Accept GSS mechs which don't supply attributesGreg Hudson1-0/+4
2019-12-09Fix some return code handling bugsRobbie Harwood2-0/+4
2019-12-09Eliminate qualname.plinGreg Hudson2-5/+2
2019-03-29Fix memory leak in 'none' replay cache typeCorene Casper1-0/+1
2019-01-06Don't include all MEMORY ccaches in collectionGreg Hudson2-17/+13
2018-10-29Fix leak on error in kadm5 randkey handlingGreg Hudson1-2/+4
2018-10-29Don't rely on default realm in S4U2Self clientIsaac Boukris1-1/+3
2018-10-29Fix memory bugs in gss_add_cred() extension caseGreg Hudson1-70/+137
2018-10-29Always honor desired_name in gss_add_cred()Greg Hudson1-15/+13
2018-10-29Fix memory leak in gss_add_cred() creation caseGreg Hudson1-0/+3
2018-10-29Check mech cred in gss_inquire_cred_by_mech()Greg Hudson1-0/+2
2018-10-29Check strdup return in kadm5_get_config_params()Greg Hudson1-2/+9
2018-10-28Fix bugs with concurrent use of MEMORY ccachesGreg Hudson2-61/+154
2018-05-02Set error message on KCM get_princ failureRobbie Harwood1-0/+6
2018-05-01Continue after KRB5_CC_END in KCM cache iterationFabiano FidĂȘncio1-0/+3
2018-05-01Allow validation of PACs with enterprise namesIsaac Boukris1-2/+7
2018-05-01Fix capaths "." values on clientGreg Hudson1-0/+6
2018-05-01Fix flaws in LDAP DN checkingGreg Hudson1-0/+7
2018-05-01Always set appdefault_get() output argumentNehal J Wani1-0/+2
2017-11-22Length check when parsing GSS token encapsulationGreg Hudson1-6/+14
2017-09-27Abort client preauth on keyboard interruptGreg Hudson2-0/+6
2017-09-25make depend, man, update-poGreg Hudson3-5/+42
2017-09-11Fix AIX build issuesGreg Hudson2-3/+6
2017-09-08Limit ticket lifetime to 2^31-1 secondsGreg Hudson5-11/+8
2017-09-04Add hostname-based ccselect moduleRobbie Harwood4-0/+158
2017-09-04Remove indirection around ccselect choose methodRobbie Harwood1-9/+1
2017-08-28Preserve GSS context on init/accept failureGreg Hudson17-21/+72
2017-08-18Add KDC policy pluggable interfaceRobbie Harwood1-1/+2
2017-08-17Use kadm5_auth interface in kadmindGreg Hudson2-1/+3
2017-07-24Prevent null dereference with keyboard master keyGreg Hudson1-3/+4
2017-07-02Move kadm5.acl code into kadmindGreg Hudson6-969/+15
2017-06-28Fix kadm5 setkey operation with LDAP KDBGreg Hudson1-0/+6
2017-06-19Fix kadm5.acl error reportingGreg Hudson1-3/+3
2017-06-15Turn off -Wmaybe-uninitializedGreg Hudson2-43/+37
2017-06-13Allow unspecified kvno in keytab entriesLuke Howard3-3/+3
2017-06-05Pass local address to DAL audit_as_reqAndreas Schneider1-2/+3
2017-06-05Pass full local address to dispatch functionsAndreas Schneider1-5/+12
2017-06-05Consistently name and constify address variablesAndreas Schneider2-15/+18
2017-06-05Kill TCP connections if getsockname failsAndreas Schneider1-4/+6
2017-05-24Free GSS checksum data deterministicallyTomas Kuthan1-3/+1
2017-05-18Pass client address to DAL audit_as_reqAndreas Schneider2-10/+7
2017-05-18Remove vestigial svr_principal.c codeGreg Hudson1-58/+2
2017-05-18Use krb5_timestamp where appropriateGreg Hudson11-20/+28
2017-05-18Fix more time manipulations for y2038Greg Hudson2-5/+5
2017-05-16Add timestamp testsGreg Hudson2-4/+119
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson35-132/+116