summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1/asn1_decode.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded ASN.1 codeGreg Hudson2012-02-121-314/+0
* Make dh_key_info encoder and decoder symmetricGreg Hudson2012-01-091-0/+26
* Stop using krb5_octet_dataGreg Hudson2011-12-211-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* make mark-cstyle; make reindentTom Yu2009-11-051-11/+11
* In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson2009-10-311-12/+24
* CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu2009-04-071-0/+1
* fix trailing whitespaceTom Yu2009-01-221-3/+2
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-0/+16
* Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn2008-09-091-49/+50
* Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn2008-09-051-135/+135
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-4/+3
* Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn2006-04-141-2/+2
* Memory leak in asn1_decode_generaltimeEzra Peisach2004-12-281-0/+1
* Handle the somewhat common fixed case of time value 0 more efficientlyKen Raeburn2004-04-241-0/+5
* Sequence numbers are now unsigned. Implement lenient parser forTom Yu2003-05-181-1/+45
* Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn2003-03-121-5/+7
* * asn1_encode.h (asn1_encode_oid):Tom Yu2002-11-051-0/+10
* Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn2002-09-031-34/+12
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-1/+1
* * asn1buf.h: Lengths are now unsigned int forEzra Peisach2000-10-171-4/+4
* * asn1_decode.c (asn1_decode_integer): Initialize "n", to keep gcc happyKen Raeburn1999-10-221-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * asn1_decode.c (asn1_decode_integer): Fix to deal with overflowsTom Yu1999-07-111-8/+23
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-231-1/+1
* Windows global stuff:Keith Vetter1995-04-141-9/+9
* * asn1_decode.c: move declaration of gmt_mktime() outside ofTom Yu1995-03-251-1/+2
* Several small 16 vs 32 bit castsKeith Vetter1995-03-021-0/+1
* Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1995-02-221-9/+9
* Removed all references to DECLARG and OLDDECLARGChris Provenzano1995-01-131-44/+31
* Fix memory leak in decode timestamp returnTheodore Tso1994-09-211-1/+5
* fix time includesMark Eichin1994-08-171-2/+6
* Added MIT Copyright noticesTheodore Tso1994-07-141-0/+23
* Get rid of strftime (since it breaks when used this way, at least underMark Eichin1994-07-061-25/+2
* revert portability change temporarilyMark Eichin1994-07-021-0/+7
* make gmt_offset portable, make decls and defns consistent..Mark Eichin1994-07-011-3/+21
* folding in Harry's changesTom Yu1994-06-291-0/+181