aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/asn1_decode.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05make mark-cstyle; make reindentTom Yu1-11/+11
2009-10-31In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson1-12/+24
2009-04-07CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu1-0/+1
2009-01-22fix trailing whitespaceTom Yu1-3/+2
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-0/+16
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn1-49/+50
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn1-135/+135
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn1-4/+3
2006-04-14Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn1-2/+2
2004-12-28Memory leak in asn1_decode_generaltimeEzra Peisach1-0/+1
2004-04-24Handle the somewhat common fixed case of time value 0 more efficientlyKen Raeburn1-0/+5
2003-05-18Sequence numbers are now unsigned. Implement lenient parser forTom Yu1-1/+45
2003-03-12Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn1-5/+7
2002-11-05 * asn1_encode.h (asn1_encode_oid):Tom Yu1-0/+10
2002-09-03Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn1-34/+12
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-1/+1
2000-10-17 * asn1buf.h: Lengths are now unsigned int forEzra Peisach1-4/+4
1999-10-22* asn1_decode.c (asn1_decode_integer): Initialize "n", to keep gcc happyKen Raeburn1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1999-07-11 * asn1_decode.c (asn1_decode_integer): Fix to deal with overflowsTom Yu1-8/+23
1995-05-23Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1-1/+1
1995-04-14Windows global stuff:Keith Vetter1-9/+9
1995-03-25 * asn1_decode.c: move declaration of gmt_mktime() outside ofTom Yu1-1/+2
1995-03-02Several small 16 vs 32 bit castsKeith Vetter1-0/+1
1995-02-22Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1-9/+9
1995-01-13Removed all references to DECLARG and OLDDECLARGChris Provenzano1-44/+31
1994-09-21Fix memory leak in decode timestamp returnTheodore Tso1-1/+5
1994-08-17fix time includesMark Eichin1-2/+6
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-25/+2
1994-07-02revert portability change temporarilyMark Eichin1-0/+7
1994-07-01make gmt_offset portable, make decls and defns consistent..Mark Eichin1-3/+21
1994-06-29folding in Harry's changesTom Yu1-0/+181