summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1/krb5_decode.c
Commit message (Expand)AuthorAgeFilesLines
...
* * asn1buf.c (asn1buf_sync): Add length parameter to disambiguateTom Yu1999-07-041-1/+1
* * asn1buf.h: New prototpyes for asn1buf_sync() andTom Yu1999-07-031-1/+2
* * krb5_decode.c (decode_krb5_enc_tkt_part): use tagnum correctly to handleKen Raeburn1996-05-041-3/+4
* add sam encoders, decoders, including "optional string" macrosMark Eichin1996-04-091-0/+65
* Fix 16 bit vs. 32bit error in the encoded timestamp structureTheodore Tso1996-03-211-1/+1
* * krb5_decode.c (decode_krb5_ticket, decode_krb5_enc_tkt_part,Ezra Peisach1996-03-131-0/+13
* If starttime is not set, then use authtime as a default. (This fixesTheodore Tso1996-02-281-0/+2
* * krb5_decode.c (decode_krb5_pa_enc_ts, decode_krb5_enc_data): AddedTheodore Tso1995-11-081-3/+29
* Systematic rework of all the cleanup code to make the generated objectTheodore Tso1995-09-271-143/+146
* Remove the (int) cast, since you can't take address of a value whichTheodore Tso1995-09-231-2/+2
* 32 bit word being passed as an intTheodore Tso1995-09-231-2/+2
* Declare cleanup function as void and propogate thoughout the file. This handlesEzra Peisach1995-09-201-10/+11
* moderately clean handling of allocated storage on error during partialMark Eichin1995-09-141-95/+173
* Reinstate the keytype -> enctype changes and keep the new Mac changesEzra Peisach1995-09-121-2/+1
* Mac Beta 1 submissionKeith Vetter1995-09-111-1/+2
* * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.h,Chris Provenzano1995-09-061-1/+1
* * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.hChris Provenzano1995-09-061-1/+0
* krb5_decode.c (decode_krb5_alt_method, decode_krb5_etype_info): NewTheodore Tso1995-08-281-0/+34
* krb5_encode.c (encode_krb5_padata_sequence): New function which encodes aTheodore Tso1995-08-261-0/+12
* Windows global stuff:Keith Vetter1995-04-141-22/+22
* Avoid <krb5/....> includesJohn Gilmore1995-02-281-1/+1
* Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1995-02-221-22/+22
* Removed ISODE cruftTheodore Tso1995-02-101-1/+1
* * asn1_decode_k.c => asn1_k_decode.cJohn Gilmore1995-02-031-1/+1
* Removed all references to DECLARG and OLDDECLARGChris Provenzano1995-01-131-88/+66
* Add magic number to keyblock structureTheodore Tso1994-11-191-0/+2
* Fix memory leak in decode timestamp returnTheodore Tso1994-09-211-0/+1
* 1) Stop checking the msg_type field unless KRB5_MSGTYPE_STRICT is definedTheodore Tso1994-08-171-13/+37
* Added MIT Copyright noticesTheodore Tso1994-07-141-0/+23
* folding in Harry's changesTom Yu1994-06-291-0/+577