| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Functions in enc_helper.c serve different code blocks. Split them | Zhanna Tsitkov | 2009-12-29 | 3 | -27/+70 |
* | MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referrals | Tom Yu | 2009-12-29 | 2 | -1/+4 |
* | Add dejagnu test suite support for finding the preauth modules in the | Greg Hudson | 2009-12-28 | 2 | -0/+3 |
* | Add a new profile variable preauth_module_dir, which specifies | Greg Hudson | 2009-12-28 | 2 | -5/+49 |
* | Move krb5_get_profile back to init_os_ctx.c for now and revert r23519. | Greg Hudson | 2009-12-28 | 4 | -8/+9 |
* | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 15 | -134/+167 |
* | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 28 | -284/+731 |
* | Remove libpty references | Ken Raeburn | 2009-12-28 | 1 | -4/+0 |
* | The "comment" field of prf_data_t was never actually set nor used, so | Ken Raeburn | 2009-12-28 | 2 | -8/+0 |
* | Performance testing programs for krb5_init_context and profile data fetch | Ken Raeburn | 2009-12-28 | 3 | -1/+580 |
* | allow testing when offline | Ken Raeburn | 2009-12-28 | 2 | -1/+12 |
* | Include prof_int.h in init_ctx.c instead of init_os_ctx.c, | Ken Raeburn | 2009-12-28 | 4 | -3/+2 |
* | Code modularity related updates | Zhanna Tsitkov | 2009-12-23 | 13 | -316/+383 |
* | Remove krb5_ prefix from some static func names | Zhanna Tsitkov | 2009-12-22 | 9 | -102/+111 |
* | Add a set_cred_option handler for SPNEGO which forwards to the | Greg Hudson | 2009-12-21 | 2 | -1/+25 |
* | Fix a cleanup handler in the store_creds code; krb5_cc_close doesn't | Greg Hudson | 2009-12-17 | 1 | -2/+2 |
* | Add GSS extensions to store credentials, generate random bits | Greg Hudson | 2009-12-17 | 17 | -8/+939 |
* | Whitespace fixes | Greg Hudson | 2009-12-16 | 1 | -7/+11 |
* | On Luke's advice, remove krb5_init_creds_store_creds. It is not a | Greg Hudson | 2009-12-15 | 3 | -16/+0 |
* | Get rid of the requirement of defining MAX_ENCTYPE in | Greg Hudson | 2009-12-15 | 1 | -36/+56 |
* | Formatining enhancement | Zhanna Tsitkov | 2009-12-15 | 2 | -18/+21 |
* | fast negotiation projec | Sam Hartman | 2009-12-14 | 22 | -163/+790 |
* | Don't use sizeof(pointertype) to get the length of an allocated array | Tom Yu | 2009-12-10 | 1 | -1/+1 |
* | Add comments to make it slightly clearer how | Greg Hudson | 2009-12-10 | 1 | -1/+2 |
* | Restructure the crypto checksum implementation to minimize | Greg Hudson | 2009-12-10 | 46 | -1299/+864 |
* | Change file holder for krb5int_check_clockskew. Minor Style changes per code ... | Zhanna Tsitkov | 2009-12-09 | 2 | -41/+40 |
* | Remove dependency on /bin/csh in test suite | Ezra Peisach | 2009-12-08 | 1 | -2/+14 |
* | Mark and reindent lib/gssapi, with some exceptions | Tom Yu | 2009-12-08 | 65 | -312/+318 |
* | Mark lib/apputils | Tom Yu | 2009-12-07 | 2 | -0/+4 |
* | Mark and reindent util, with some exceptions | Tom Yu | 2009-12-07 | 53 | -3413/+3472 |
* | handle negative enctypes better | Tom Yu | 2009-12-07 | 2 | -4/+5 |
* | Initialize ihash_iov in case fall through to cleanup handler and try | Ezra Peisach | 2009-12-06 | 1 | -1/+1 |
* | Remove the ivec parameters from the keyhash provider functions, as | Greg Hudson | 2009-12-06 | 11 | -35/+26 |
* | Make depend | Greg Hudson | 2009-12-06 | 2 | -52/+64 |
* | Make the libk5crypto hash_provider interface take crypto_iov lists | Greg Hudson | 2009-12-06 | 29 | -490/+297 |
* | In the built-in des3 provider, remove the unused version of | Greg Hudson | 2009-12-06 | 1 | -29/+3 |
* | Make the alloc_data and k5alloc convenience functions work if the | Greg Hudson | 2009-12-05 | 1 | -3/+5 |
* | Remove tests for sched.h, kdb_db.h, kdc.c. None of these are used in the tree | Ezra Peisach | 2009-12-05 | 1 | -1/+1 |
* | Remove some code paths in crypto-length which are dead now that the | Greg Hudson | 2009-12-04 | 1 | -11/+2 |
* | Remove CRC32_SHIFT4 code as we are unlikely to ever need it | Greg Hudson | 2009-12-04 | 3 | -47/+0 |
* | Consolidate the IOV and non-IOV encryption/decryption code paths, and | Greg Hudson | 2009-12-04 | 82 | -4037/+1092 |
* | Revert r23442. Revert r23436 changes unrelated to comment reformatting | Tom Yu | 2009-12-03 | 2 | -12/+141 |
* | Update export list to reflect changes in r23436 | Tom Yu | 2009-12-03 | 1 | -2/+0 |
* | Reformat new comments | Ken Raeburn | 2009-12-03 | 2 | -28/+40 |
* | fix slow behavior on Mac OS X with link-local addresses | Ken Raeburn | 2009-12-03 | 2 | -20/+96 |
* | allow testing even if name->addr->name mapping doesn't work | Ken Raeburn | 2009-12-03 | 3 | -13/+25 |
* | Sense of POINTERS_ARE_ALL_THE_SAME test was backwards | Ken Raeburn | 2009-12-03 | 1 | -3/+3 |
* | Temporarily define UINT16_TYPE and UINT32_TYPE so the load/store | Ken Raeburn | 2009-12-03 | 1 | -24/+15 |
* | Reformat new block comment per coding style | Greg Hudson | 2009-12-02 | 1 | -152/+26 |
* | Actually record dependencies of crypto tests | Ken Raeburn | 2009-12-02 | 1 | -1/+152 |