aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-28Anonymous support for KerberosSam Hartman28-284/+731
2009-12-28Remove libpty referencesKen Raeburn1-4/+0
2009-12-28The "comment" field of prf_data_t was never actually set nor used, soKen Raeburn2-8/+0
2009-12-28Performance testing programs for krb5_init_context and profile data fetchKen Raeburn3-1/+580
2009-12-28Fixing minorly grammatical badKen Raeburn1-1/+1
2009-12-28Note last real update was a while back; delete listings of libraries no longe...Ken Raeburn1-11/+2
2009-12-28allow testing when offlineKen Raeburn2-1/+12
2009-12-28Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn4-3/+2
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