summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1/asn1buf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu2009-11-161-20/+38
* make mark-cstyle; make reindentTom Yu2009-11-051-3/+3
* Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu2009-11-051-49/+58
* CVE-2009-0847 asn1buf_imbed incorrect length validationTom Yu2009-04-071-2/+4
* Modify asn12krb5_buf and asn1_do_full_encode to make output parameterGreg Hudson2009-02-121-13/+16
* Make asn1buf_destroy return void, since it's a free function. InGreg Hudson2009-02-091-2/+1
* If USE_VALGRIND, check readability of byte string before copyingKen Raeburn2009-01-221-0/+7
* Fix conditionals from last changeKen Raeburn2008-11-031-1/+1
* If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn2008-11-031-14/+15
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-251-18/+9
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-8/+4
* Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn2008-09-091-88/+89
* Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn2008-09-051-218/+218
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-7/+7
* Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn2008-08-071-3/+3
* fix MITKRB5-SA-2004-003Tom Yu2004-08-311-0/+2
* fix MITKRB5-SA-2004-002Tom Yu2004-08-311-0/+1
* Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn2003-03-121-12/+7
* Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn2002-09-031-74/+27
* * asn1buf.c (asn1buf_remove_octetstring, asn1buf_remove_charstring): Fix boundsKen Raeburn2002-04-101-4/+5
* * asn1buf.c (asn1buf_sync): Add new arguments to include the fullTom Yu2000-10-261-27/+39
* * asn1buf.h: Lengths are now unsigned int forEzra Peisach2000-10-171-15/+16
* * krb5_decode.c (begin_structure): Update to deal with indefiniteTom Yu1999-11-011-2/+3
* * asn1buf.c (asn1buf_sync): Add length parameter to disambiguateTom Yu1999-07-041-3/+4
* * asn1buf.h: New prototpyes for asn1buf_sync() andTom Yu1999-07-031-3/+36
* * asn1buf.c (asn1buf_sync): Interim fix for DCE compat problemTom Yu1999-07-011-1/+9
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-1/+1
* asn1buf.h (asn1buf_insert_octet): Use static inline function to defineTheodore Tso1998-02-141-0/+2
* * asn1buf.c (asn12krb5_buf): Check return value ofTom Yu1998-01-031-0/+4
* Changes from the Kerbnet release by CygnusEzra Peisach1997-08-141-18/+24
* * asn1buf.c (asn12krb5_buf): Initialize magic fields of structure.Ezra Peisach1996-06-271-1/+3
* Windows global stuff:Keith Vetter1995-04-141-20/+19
* asn1_k_decode.c (setup, next_tag, apptag, get_field_body,Theodore Tso1995-04-131-5/+24
* Make the second argument of asn1buf_insert_octet be an int, instead ofTheodore Tso1995-03-101-1/+1
* Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1995-02-221-20/+20
* Removed all references to DECLARG and OLDDECLARGChris Provenzano1995-01-131-80/+61
* Always fill in a NULL for a zero-length char string or octet string inTheodore Tso1994-09-291-3/+12
* * asn1_decode_k.c: yet another instance of the SunOS realloc bugTom Yu1994-07-091-5/+9
* * an1buf.c: Harry saves vs. Unix again. Making sure that anythingTom Yu1994-07-071-2/+2
* * asn1_encode_k.h:Tom Yu1994-07-031-1/+1
* folding in Harry's changesTom Yu1994-06-291-0/+350