aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/asn1_encode.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03Sense of POINTERS_ARE_ALL_THE_SAME test was backwardsKen Raeburn1-3/+3
2009-11-05make mark-cstyle; make reindentTom Yu1-3/+3
2009-11-05Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu1-16/+24
2009-10-31In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson1-25/+27
2009-02-12Modify asn12krb5_buf and asn1_do_full_encode to make output parameterGreg Hudson1-5/+11
2009-01-22whitespaceTom Yu1-3/+3
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-0/+22
2008-11-03If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn1-1/+2
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn1-74/+444
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn1-72/+73
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn1-180/+180
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-3/+6
2005-03-04* asn1_encode.c (asn1_encode_generaltime): If gmtime_r returns int instead ofKen Raeburn1-0/+5
2004-06-11* asn1_encode.c (asn1_encode_generaltime): Fix memcpy argument to actuallyKen Raeburn1-2/+2
2004-06-04* asn1_encode.c (asn1_encode_generaltime): Use gmtime_r if availableKen Raeburn1-3/+11
2004-04-24Handle the somewhat common fixed case of time value 0 more efficientlyKen Raeburn1-16/+23
2002-11-05 * asn1_encode.h (asn1_encode_oid):Tom Yu1-0/+17
2002-10-23Implement asn1_encode_enumeratedSam Hartman1-4/+37
2002-09-03Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn1-40/+19
2002-06-24 * asn1_encode.c (asn1_encode_generaltime): Remove call toTom Yu1-3/+0
2002-06-24 * asn1_encode.c: Removed unused Mac OS 9 codeTom Yu1-8/+4
2000-10-17 * asn1buf.h: Lengths are now unsigned int forEzra Peisach1-19/+21
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1999-06-17 * asn1_encode.c (asn1_encode_generaltime): Fix minor bug inTom Yu1-1/+1
1998-07-17Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1-1/+1
1998-07-02asn1_encode.c: Make the magic Macintosh EPOCH offset be 70 yearsTheodore Tso1-1/+1
1998-04-17 * asn1_encode.c (asn1_encode_generaltime): Sanity check the returnTom Yu1-1/+11
1995-09-18Don't modify a const input variable val; copy it to a scratch variableTheodore Tso1-2/+3
1995-09-11Mac Beta 1 submissionKeith Vetter1-1/+10
1995-04-14Windows global stuff:Keith Vetter1-9/+9
1995-03-02Several small 16 vs 32 bit castsKeith Vetter1-2/+2
1995-02-22Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1-11/+11
1995-01-13Removed all references to DECLARG and OLDDECLARGChris Provenzano1-62/+40
1994-07-14Added MIT Copyright noticesTheodore Tso1-0/+23
1994-07-06Get rid of strftime (since it breaks when used this way, at least underMark Eichin1-2/+5
1994-06-29folding in Harry's changesTom Yu1-0/+226