aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/asn.1
AgeCommit message (Expand)AuthorFilesLines
2009-12-14fast negotiation projecSam Hartman3-0/+13
2009-12-03Sense of POINTERS_ARE_ALL_THE_SAME test was backwardsKen Raeburn1-3/+3
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-82/+81
2009-11-16Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu8-909/+1080
2009-11-14Constrained delegation without PAC supportGreg Hudson4-1/+180
2009-11-05make mark-cstyle; make reindentTom Yu15-324/+324
2009-11-05Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu8-182/+233
2009-10-31In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson9-219/+433
2009-10-31Reformat lib/krb5/asn.1 internal prototypes to avoid problematic parensGreg Hudson6-343/+310
2009-10-31Reformat asn1_make.h prototypes to avoid the problematic parens atGreg Hudson1-30/+18
2009-10-31make mark-cstyleTom Yu4-7/+6
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-45/+49
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson4-2/+60
2009-10-09In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field onGreg Hudson1-0/+1
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-84/+79
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-79/+84
2009-09-13Implement s4u extensionsGreg Hudson4-0/+91
2009-04-23Close a memory leak in asn1_decode_etype_info2_entry_1_3Greg Hudson1-1/+4
2009-04-07CVE-2009-0846 asn1_decode_generaltime can free uninitialized pointerTom Yu1-0/+1
2009-04-07CVE-2009-0847 asn1buf_imbed incorrect length validationTom Yu1-2/+4
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman2-6/+6
2009-03-31Make FAST changes build when pkinit is disabledTom Yu4-19/+23
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman4-2/+242
2009-03-17Fix error handling issue in ASN.1 decoderGreg Hudson1-1/+2
2009-02-13Correct numerous memory leaks on error conditions in the ASN.1Greg Hudson3-299/+1030
2009-02-12Remove useless unsigned >=0 testsKen Raeburn1-2/+2
2009-02-12Modify asn12krb5_buf and asn1_do_full_encode to make output parameterGreg Hudson2-18/+27
2009-02-10Adjust the structure of krb5_decode.c functions to initialize outputGreg Hudson1-375/+432
2009-02-09Make asn1buf_destroy return void, since it's a free function. InGreg Hudson3-23/+23
2009-02-09In asn1_k_encode.c, stop inconsistently destroying buf on some errors.Greg Hudson1-23/+7
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+0
2009-01-26In asn1_decode_pa_for_user(), ensure that user member is allocatedLuke Howard1-0/+1
2009-01-22fix trailing whitespaceTom Yu2-5/+4
2009-01-22whitespaceTom Yu8-27/+27
2009-01-22If USE_VALGRIND, check readability of byte string before copyingKen Raeburn1-0/+7
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-127/+125
2009-01-03Merge mskrb-integ onto trunkSam Hartman9-14/+197
2008-12-05Remove some lingering Saber C cruftGreg Hudson1-4/+0
2008-11-17Lite Client - the following calls are server-side functions:Zhanna Tsitkov1-0/+2
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-75/+82
2008-11-03Fix conditionals from last changeKen Raeburn2-2/+2
2008-11-03If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn4-29/+20
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn11-2191/+2317
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-8/+4
2008-10-06Change LDAP key-sequence encoder to use a single data structureKen Raeburn1-7/+16
2008-09-18makedependKen Raeburn1-70/+75
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn21-2285/+2306
2008-09-05Use braces to repair broken emacs indentation, caused by omission of aKen Raeburn1-4/+6
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn12-3223/+3224
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn5-31/+30