aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/do_as_req.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-29Don't set ctime in KDC error repliesGreg Hudson1-1/+1
2017-08-18Add KDC policy pluggable interfaceRobbie Harwood1-0/+7
2017-07-24Simplify KDC status assignmentGreg Hudson1-39/+12
2017-07-24Prevent KDC unset status assertion failuresGreg Hudson1-2/+2
2017-06-05Pass local address to DAL audit_as_reqAndreas Schneider1-7/+10
2017-06-05Consistently name and constify address variablesAndreas Schneider1-9/+10
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-1/+1
2017-04-20Initialize some magic fieldsMartin Kittel1-0/+2
2016-09-23Fix unlikely leak in KDC AS-REQ error pathGreg Hudson1-1/+1
2015-09-14Fix KDC client referralsGreg Hudson1-1/+1
2015-08-26Add secure cookie supportGreg Hudson1-7/+33
2015-07-22Enforce auth indicator restrictions in KDCGreg Hudson1-0/+7
2015-07-22Add authentication indicators in AS-REQsGreg Hudson1-0/+1
2015-07-22Add kdcpreauth callback for auth indicatorsGreg Hudson1-0/+3
2015-07-08Only include one key in etype-infoGreg Hudson1-33/+55
2015-06-15Use local TGT for AD-SIGNTICKET processingGreg Hudson1-0/+1
2015-06-15Load local TGT in KDC requestsGreg Hudson1-0/+11
2015-06-15Rename krbtgt variable in KDC codeGreg Hudson1-2/+2
2014-04-28Refactor KDC option/flag processingTom Yu1-14/+4
2014-02-19Make KDC "status" statements more homogeneousZhanna Tsitkov1-13/+13
2013-12-30Log service princ in KDC more reliablyrbasch1-12/+13
2013-10-04KDC Audit infrastructure and plugin implementationZhanna Tsitkov1-2/+47
2013-09-23Re-factoring of service processing code in AS-REQZhanna Tsitkov1-12/+12
2013-09-23Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov1-1/+1
2013-09-03Support FAST hide-client-names optionGreg Hudson1-0/+4
2013-06-06Refactor KDC renewable ticket handlingGreg Hudson1-26/+3
2013-05-03Make AS requests work with no client keyGreg Hudson1-16/+20
2013-01-15Remove KDC macros for realm config fieldsGreg Hudson1-1/+1
2013-01-10Get rid of adm.hGreg Hudson1-1/+1
2012-10-15Eliminate some KDC globalsTom Yu1-13/+21
2012-10-15Set pointers to NULL after freeing themZhanna Tsitkov1-0/+1
2012-09-12Map CANTLOCK_DB to SVC_UNAVAILABLE in krb5kdcNicolas Williams1-0/+4
2012-08-22Remove dead code in do_as_req.cZhanna Tsitkov1-12/+0
2012-04-26Remove orphaned Apple PKINIT supportGreg Hudson1-21/+0
2012-03-22Suppress some gcc uninitialized variable warningsGreg Hudson1-0/+1
2012-01-26Don't use stack variable address in as_req stateGreg Hudson1-5/+5
2011-12-21Stop using krb5_typed_data structure typeGreg Hudson1-4/+3
2011-11-15Make verto context available to kdcpreauth modulesGreg Hudson1-1/+3
2011-11-14Simplify and fix kdcpreauth request_body callbackGreg Hudson1-2/+14
2011-10-28Use zero-filled states for all async ops in KDCGreg Hudson1-22/+3
2011-10-28Initialize typed_e_data in as_req_stateGreg Hudson1-0/+1
2011-10-17Make reindentTom Yu1-6/+5
2011-10-15Make get_preauth_hint_list respond via callbackGreg Hudson1-25/+39
2011-10-05Use an opaque handle in the kdcpreauth callbackGreg Hudson1-9/+13
2011-10-04Fix initialization and pointer bugs in new codeGreg Hudson1-1/+2
2011-10-04Create e_data as pa_data in KDC interfacesGreg Hudson1-72/+28
2011-10-03Make check_padata() respond via a callbackGreg Hudson1-407/+486
2011-10-03Make do_as_req() respond via a callbackGreg Hudson1-6/+8
2011-06-17Convert preauth_plugin.h to new plugin frameworkGreg Hudson1-2/+1
2011-06-10Mark up strings for translationGreg Hudson1-1/+2