aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/krb5_decode.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-16Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu1-166/+170
2009-11-14Constrained delegation without PAC supportGreg Hudson1-0/+36
2009-10-31make mark-cstyleTom Yu1-1/+1
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-0/+11
2009-09-13Implement s4u extensionsGreg Hudson1-0/+12
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-3/+3
2009-03-31Make FAST changes build when pkinit is disabledTom Yu1-10/+10
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-2/+91
2009-02-13Correct numerous memory leaks on error conditions in the ASN.1Greg Hudson1-86/+123
2009-02-10Adjust the structure of krb5_decode.c functions to initialize outputGreg Hudson1-375/+432
2009-01-22whitespaceTom Yu1-2/+2
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-0/+47
2008-11-17Lite Client - the following calls are server-side functions:Zhanna Tsitkov1-0/+2
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn1-284/+285
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn1-558/+558
2008-08-19Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that IKen Raeburn1-0/+2
2008-08-07get_eoc() is always followed by next_tag(), so don't bother settingKen Raeburn1-12/+8
2008-08-07Pull out EOC error checks into separate functionsKen Raeburn1-6/+17
2008-08-07Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn1-10/+15
2007-08-01Add PKINIT supportKevin Coffman1-0/+147
2006-08-02Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu1-0/+1
2005-11-15This commit ensures that all files in the library includeJeffrey Altman1-1/+1
2004-08-31fix MITKRB5-SA-2004-002Tom Yu1-2/+13
2003-10-08Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu1-1/+40
2003-07-22Send generalstring not octetstring in etype_info2. Accept eitherSam Hartman1-5/+10
2003-06-20Split out etype_info2 decoder from etype_info decoder. In theSam Hartman1-1/+1
2003-05-18Sequence numbers are now unsigned. Implement lenient parser forTom Yu1-3/+3
2003-05-06Implement encoders for etype_info2 and add support to s2kparams forSam Hartman1-0/+10
2003-03-12Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn1-20/+39
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein1-0/+44
2002-10-08ASN.1 code passes uninitialized values aroundTom Yu1-11/+17
2002-09-03Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn1-112/+46
2000-10-26 * asn1buf.c (asn1buf_sync): Add new arguments to include the fullTom Yu1-7/+23
2000-10-17 * asn1buf.h: Lengths are now unsigned int forEzra Peisach1-1/+1
2000-02-02* krb5_decode.c (krb5_decode_ticket): Add function to provideDanilo Almeida1-0/+9
1999-11-01 * krb5_decode.c (begin_structure): Update to deal with indefiniteTom Yu1-4/+3
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1999-07-04 * asn1buf.c (asn1buf_sync): Add length parameter to disambiguateTom Yu1-1/+1
1999-07-03 * asn1buf.h: New prototpyes for asn1buf_sync() andTom Yu1-1/+2
1996-05-04* krb5_decode.c (decode_krb5_enc_tkt_part): use tagnum correctly to handleKen Raeburn1-3/+4
1996-04-09add sam encoders, decoders, including "optional string" macrosMark Eichin1-0/+65
1996-03-21Fix 16 bit vs. 32bit error in the encoded timestamp structureTheodore Tso1-1/+1
1996-03-13 * krb5_decode.c (decode_krb5_ticket, decode_krb5_enc_tkt_part,Ezra Peisach1-0/+13
1996-02-28If starttime is not set, then use authtime as a default. (This fixesTheodore Tso1-0/+2
1995-11-08* krb5_decode.c (decode_krb5_pa_enc_ts, decode_krb5_enc_data): AddedTheodore Tso1-3/+29
1995-09-27Systematic rework of all the cleanup code to make the generated objectTheodore Tso1-143/+146
1995-09-23Remove the (int) cast, since you can't take address of a value whichTheodore Tso1-2/+2
1995-09-2332 bit word being passed as an intTheodore Tso1-2/+2
1995-09-20Declare cleanup function as void and propogate thoughout the file. This handlesEzra Peisach1-10/+11
1995-09-14moderately clean handling of allocated storage on error during partialMark Eichin1-95/+173