summaryrefslogtreecommitdiffstats
path: root/src/tests/asn.1/ktest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in ktest_make_sample_auth_packGreg Hudson2013-03-291-1/+1
* Add ASN.1 support for OTPGreg Hudson2012-08-231-7/+164
* Remove unused variableBen Kaduk2012-07-031-2/+0
* Data-driven ASN.1 decoderGreg Hudson2012-02-111-2/+1
* Minimize draft9 PKINIT code by removing dead codeGreg Hudson2012-02-111-52/+0
* Add PKINIT decoder testsGreg Hudson2012-01-131-0/+2
* Fix an allocation size bug in ASN.1 testsGreg Hudson2012-01-101-6/+3
* Remove unneeded kdcRealm field in PKINIT structureGreg Hudson2012-01-081-2/+0
* Remove some unused structures and encodersGreg Hudson2012-01-071-59/+0
* Remove SAM encoders and structuresGreg Hudson2012-01-071-103/+0
* Add missing test cases for ASN.1 typesGreg Hudson2012-01-061-0/+107
* Add test cases for PKINIT ASN.1 encodersGreg Hudson2012-01-061-0/+413
* Simplify and reformat ASN.1 test codeGreg Hudson2012-01-061-842/+511
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-0/+25
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-0/+35
* (memory leak)Ezra Peisach2010-01-101-2/+0
* Mark and reindent tests, with some exclusionsTom Yu2009-11-301-161/+162
* Constrained delegation without PAC supportGreg Hudson2009-11-141-0/+67
* make mark-cstyleTom Yu2009-10-311-14/+14
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-0/+21
* Implement s4u extensionsGreg Hudson2009-09-131-0/+25
* Fix memory leaks in sam and ldap handler testing - there is still a leak w/ ldapEzra Peisach2008-12-161-0/+18
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-24/+23
* More regression tests for ASN.1 encodersKen Raeburn2008-10-251-0/+84
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-4/+2
* Substitute LDAP in makefiles with "yes" or "no" depending on configuration.Ken Raeburn2008-10-061-1/+46
* whitespaceKen Raeburn2008-10-061-789/+789
* Cleanup memory in asn.1 testsuite to allow for leak checkingEzra Peisach2003-05-121-12/+327
* Implement encoders for etype_info2 and add support to s2kparams forSam Hartman2003-05-061-0/+45
* * ktest.c (ktest_make_sample_etype_info): Use KRB5_ETYPE_NO_SALTEzra Peisach2000-10-171-1/+1
* * utility.c: Add casts on types being sent to internal functionsEzra Peisach2000-07-291-12/+5
* * ktest_equal.h: Add prototypes for ktest_equal_sam_challenge andEzra Peisach1998-03-301-2/+0
* krb5_encode_test.c (PRS): Add the -p option to krb5_encode_test toTheodore Tso1996-11-141-16/+4
* add sam challenge and response test casesMark Eichin1996-04-091-0/+56
* * krb5_encode_test.c (main): In case of an error in the encodingTheodore Tso1995-11-091-1/+1
* * krb5_decode_test.c (main): Add tests for decode_krb5_enc_dataTheodore Tso1995-11-081-0/+9
* Fixed signed/unsigned -Wall flameTheodore Tso1995-10-151-2/+2
* * ktest.c, ktest_equal.c, ktest_equal.h :Chris Provenzano1995-09-061-6/+6
* * ktest.c, ktest.h, ktest_equal.c, ktest_equal.h : Remove krb5_enctypeChris Provenzano1995-09-061-12/+11
* krb5_decode_test.c (main): Add tests for decode_krb5_{etype_info,alt_method}Theodore Tso1995-08-281-0/+72
* krb5_encode_test.c (main): Add tests for encode_krb5_padata_sequence()Theodore Tso1995-08-261-0/+11
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-110/+110
* Add magic numbers for keyblock structureTheodore Tso1994-11-191-0/+2
* Clear the kvno field when destroying encrypted dataTheodore Tso1994-10-191-0/+1
* checking in Harry's ASN.1 encoder tests. Will fix up laterTom Yu1994-08-041-0/+802