aboutsummaryrefslogtreecommitdiff
path: root/src/kdc
AgeCommit message (Expand)AuthorFilesLines
2020-11-03Avoid using LMDB environments across forksGreg Hudson1-4/+7
2020-02-10Put KDB authdata firstIsaac Boukris1-3/+6
2019-12-09Initialize life/rlife in kdcpolicy interfaceRobbie Harwood1-2/+2
2019-12-09Fix some return code handling bugsRobbie Harwood1-8/+8
2019-01-07Remove incorrect KDC assertionIsaac Boukris1-1/+0
2019-01-07Ignore password attributes for S4U2Self requestsIsaac Boukris1-0/+5
2018-10-26Update auto-generated filesGreg Hudson1-18/+20
2018-10-12Add more constraints to S4U2Self processingIsaac Boukris1-0/+28
2018-10-12Allow referrals for cross-realm S4U2Self requestsIsaac Boukris3-9/+16
2018-08-22Use k5_hashtab in KDC lookaside cacheGreg Hudson2-480/+60
2018-07-27Allow u2u requests when -allow_svr is setChris Hecker1-1/+2
2018-07-18Make krb5kdc -p affect TCP portsGreg Hudson1-8/+4
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood2-21/+0
2018-07-12Use SHA-256 instead of MD5 for audit ticket IDsGreg Hudson1-11/+10
2018-07-05Explicitly look for python2 in configure.inGreg Hudson3-3/+0
2018-06-18Eliminate use of the 'register' keywordThomas Sondergaard2-4/+4
2018-04-23Fix KDC null dereference on large TGS repliesRobbie Harwood5-42/+55
2018-03-26Add SPAKE preauth supportGreg Hudson1-0/+2
2018-03-19Omit AS-REP etype-info for replaced reply keysGreg Hudson1-17/+34
2018-03-19Add PKINIT KDC support for freshness tokenGreg Hudson3-2/+132
2018-03-19Fix read overflow in KDC sort_pa_data()Greg Hudson1-4/+5
2018-03-12Simplify kdc_preauth.c systems tableGreg Hudson1-340/+182
2018-03-12Refactor KDC krb5_pa_data utility functionsGreg Hudson4-126/+107
2018-03-02Improve KDC encrypting key memory managementGreg Hudson1-8/+8
2018-03-02Fix KDC encrypting key memory leak on some errorsGreg Hudson1-2/+3
2018-02-26Fix trivial KDC memory leak with test KDB modulesashan1-5/+1
2018-01-16Set klog com_err context for each KDC requestGreg Hudson1-7/+9
2018-01-08Include etype-info in for hardware preauth hintsGreg Hudson1-2/+2
2017-10-09Remove unused SAM setup code in KDCRobbie Harwood3-18/+0
2017-09-25make depend, man, update-poGreg Hudson1-8/+10
2017-09-08Limit ticket lifetime to 2^31-1 secondsGreg Hudson3-3/+8
2017-08-30Issue trivially renewable ticketsGreg Hudson1-6/+9
2017-08-29Don't set ctime in KDC error repliesGreg Hudson2-2/+2
2017-08-21Fix bugs in kdcpolicy commitGreg Hudson1-1/+1
2017-08-18Add KDC policy pluggable interfaceRobbie Harwood8-72/+259
2017-07-24Simplify KDC status assignmentGreg Hudson2-79/+24
2017-07-24Prevent KDC unset status assertion failuresGreg Hudson3-5/+12
2017-06-05Pass local address to DAL audit_as_reqAndreas Schneider4-14/+23
2017-06-05Pass full local address to dispatch functionsAndreas Schneider2-2/+2
2017-06-05Consistently name and constify address variablesAndreas Schneider4-22/+23
2017-05-18Pass client address to DAL audit_as_reqAndreas Schneider1-2/+2
2017-05-18Use krb5_timestamp where appropriateGreg Hudson1-2/+2
2017-05-18Fix more time manipulations for y2038Greg Hudson1-1/+1
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson9-28/+33
2017-04-24Use krb5_check_clockskew() in KDC preauth mechsGreg Hudson2-25/+15
2017-04-20Initialize some magic fieldsMartin Kittel2-0/+3
2017-04-14Add FAST encrypted challenge auth indicatorMatt Rogers1-1/+17
2017-04-06Add the client_name() kdcpreauth callbackMatt Rogers1-1/+8
2017-03-13Fix memory leaks in test programsGreg Hudson1-0/+6
2017-01-19Use expected_msg in test scriptsGreg Hudson1-3/+2