summaryrefslogtreecommitdiffstats
path: root/src/kdc/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* Move KDC PRNG reseed logic to a helper functionTom Yu2012-10-151-20/+29
* Eliminate some KDC globalsTom Yu2012-10-151-15/+33
* Cache TGS-REPs tooTom Yu2012-09-271-1/+1
* Clean up dispatch lookaside code slightlyGreg Hudson2012-01-261-17/+14
* Various lookaside cache fixesGreg Hudson2012-01-261-18/+22
* Make verto context available to kdcpreauth modulesGreg Hudson2011-11-151-3/+5
* Use zero-filled states for all async ops in KDCGreg Hudson2011-10-281-3/+3
* Drop retransmits while processing requestsGreg Hudson2011-10-151-7/+22
* Make do_as_req() respond via a callbackGreg Hudson2011-10-031-34/+70
* Make dispatch() respond via a callbackGreg Hudson2011-10-031-14/+15
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028...Tom Yu2011-02-091-1/+2
* Eliminate a non-useful NULL check in the KDC's dispatch() function.Greg Hudson2010-04-221-1/+1
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-171-1/+51
* Post-great-reindent check. Part IZhanna Tsitkov2009-11-121-1/+1
* make mark-cstyleTom Yu2009-10-311-44/+45
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-311-1/+2
* In the KDC, remove krb4 request handling support and fakeka codeGreg Hudson2008-12-151-4/+0
* Fix MITKRB5-SA-2008-001 on trunk. Patch differs from the released oneKen Raeburn2008-03-181-1/+1
* Preauthentication Plugin FrameworkSam Hartman2006-10-031-1/+1
* ipv4+ipv6 messages can trip up KDC replay detectionKen Raeburn2006-04-291-2/+2
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-131-1/+0
* protoizeKen Raeburn2002-09-111-4/+1
* * dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including...Ken Raeburn2002-07-051-0/+1
* Reduce or localize dependencies on address families.Ken Raeburn2002-07-051-11/+2
* * dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn2002-06-261-7/+6
* KDC support for new PRNGSam Hartman2002-01-081-1/+23
* * dispatch.c (dispatch): inet_ntop() returns const char *Ezra Peisach2000-09-201-4/+3
* * kdc_preauth.c (verify_sam_response): Declare and set rc_lifetimeTom Yu2000-03-011-1/+4
* * dispatch.c (dispatch): Log address and port number of detected retransmitsKen Raeburn2000-01-271-1/+20
* * dispatch.c (dispatch): Make message in lookaside case less suggestive ofKen Raeburn1999-10-291-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Disable lookaside cache. It's needed if the replay cache is enabled, and couldKen Raeburn1999-06-301-0/+4
* * replay.c (kdc_check_lookaside):Tom Yu1998-07-221-2/+2
* network.c (setup_network):Theodore Tso1995-10-061-5/+5
* Multiple realm supportPaul Park1995-06-231-1/+7
* dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1995-06-091-1/+1
* Update kadmind5 to use new logging routinesPaul Park1995-06-081-1/+2
* * *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-281-5/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-1/+2
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Pass in actual packet to process_tgs_req so that two different checksummingTheodore Tso1993-06-031-5/+1
* Modifications so that whether something came in on the secondary orTheodore Tso1992-09-011-7/+8
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* XXX not appropriateJohn Kohl1991-04-191-1/+1
* only insert the replay if we succeeded in generating a replyJohn Kohl1991-02-141-1/+2
* add replay lookaside call-outsJohn Kohl1991-02-131-1/+12
* conditionalize v4 supportJohn Kohl1990-12-201-1/+4
* changed process_v4() stub & its call to have three arguments,Donald Davis1990-10-111-1/+1