aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/asn1buf.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-16Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu1-20/+38
2009-11-05make mark-cstyle; make reindentTom Yu1-3/+3
2009-11-05Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu1-49/+58
2009-04-07CVE-2009-0847 asn1buf_imbed incorrect length validationTom Yu1-2/+4
2009-02-12Modify asn12krb5_buf and asn1_do_full_encode to make output parameterGreg Hudson1-13/+16
2009-02-09Make asn1buf_destroy return void, since it's a free function. InGreg Hudson1-2/+1
2009-01-22If USE_VALGRIND, check readability of byte string before copyingKen Raeburn1-0/+7
2008-11-03Fix conditionals from last changeKen Raeburn1-1/+1
2008-11-03If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn1-14/+15
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn1-18/+9
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-8/+4
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn1-88/+89
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn1-218/+218
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn1-7/+7
2008-08-07Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn1-3/+3
2004-08-31fix MITKRB5-SA-2004-003Tom Yu1-0/+2
2004-08-31fix MITKRB5-SA-2004-002Tom Yu1-0/+1
2003-03-12Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn1-12/+7
2002-09-03Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn1-74/+27
2002-04-10* asn1buf.c (asn1buf_remove_octetstring, asn1buf_remove_charstring): Fix boundsKen Raeburn1-4/+5
2000-10-26 * asn1buf.c (asn1buf_sync): Add new arguments to include the fullTom Yu1-27/+39
2000-10-17 * asn1buf.h: Lengths are now unsigned int forEzra Peisach1-15/+16
1999-11-01 * krb5_decode.c (begin_structure): Update to deal with indefiniteTom Yu1-2/+3
1999-07-04 * asn1buf.c (asn1buf_sync): Add length parameter to disambiguateTom Yu1-3/+4
1999-07-03 * asn1buf.h: New prototpyes for asn1buf_sync() andTom Yu1-3/+36
1999-07-01 * asn1buf.c (asn1buf_sync): Interim fix for DCE compat problemTom Yu1-1/+9
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-1/+1
1998-02-14asn1buf.h (asn1buf_insert_octet): Use static inline function to defineTheodore Tso1-0/+2
1998-01-03 * asn1buf.c (asn12krb5_buf): Check return value ofTom Yu1-0/+4
1997-08-14Changes from the Kerbnet release by CygnusEzra Peisach1-18/+24
1996-06-27 * asn1buf.c (asn12krb5_buf): Initialize magic fields of structure.Ezra Peisach1-1/+3
1995-04-14Windows global stuff:Keith Vetter1-20/+19
1995-04-13asn1_k_decode.c (setup, next_tag, apptag, get_field_body,Theodore Tso1-5/+24
1995-03-10Make the second argument of asn1buf_insert_octet be an int, instead ofTheodore Tso1-1/+1
1995-02-22Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1-20/+20
1995-01-13Removed all references to DECLARG and OLDDECLARGChris Provenzano1-80/+61
1994-09-29Always fill in a NULL for a zero-length char string or octet string inTheodore Tso1-3/+12
1994-07-09 * asn1_decode_k.c: yet another instance of the SunOS realloc bugTom Yu1-5/+9
1994-07-07 * an1buf.c: Harry saves vs. Unix again. Making sure that anythingTom Yu1-2/+2
1994-07-03 * asn1_encode_k.h:Tom Yu1-1/+1
1994-06-29folding in Harry's changesTom Yu1-0/+350