aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/rd_req_dec.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-07Implement fallback for GSS acceptor namesGreg Hudson1-4/+2
2020-08-07Expand dns_canonicalize_host=fallback supportGreg Hudson1-3/+33
2020-01-24Honor transited-policy-checked flag in serversGreg Hudson1-4/+7
2019-06-04Simplify and modernize replay cache interfaceGreg Hudson1-26/+5
2019-05-31Add tag to krb5_donot_replayGreg Hudson1-3/+7
2019-01-16In rd_req_dec, always log non-permitted enctypesRobbie Harwood1-3/+2
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood1-29/+2
2015-09-14Fix krb5_rd_req() memory leakNicolas Williams1-0/+1
2014-06-10In KDC, log client principal in bad header ticketrbasch1-7/+0
2014-06-05Use k5_setmsgGreg Hudson1-44/+38
2014-05-07Improve krb5_rd_req decryption failure errorsGreg Hudson1-43/+264
2014-03-19Try compatible keys in rd_req_dec "any" pathNalin Dahyabhai1-1/+7
2013-05-21Fix transited handling for GSSAPI acceptorsGreg Hudson1-3/+5
2013-04-08Simplify principal access within libkrb5Greg Hudson1-10/+9
2012-06-07Rename and add to etype utility functionsGreg Hudson1-1/+1
2012-03-31Fix data handling in rd_req_decoded_optGreg Hudson1-3/+3
2011-10-31Make krb5_check_clockskew publicGreg Hudson1-1/+1
2011-06-10Mark up strings for translationGreg Hudson1-1/+1
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-2/+1
2011-02-13Reposition a trace call which was dereferencing freed memory afterGreg Hudson1-1/+2
2011-02-07Improve acceptor name flexibilityGreg Hudson1-92/+113
2010-08-25rd_req_decoded: clarify behavior in commentSam Hartman1-1/+8
2010-06-07Trace loggingGreg Hudson1-0/+9
2010-01-26Apply patch from Arlene Berry to plug a memory leakTom Yu1-1/+3
2010-01-05Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov1-1/+1
2010-01-02Use krb5int_count_etypes in rd_req_decoded_optGreg Hudson1-4/+1
2009-12-09Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov1-41/+25
2009-10-31make mark-cstyleTom Yu1-393/+393
2009-10-22When iterating through the keytab in krb5_rd_req(), do notLuke Howard1-2/+4
2009-10-20fix some Coverity reported defects in naming extensionsLuke Howard1-1/+3
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-16/+18
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-19/+50
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-6/+6
2009-01-13Patch from Luke Howard to:Sam Hartman1-1/+0
2009-01-12Add message hash support to the replay interface, using extensionGreg Hudson1-1/+7
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-141/+314
2008-11-24Fix memory leak caught by valgrindKen Raeburn1-23/+29
2008-11-17Lite Client - the following calls are server-side functions:Zhanna Tsitkov1-1/+5
2008-11-17PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov1-4/+43
2008-08-25Incorporate Apple's patchKen Raeburn1-1/+28
2008-08-20lean client changesZhanna Tsitkov1-0/+4
2007-07-20Pull out code for looking up the current time, comparing the offset ofKen Raeburn1-8/+14
2007-05-31Move CCAPI sources to krb5 repositoryAlexandra Ellwood1-1/+1
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn1-4/+3
2007-04-29rd_req_decoded needs to deal with referral realmsSam Hartman1-5/+21
2007-03-25whitespace (mostly wrapping long lines produced by protoize)Ken Raeburn1-2/+3
2006-11-16* rd_req_dec.c: Whitespace changes in function headers.Ken Raeburn1-9/+53
2003-05-10Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu1-2/+10
2002-09-03protoizeKen Raeburn1-38/+5
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-2/+2