aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-5/+1
2011-02-09KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028...Tom Yu1-1/+2
2010-04-22Eliminate a non-useful NULL check in the KDC's dispatch() function.Greg Hudson1-1/+1
2010-03-17Merge users/raeburn/branches/network-mergeKen Raeburn1-1/+51
2009-11-12Post-great-reindent check. Part IZhanna Tsitkov1-1/+1
2009-10-31make mark-cstyleTom Yu1-44/+45
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-1/+2
2008-12-15In the KDC, remove krb4 request handling support and fakeka codeGreg Hudson1-4/+0
2008-03-18Fix MITKRB5-SA-2008-001 on trunk. Patch differs from the released oneKen Raeburn1-1/+1
2006-10-03Preauthentication Plugin FrameworkSam Hartman1-1/+1
2006-04-29ipv4+ipv6 messages can trip up KDC replay detectionKen Raeburn1-2/+2
2005-04-13Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn1-1/+0
2002-09-11protoizeKen Raeburn1-4/+1
2002-07-05* dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including...Ken Raeburn1-0/+1
2002-07-05Reduce or localize dependencies on address families.Ken Raeburn1-11/+2
2002-06-26* dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn1-7/+6
2002-01-08KDC support for new PRNGSam Hartman1-1/+23
2000-09-20 * dispatch.c (dispatch): inet_ntop() returns const char *Ezra Peisach1-4/+3
2000-03-01 * kdc_preauth.c (verify_sam_response): Declare and set rc_lifetimeTom Yu1-1/+4
2000-01-27* dispatch.c (dispatch): Log address and port number of detected retransmitsKen Raeburn1-1/+20
1999-10-29* dispatch.c (dispatch): Make message in lookaside case less suggestive ofKen Raeburn1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1999-06-30Disable lookaside cache. It's needed if the replay cache is enabled, and couldKen Raeburn1-0/+4
1998-07-22 * replay.c (kdc_check_lookaside):Tom Yu1-2/+2
1995-10-06network.c (setup_network):Theodore Tso1-5/+5
1995-06-23Multiple realm supportPaul Park1-1/+7
1995-06-09dispatch.c, kdc_util.h, kerberos_v4.c: Use KRB5_KRB4_COMPAT instead ofTheodore Tso1-1/+1
1995-06-08Update kadmind5 to use new logging routinesPaul Park1-1/+2
1995-02-28* *.[ch]: Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1-5/+1
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-1/+2
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1993-06-03Pass in actual packet to process_tgs_req so that two different checksummingTheodore Tso1-5/+1
1992-09-01Modifications so that whether something came in on the secondary orTheodore Tso1-7/+8
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-04-19XXX not appropriateJohn Kohl1-1/+1
1991-02-14only insert the replay if we succeeded in generating a replyJohn Kohl1-1/+2
1991-02-13add replay lookaside call-outsJohn Kohl1-1/+12
1990-12-20conditionalize v4 supportJohn Kohl1-1/+4
1990-10-11changed process_v4() stub & its call to have three arguments,Donald Davis1-1/+1
1990-10-10packet can be modified by decode_krb5_as_req, so we can't be constJohn Kohl1-1/+1
1990-10-10change data structure namesJohn Kohl1-4/+4
1990-05-25fix reference to copyright/distribution provisionsJohn Kohl1-1/+1
1990-05-23fix include filesJohn Kohl1-2/+0
1990-05-07call process_tgs_req, which calls the othersJohn Kohl1-3/+1
1990-04-23add const to argsJohn Kohl1-21/+15
1990-02-03add more args, pass more args downJohn Kohl1-4/+7
1990-02-02*** empty log message ***John Kohl1-0/+60