summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1/asn1buf.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid extern inline in asn1buf.hGreg Hudson2012-05-131-2/+4
* Remove unneeded ASN.1 codeGreg Hudson2012-02-121-97/+0
* Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu2009-11-161-176/+200
* Make asn1buf_destroy return void, since it's a free function. InGreg Hudson2009-02-091-1/+1
* 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-13/+2
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-251-10/+5
* Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn2008-09-091-51/+52
* Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn2008-09-051-6/+6
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-3/+3
* Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn2008-08-071-1/+3
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-191-4/+4
* Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn2002-09-031-4/+2
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-26/+26
* * asn1buf.c (asn1buf_sync): Add new arguments to include the fullTom Yu2000-10-261-5/+8
* * asn1buf.h: Lengths are now unsigned int forEzra Peisach2000-10-171-9/+10
* * asn1buf.h (asn1buf_insert_octet): Define using __inline__ ratherTom Yu2000-06-301-1/+1
* * krb5_decode.c (begin_structure): Update to deal with indefiniteTom Yu1999-11-011-1/+2
* fix typos in commentsKen Raeburn1999-10-221-2/+2
* * asn1buf.c (asn1buf_sync): Add length parameter to disambiguateTom Yu1999-07-041-1/+2
* * asn1buf.h: New prototpyes for asn1buf_sync() andTom Yu1999-07-031-2/+9
* asn1buf.h (asn1buf_insert_octet): Use static inline function to defineTheodore Tso1998-02-141-53/+64
* Changes from the Kerbnet release by CygnusEzra Peisach1997-08-141-1/+26
* Windows global stuff:Keith Vetter1995-04-141-20/+20
* asn1_k_decode.c (setup, next_tag, apptag, get_field_body,Theodore Tso1995-04-131-2/+4
* Make the second argument of asn1buf_insert_octet be an int, instead ofTheodore Tso1995-03-101-1/+1
* Avoid <krb5/....> includesJohn Gilmore1995-02-281-2/+1
* Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1995-02-221-21/+21
* * asn1buf.h: include ext-proto.h now to avoid type warningsTom Yu1994-07-231-0/+1
* folding in Harry's changesTom Yu1994-06-291-0/+182