aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1/asn1buf.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-16Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu1-176/+200
2009-02-09Make asn1buf_destroy return void, since it's a free function. InGreg Hudson1-1/+1
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-13/+2
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn1-10/+5
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn1-51/+52
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn1-6/+6
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn1-3/+3
2008-08-07Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn1-1/+3
2007-02-19Ensure consistancy between prototypes and functionsEzra Peisach1-4/+4
2002-09-03Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn1-4/+2
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-26/+26
2000-10-26 * asn1buf.c (asn1buf_sync): Add new arguments to include the fullTom Yu1-5/+8
2000-10-17 * asn1buf.h: Lengths are now unsigned int forEzra Peisach1-9/+10
2000-06-30 * asn1buf.h (asn1buf_insert_octet): Define using __inline__ ratherTom Yu1-1/+1
1999-11-01 * krb5_decode.c (begin_structure): Update to deal with indefiniteTom Yu1-1/+2
1999-10-22fix typos in commentsKen Raeburn1-2/+2
1999-07-04 * asn1buf.c (asn1buf_sync): Add length parameter to disambiguateTom Yu1-1/+2
1999-07-03 * asn1buf.h: New prototpyes for asn1buf_sync() andTom Yu1-2/+9
1998-02-14asn1buf.h (asn1buf_insert_octet): Use static inline function to defineTheodore Tso1-53/+64
1997-08-14Changes from the Kerbnet release by CygnusEzra Peisach1-1/+26
1995-04-14Windows global stuff:Keith Vetter1-20/+20
1995-04-13asn1_k_decode.c (setup, next_tag, apptag, get_field_body,Theodore Tso1-2/+4
1995-03-10Make the second argument of asn1buf_insert_octet be an int, instead ofTheodore Tso1-1/+1
1995-02-28Avoid <krb5/....> includesJohn Gilmore1-2/+1
1995-02-22Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1-21/+21
1994-07-23 * asn1buf.h: include ext-proto.h now to avoid type warningsTom Yu1-0/+1
1994-06-29folding in Harry's changesTom Yu1-0/+182