aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-28Branch r23518 of the trunk for NTT Camellia CTS implementationcamellia-ctsGreg Hudson0-0/+0
2009-12-23Code modularity related updatesZhanna Tsitkov13-316/+383
2009-12-22Remove krb5_ prefix from some static func namesZhanna Tsitkov9-102/+111
2009-12-21Add a set_cred_option handler for SPNEGO which forwards to theGreg Hudson2-1/+25
2009-12-17Fix a cleanup handler in the store_creds code; krb5_cc_close doesn'tGreg Hudson1-2/+2
2009-12-17Add GSS extensions to store credentials, generate random bitsGreg Hudson17-8/+939
2009-12-16Whitespace fixesGreg Hudson1-7/+11
2009-12-15On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson3-16/+0
2009-12-15Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson1-36/+56
2009-12-15Formatining enhancementZhanna Tsitkov2-18/+21
2009-12-14fast negotiation projecSam Hartman22-163/+790
2009-12-10Don't use sizeof(pointertype) to get the length of an allocated arrayTom Yu1-1/+1
2009-12-10Add comments to make it slightly clearer howGreg Hudson1-1/+2
2009-12-10Restructure the crypto checksum implementation to minimizeGreg Hudson46-1299/+864
2009-12-09Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov2-41/+40
2009-12-08Remove dependency on /bin/csh in test suiteEzra Peisach1-2/+14
2009-12-08Mark and reindent lib/gssapi, with some exceptionsTom Yu65-312/+318
2009-12-07Mark lib/apputilsTom Yu2-0/+4
2009-12-07Mark and reindent util, with some exceptionsTom Yu53-3413/+3472
2009-12-07handle negative enctypes betterTom Yu2-4/+5
2009-12-06Initialize ihash_iov in case fall through to cleanup handler and tryEzra Peisach1-1/+1
2009-12-06Remove the ivec parameters from the keyhash provider functions, asGreg Hudson11-35/+26
2009-12-06Make dependGreg Hudson2-52/+64
2009-12-06Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson29-490/+297
2009-12-06In the built-in des3 provider, remove the unused version ofGreg Hudson1-29/+3
2009-12-05Make the alloc_data and k5alloc convenience functions work if theGreg Hudson1-3/+5
2009-12-05Remove tests for sched.h, kdb_db.h, kdc.c. None of these are used in the treeEzra Peisach1-1/+1
2009-12-04Remove some code paths in crypto-length which are dead now that theGreg Hudson1-11/+2
2009-12-04Remove CRC32_SHIFT4 code as we are unlikely to ever need itGreg Hudson3-47/+0
2009-12-04Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson82-4037/+1092
2009-12-03Revert r23442. Revert r23436 changes unrelated to comment reformattingTom Yu2-12/+141
2009-12-03Update export list to reflect changes in r23436Tom Yu1-2/+0
2009-12-03Reformat new commentsKen Raeburn2-28/+40
2009-12-03fix slow behavior on Mac OS X with link-local addressesKen Raeburn2-20/+96
2009-12-03allow testing even if name->addr->name mapping doesn't workKen Raeburn3-13/+25
2009-12-03Sense of POINTERS_ARE_ALL_THE_SAME test was backwardsKen Raeburn1-3/+3
2009-12-03Temporarily define UINT16_TYPE and UINT32_TYPE so the load/storeKen Raeburn1-24/+15
2009-12-02Reformat new block comment per coding styleGreg Hudson1-152/+26
2009-12-02Actually record dependencies of crypto testsKen Raeburn1-1/+152
2009-12-02Check ALL_DEP_SRCS, not SRCS, to decide what to put into the deps fileKen Raeburn1-1/+1
2009-12-02update dependenciesKen Raeburn4-18/+32
2009-12-02Perform the AES-CBC XOR operations 4 bytes at a time, using the helperKen Raeburn1-2/+18
2009-12-02Add store_{16,32,64}_n functions, for potentially-unaligned, native-order valuesKen Raeburn1-0/+29
2009-12-02Speed up the per-block loops of AES, DES3, and DES IOV encryption byGreg Hudson5-197/+160
2009-12-02Remove t_kperf on make cleanGreg Hudson1-1/+1
2009-12-02Clean up the AES enc_provider code a bit. Chiefly, work with unsignedGreg Hudson1-80/+64
2009-12-02In t_kperf, generate a valid ciphertext when testing decryptionGreg Hudson1-0/+8
2009-12-02Fix an incorrect length in the new krb5int_c_decrypt_aead_compatGreg Hudson1-1/+1
2009-12-02Fixed the conflicting type "static krb5_error_code KRB5_CALLCONV" of krb5_ch...Zhanna Tsitkov1-30/+42
2009-12-01Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov1-67/+67