aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/krb5_encode.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05make mark-cstyle; make reindentTom Yu1-21/+21
2009-11-05Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu1-5/+7
2009-10-31In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson1-12/+29
2009-10-31make mark-cstyleTom Yu1-1/+0
2009-03-31Make FAST changes build when pkinit is disabledTom Yu1-6/+7
2009-02-09Make asn1buf_destroy return void, since it's a free function. InGreg Hudson1-20/+21
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn1-847/+2
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn1-143/+144
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn1-512/+512
2008-08-19Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that IKen Raeburn1-1/+3
2007-08-01Add PKINIT supportKevin Coffman1-0/+125
2005-11-15This commit ensures that all files in the library includeJeffrey Altman1-1/+1
2003-10-08Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu1-0/+37
2003-05-18Sequence numbers are now unsigned. Implement lenient parser forTom Yu1-3/+4
2003-05-06Implement encoders for etype_info2 and add support to s2kparams forSam Hartman1-1/+11
2003-04-25Implementation of Microsoft set password client library code providedSam Hartman1-0/+17
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein1-0/+36
2002-09-03Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn1-96/+32
2000-10-17 * asn1buf.h: Lengths are now unsigned int forEzra Peisach1-4/+4
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1996-04-09add sam encoders, decoders, including "optional string" macrosMark Eichin1-0/+55
1995-11-08* krb5_decode.c (decode_krb5_pa_enc_ts, decode_krb5_enc_data): AddedTheodore Tso1-0/+31
1995-10-02 * krb5_encode.c (krb5_cleanup): If asn1buf_destroy fails, don'tMark Eichin1-1/+0
1995-09-2332 bit word being passed as an intTheodore Tso1-1/+1
1995-09-12Reinstate the keytype -> enctype changes and keep the new Mac changesEzra Peisach1-2/+2
1995-09-11Mac Beta 1 submissionKeith Vetter1-2/+2
1995-09-06 * asn1_k_decode.c, asn1_k_decode.h, asn1_k_encode.c, asn1_k_encode.h,Chris Provenzano1-2/+2
1995-08-28krb5_decode.c (decode_krb5_alt_method, decode_krb5_etype_info): NewTheodore Tso1-0/+29
1995-08-26krb5_encode.c (encode_krb5_padata_sequence): New function which encodes aTheodore Tso1-0/+14
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-09-28= should have been == in commented out codeTheodore Tso1-2/+2
1994-08-171) Stop checking the msg_type field unless KRB5_MSGTYPE_STRICT is definedTheodore Tso1-1/+1
1994-08-11Changes to prevent krb5_encode.c from writing to constant structures.Theodore Tso1-21/+4
1994-07-14Added MIT Copyright noticesTheodore Tso1-0/+23
1994-06-29folding in Harry's changesTom Yu1-0/+737