summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/rd_req_dec.c
Commit message (Expand)AuthorAgeFilesLines
* In KDC, log client principal in bad header ticketrbasch2014-06-101-7/+0
* Use k5_setmsgGreg Hudson2014-06-051-44/+38
* Improve krb5_rd_req decryption failure errorsGreg Hudson2014-05-071-43/+264
* Try compatible keys in rd_req_dec "any" pathNalin Dahyabhai2014-03-191-1/+7
* Fix transited handling for GSSAPI acceptorsGreg Hudson2013-05-211-3/+5
* Simplify principal access within libkrb5Greg Hudson2013-04-081-10/+9
* Rename and add to etype utility functionsGreg Hudson2012-06-071-1/+1
* Fix data handling in rd_req_decoded_optGreg Hudson2012-03-311-3/+3
* Make krb5_check_clockskew publicGreg Hudson2011-10-311-1/+1
* Mark up strings for translationGreg Hudson2011-06-101-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* Reposition a trace call which was dereferencing freed memory afterGreg Hudson2011-02-131-1/+2
* Improve acceptor name flexibilityGreg Hudson2011-02-071-92/+113
* rd_req_decoded: clarify behavior in commentSam Hartman2010-08-251-1/+8
* Trace loggingGreg Hudson2010-06-071-0/+9
* Apply patch from Arlene Berry to plug a memory leakTom Yu2010-01-261-1/+3
* Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov2010-01-051-1/+1
* Use krb5int_count_etypes in rd_req_decoded_optGreg Hudson2010-01-021-4/+1
* Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov2009-12-091-41/+25
* make mark-cstyleTom Yu2009-10-311-393/+393
* When iterating through the keytab in krb5_rd_req(), do notLuke Howard2009-10-221-2/+4
* fix some Coverity reported defects in naming extensionsLuke Howard2009-10-201-1/+3
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-191-16/+18
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-19/+50
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-6/+6
* Patch from Luke Howard to:Sam Hartman2009-01-131-1/+0
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-1/+7
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-141/+314
* Fix memory leak caught by valgrindKen Raeburn2008-11-241-23/+29
* Lite Client - the following calls are server-side functions:Zhanna Tsitkov2008-11-171-1/+5
* PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov2008-11-171-4/+43
* Incorporate Apple's patchKen Raeburn2008-08-251-1/+28
* lean client changesZhanna Tsitkov2008-08-201-0/+4
* Pull out code for looking up the current time, comparing the offset ofKen Raeburn2007-07-201-8/+14
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-311-1/+1
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-4/+3
* rd_req_decoded needs to deal with referral realmsSam Hartman2007-04-291-5/+21
* whitespace (mostly wrapping long lines produced by protoize)Ken Raeburn2007-03-251-2/+3
* * rd_req_dec.c: Whitespace changes in function headers.Ken Raeburn2006-11-161-9/+53
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-2/+10
* protoizeKen Raeburn2002-09-031-38/+5
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-2/+2
* * rd_req_dec.c (krb5_rd_req_decoded_opt): Pass server realm toKen Raeburn2001-09-071-7/+5
* * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): FreeEzra Peisach2001-01-301-1/+1
* * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): Fix memory leak ifEzra Peisach2000-10-041-2/+2
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-27/+66
* * get_creds.c (krb5_get_credentials_core): new function. Common part ofKen Raeburn1996-05-041-4/+45
* rd_req_dec.c (krb5_rd_req_decoded): Move code which validated theTheodore Tso1996-04-101-15/+6
* Removed outdated comment about mappingSam Hartman1996-01-261-4/+0