summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Functions in enc_helper.c serve different code blocks. Split themZhanna Tsitkov2009-12-293-27/+70
* MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu2009-12-292-1/+4
* Add dejagnu test suite support for finding the preauth modules in theGreg Hudson2009-12-282-0/+3
* Add a new profile variable preauth_module_dir, which specifiesGreg Hudson2009-12-282-5/+49
* Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson2009-12-284-8/+9
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-2815-134/+167
* Anonymous support for KerberosSam Hartman2009-12-2828-284/+731
* Remove libpty referencesKen Raeburn2009-12-281-4/+0
* The "comment" field of prf_data_t was never actually set nor used, soKen Raeburn2009-12-282-8/+0
* Performance testing programs for krb5_init_context and profile data fetchKen Raeburn2009-12-283-1/+580
* allow testing when offlineKen Raeburn2009-12-282-1/+12
* Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn2009-12-284-3/+2
* Code modularity related updatesZhanna Tsitkov2009-12-2313-316/+383
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-229-102/+111
* Add a set_cred_option handler for SPNEGO which forwards to theGreg Hudson2009-12-212-1/+25
* Fix a cleanup handler in the store_creds code; krb5_cc_close doesn'tGreg Hudson2009-12-171-2/+2
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-1717-8/+939
* Whitespace fixesGreg Hudson2009-12-161-7/+11
* On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson2009-12-153-16/+0
* Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson2009-12-151-36/+56
* Formatining enhancementZhanna Tsitkov2009-12-152-18/+21
* fast negotiation projecSam Hartman2009-12-1422-163/+790
* Don't use sizeof(pointertype) to get the length of an allocated arrayTom Yu2009-12-101-1/+1
* Add comments to make it slightly clearer howGreg Hudson2009-12-101-1/+2
* Restructure the crypto checksum implementation to minimizeGreg Hudson2009-12-1046-1299/+864
* Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov2009-12-092-41/+40
* Remove dependency on /bin/csh in test suiteEzra Peisach2009-12-081-2/+14
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-0865-312/+318
* Mark lib/apputilsTom Yu2009-12-072-0/+4
* Mark and reindent util, with some exceptionsTom Yu2009-12-0753-3413/+3472
* handle negative enctypes betterTom Yu2009-12-072-4/+5
* Initialize ihash_iov in case fall through to cleanup handler and tryEzra Peisach2009-12-061-1/+1
* Remove the ivec parameters from the keyhash provider functions, asGreg Hudson2009-12-0611-35/+26
* Make dependGreg Hudson2009-12-062-52/+64
* Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson2009-12-0629-490/+297
* In the built-in des3 provider, remove the unused version ofGreg Hudson2009-12-061-29/+3
* Make the alloc_data and k5alloc convenience functions work if theGreg Hudson2009-12-051-3/+5
* Remove tests for sched.h, kdb_db.h, kdc.c. None of these are used in the treeEzra Peisach2009-12-051-1/+1
* Remove some code paths in crypto-length which are dead now that theGreg Hudson2009-12-041-11/+2
* Remove CRC32_SHIFT4 code as we are unlikely to ever need itGreg Hudson2009-12-043-47/+0
* Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson2009-12-0482-4037/+1092
* Revert r23442. Revert r23436 changes unrelated to comment reformattingTom Yu2009-12-032-12/+141
* Update export list to reflect changes in r23436Tom Yu2009-12-031-2/+0
* Reformat new commentsKen Raeburn2009-12-032-28/+40
* fix slow behavior on Mac OS X with link-local addressesKen Raeburn2009-12-032-20/+96
* allow testing even if name->addr->name mapping doesn't workKen Raeburn2009-12-033-13/+25
* Sense of POINTERS_ARE_ALL_THE_SAME test was backwardsKen Raeburn2009-12-031-3/+3
* Temporarily define UINT16_TYPE and UINT32_TYPE so the load/storeKen Raeburn2009-12-031-24/+15
* Reformat new block comment per coding styleGreg Hudson2009-12-021-152/+26
* Actually record dependencies of crypto testsKen Raeburn2009-12-021-1/+152