aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-04Free verto context later in KDC cleanupGreg Hudson1-1/+1
2022-01-12Replace AD-SIGNEDPATH with minimal PACsGreg Hudson1-0/+5
2021-10-12Always use platform PRNGGreg Hudson1-17/+0
2021-02-17Synchronize command-line option documentationRobbie Harwood1-2/+2
2020-12-07Reduce warnings from mainline autoconfGreg Hudson1-14/+2
2020-07-06Avoid using LMDB environments across forksGreg Hudson1-4/+7
2020-04-08Fix typos in commentsGreg Hudson1-1/+1
2019-07-11Fix typosAntoine Cœur1-1/+1
2019-05-28Remove support for single-DES and CRCRobbie Harwood1-6/+0
2019-05-21Add missing newlines to deprecation warningsGreg Hudson1-2/+3
2019-05-20Update default krb5kdc mkey manual-entry enctypeRobbie Harwood1-1/+1
2019-01-17Mark deprecated enctypes when usedRobbie Harwood1-0/+19
2018-07-18Make krb5kdc -p affect TCP portsGreg Hudson1-8/+4
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
2017-10-09Remove unused SAM setup code in KDCRobbie Harwood1-16/+0
2017-08-18Add KDC policy pluggable interfaceRobbie Harwood1-0/+8
2016-11-09Use zap() more consistentlyGreg Hudson1-2/+1
2016-09-23Add the kdc_tcp_listen_backlog KDC optionMatt Rogers1-5/+15
2016-07-19Fix recent change to kdcdefaults processingGreg Hudson1-1/+1
2016-07-18Allow user to restrict KDC to specific addressesSarah Day1-68/+72
2016-07-18Add ability to bind addresses to the net-serverSarah Day1-2/+2
2016-07-18Remove workaround when pktinfo is unsupportedSarah Day1-12/+0
2014-07-08Include autoconf.h before system headersGreg Hudson1-10/+8
2014-06-27Fix KDC worker process argument parsingGreg Hudson1-2/+4
2014-06-16Tidy up k5-int.h variable name constantsGreg Hudson1-2/+2
2013-11-04Multi-realm KDC null deref [CVE-2013-1418]Tom Yu1-0/+3
2013-10-04KDC Audit infrastructure and plugin implementationZhanna Tsitkov1-0/+12
2013-06-07Fix various warningsGreg Hudson1-2/+0
2013-03-26Fix minor KDC memory leaksGreg Hudson1-1/+1
2013-01-16Get rid of krb5_read_realm_paramsGreg Hudson1-62/+63
2013-01-15Remove unused krb5_realm_params fieldsGreg Hudson1-9/+0
2013-01-11Simplify KDC host referral codeGreg Hudson1-88/+39
2013-01-11Fix no_host_referral concatention in KDCGreg Hudson1-6/+7
2013-01-10Get rid of adm.hGreg Hudson1-1/+1
2012-10-23Add loop() kdcpreauth methodNathaniel McCallum1-1/+1
2012-10-15Eliminate some KDC globalsTom Yu1-38/+47
2012-08-10Remove irrelevant to current code Novell copyrightZhanna Tsitkov1-27/+0
2012-07-06Allow using locales when gettext is absentBen Kaduk1-0/+1
2012-07-06Enable all localizations in main functionsBen Kaduk1-1/+1
2012-06-06Add control over session key enctype negotiationNicolas Williams1-0/+6
2012-05-30Use a hash table in the KDC lookaside cacheGreg Hudson1-0/+9
2012-04-17Add clock skew testsGreg Hudson1-1/+7
2012-03-21Only store master mey list in DAL handleGreg Hudson1-3/+1
2011-11-15Update verto to 0.2.2 releaseGreg Hudson1-1/+5
2011-09-14Fix terminate_workers() in the KDCGreg Hudson1-3/+2
2011-09-14Simplify terminate_workers() in the KDCGreg Hudson1-8/+9
2011-09-14Set up monitor signal handlers before forkingGreg Hudson1-17/+20
2011-09-14Split signal setup into loop_setup_signals()Greg Hudson1-1/+18
2011-09-14Reinitialize verto after creating worker childGreg Hudson1-0/+2