aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-12use make_data()Luke Howard2-29/+14
2010-05-11add an assertLuke Howard1-0/+2
2010-05-11cleanupLuke Howard1-5/+9
2010-05-10add better error checkingLuke Howard1-5/+13
2010-05-10clarify CCM checksum as MAC rather than CMACLuke Howard1-4/+4
2010-05-10cleanupLuke Howard1-5/+4
2010-05-10Implement CMAC checksum types for AES and CamelliaLuke Howard6-8/+322
2010-05-09remove unused codeLuke Howard2-44/+0
2010-05-09remove new CBC enctypesLuke Howard1-26/+0
2010-05-09use SHA-1 rather than CBC-MAC for non-CCM signaturesLuke Howard2-10/+4
2010-05-09add support for derived key CBC checksumsLuke Howard3-4/+49
2010-05-09fix broken CBC checksums for AES/CamelliaLuke Howard2-11/+11
2010-05-09cleanupLuke Howard1-22/+22
2010-05-09add CCM OpenSSL backendLuke Howard6-11/+638
2010-05-09update Camellia for OpenSSL 1.0.0Luke Howard3-6/+47
2010-05-09cleanupLuke Howard2-5/+8
2010-05-09Fix merge error: CBC checksum must be encryptedLuke Howard1-14/+26
2010-05-09plug in camellia-ccmLuke Howard7-26/+407
2010-05-09cleanupLuke Howard2-0/+3
2010-05-09merge camellia-cts patchLuke Howard33-16/+4057
2010-05-09Port old aes-ccm implementation to current crypto SPILuke Howard10-1/+942
2010-05-09Creating a branch for modern crypto CCM implementationLuke Howard0-0/+0
2010-05-05General code consistency pass in kdb_db2.c.Greg Hudson1-136/+56
2010-05-04Adjust for removal of krb5_ldap_set_option in r23965Tom Yu1-1/+0
2010-05-04Get rid of some kdb5_util load code which is no longer useful afterGreg Hudson1-32/+1
2010-05-04Remove some unused format string definitions from kdb5_util's dump.cGreg Hudson1-14/+0
2010-05-04Remove some unused fields from kadm5_config_params. Bump the clientGreg Hudson4-10/+2
2010-05-04Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson5-10/+1
2010-05-04Remove a stray comment from r23966Greg Hudson1-1/+0
2010-05-04Refactor the kdb_db2.c code which processes db_args and profileGreg Hudson2-305/+134
2010-05-04Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson8-93/+0
2010-05-03Correct the DAL documentation for db_createGreg Hudson1-3/+4
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson6-14/+7
2010-05-03Eliminate the use of variables for format strings in kdb5_util. ManyGreg Hudson8-140/+8
2010-05-01Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson3-28/+18
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson43-318/+2850
2010-04-30memory leak in process_tgs_req in r23724Tom Yu1-1/+3
2010-04-27Fix a backwards check in get_cached_tgt() in the TGS codeGreg Hudson1-3/+3
2010-04-26Squash some warnings in the old crypto API glue. Use make_data()Greg Hudson1-42/+20
2010-04-24Add a Python test script to exercise the GSS sample appGreg Hudson2-0/+43
2010-04-24Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson2-2/+6
2010-04-24Eliminate the use of tail -f in the dejagnu test suite. Instead, useGreg Hudson1-139/+7
2010-04-24Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson2-1/+6
2010-04-24Simplify how k5test scripts get run by importing runenv by pathnameGreg Hudson2-10/+16
2010-04-24Run Python tests as individual rule commands (friendlier to make -k)Greg Hudson6-39/+30
2010-04-24Fix the actual python command to match the displayed one in theGreg Hudson1-2/+4
2010-04-23Adapted patch from Arlene Berry to handle dlerror() returning a nullTom Yu1-0/+4
2010-04-23Adapted patch from Jason Rogers. It wasn't complete, so this commitTom Yu2-19/+28
2010-04-22From Luke: fix the post-canonicalization cache check logic inGreg Hudson1-5/+11
2010-04-22In kg_new_connection(), make sure k_cred is freed in all failureGreg Hudson1-3/+2