aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1
AgeCommit message (Expand)AuthorFilesLines
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-0/+7
2002-12-23 * asn1_k_decode.c (asn1_decode_sam_challenge_2_body): AddEzra Peisach2-3/+12
2002-11-07 * asn1_k_encode.c (asn1_encode_sam_challenge_2): Test for errorEzra Peisach3-6/+24
2002-11-07For sam_challenge do not encode optional strings if string not present.Ezra Peisach2-1/+6
2002-11-05 * asn1_encode.h (asn1_encode_oid):Tom Yu5-0/+48
2002-10-30Wrong ASN.1 definition and padata type for new hardware preauthKen Hornstein2-1/+5
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein8-5/+313
2002-10-23Implement asn1_encode_enumeratedSam Hartman4-4/+51
2002-10-08ASN.1 code passes uninitialized values aroundTom Yu4-137/+239
2002-09-03Use prototype style definitions for functions. Avoid variable name "class"Ken Raeburn14-759/+297
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-1/+5
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
2002-08-15update depsKen Raeburn1-8/+18
2002-06-24 * asn1_encode.c (asn1_encode_generaltime): Remove call toTom Yu2-3/+6
2002-06-24 * asn1_encode.c: Removed unused Mac OS 9 codeTom Yu2-8/+18
2002-06-24 * asn1_get.c (asn1_get_length): Check for negative length.Tom Yu2-0/+7
2002-06-15update dependenciesKen Raeburn1-21/+18
2002-06-15rebuild dependenciesKen Raeburn1-22/+22
2002-04-10* asn1buf.c (asn1buf_remove_octetstring, asn1buf_remove_charstring): Fix boundsKen Raeburn2-4/+11
2001-10-20In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn1-10/+10
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn1-38/+40
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn10-186/+189
2001-09-06updated dependencies for latest make-depend target codeKen Raeburn1-22/+21
2001-09-01dependenciesKen Raeburn1-0/+57
2001-07-25 * asn1_k_encode.c: (asn1_encode_predicted_sam_response): UseEzra Peisach2-1/+7
2001-06-12 * asn1_k_decode.c (asn1_decode_predicted_sam_response): UseEzra Peisach2-2/+8
2000-10-26 * asn1buf.c (asn1buf_sync): Add new arguments to include the fullTom Yu6-71/+214
2000-10-17 * asn1buf.h: Lengths are now unsigned int forEzra Peisach16-190/+239
2000-09-27 * asn1_get.c (asn1_get_tag_indef): Fix to not deref random garbageTom Yu2-1/+8
2000-08-07 * asn1_k_decode.c (asn1_decode_last_req_entry): Decode the lr_typeEzra Peisach3-1/+24
2000-06-30 * asn1buf.h (asn1buf_insert_octet): Define using __inline__ ratherTom Yu2-1/+6
2000-06-29asn1_get.c (asn1_get_tag): Remove unused variableEzra Peisach2-1/+4
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez1-2/+2
2000-02-07added flags field to predicted_sam_response (fcusack)Ken Raeburn3-11/+13
2000-02-07more fcusack changes - rest of first setKen Raeburn3-2/+18
2000-02-07Frank Cusack changes, set 1, diffs 1-3 of 4Ken Raeburn3-2/+8
2000-02-02* krb5_decode.c (krb5_decode_ticket): Add function to provideDanilo Almeida2-0/+14
1999-11-01 * krb5_decode.c (begin_structure): Update to deal with indefiniteTom Yu7-20/+76
1999-10-26log tritan's changesTom Yu1-0/+7
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1-1/+0
1999-10-22* asn1_decode.c (asn1_decode_integer): Initialize "n", to keep gcc happyKen Raeburn2-1/+6
1999-10-22fix typos in commentsKen Raeburn1-2/+2
1999-09-24copyright notice updates from 1.1 branchKen Raeburn18-18/+72
1999-07-11 * asn1_decode.c (asn1_decode_integer): Fix to deal with overflowsTom Yu2-8/+30
1999-07-06* KRB5-asn.py (PA-SAM-RESPONSE): Fix syntax error -- comma separating sequenceKen Raeburn2-4/+10
1999-07-04 * asn1buf.c (asn1buf_sync): Add length parameter to disambiguateTom Yu5-7/+21
1999-07-03 * asn1buf.h: New prototpyes for asn1buf_sync() andTom Yu5-10/+71
1999-07-01 * asn1buf.c (asn1buf_sync): Interim fix for DCE compat problemTom Yu2-1/+14
1999-06-17 * asn1_encode.c (asn1_encode_generaltime): Fix minor bug inTom Yu2-1/+6
1999-05-10Do win32 build in subdirDanilo Almeida2-11/+15