aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/krb5_decode.c
AgeCommit message (Expand)AuthorFilesLines
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
1995-09-12Reinstate the keytype -> enctype changes and keep the new Mac changesEzra Peisach1-2/+1
1995-09-11Mac Beta 1 submissionKeith Vetter1-1/+2
1995-09-06 * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.h,Chris Provenzano1-1/+1
1995-09-06 * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.hChris Provenzano1-1/+0
1995-08-28krb5_decode.c (decode_krb5_alt_method, decode_krb5_etype_info): NewTheodore Tso1-0/+34
1995-08-26krb5_encode.c (encode_krb5_padata_sequence): New function which encodes aTheodore Tso1-0/+12
1995-04-14Windows global stuff:Keith Vetter1-22/+22
1995-02-28Avoid <krb5/....> includesJohn Gilmore1-1/+1
1995-02-22Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1-22/+22
1995-02-10Removed ISODE cruftTheodore Tso1-1/+1
1995-02-03* asn1_decode_k.c => asn1_k_decode.cJohn Gilmore1-1/+1
1995-01-13Removed all references to DECLARG and OLDDECLARGChris Provenzano1-88/+66
1994-11-19Add magic number to keyblock structureTheodore Tso1-0/+2
1994-09-21Fix memory leak in decode timestamp returnTheodore Tso1-0/+1
1994-08-171) Stop checking the msg_type field unless KRB5_MSGTYPE_STRICT is definedTheodore Tso1-13/+37
1994-07-14Added MIT Copyright noticesTheodore Tso1-0/+23
1994-06-29folding in Harry's changesTom Yu1-0/+577