| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use krb5_free_default_realm instead of free on the results of | Ezra Peisach | 2009-12-31 | 1 | -2/+2 |
| * | Fix spelling and hyphen errors in man pages | Russ Allbery | 2009-12-31 | 4 | -7/+7 |
| * | NetBSD 5.0.1 uses an OpenSSL snapshot that describes itself as 0.9.9, | Ken Raeburn | 2009-12-31 | 1 | -1/+1 |
| * | format %p wants void* | Ken Raeburn | 2009-12-31 | 1 | -1/+1 |
| * | Initialize hash_iov, in case of premature error exit | Ken Raeburn | 2009-12-31 | 1 | -1/+1 |
| * | Convert C++ style comments into traditional C comments | Ken Raeburn | 2009-12-31 | 1 | -5/+5 |
| * | No comma at end of enumerator list | Ken Raeburn | 2009-12-31 | 1 | -1/+1 |
| * | No comma at end of enumerator list | Ken Raeburn | 2009-12-31 | 1 | -2/+2 |
| * | Include os-proto.h for _krb5_conf_boolean prototype before declaration | Ezra Peisach | 2009-12-30 | 1 | -0/+2 |
| * | Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h... | Zhanna Tsitkov | 2009-12-30 | 5 | -62/+68 |
| * | Eliminate the krb5_set_default_in_tkt_ktypes and | Greg Hudson | 2009-12-30 | 1 | -7/+0 |
| * | Create a separate file for krb5_copy_context for better code modularity | Zhanna Tsitkov | 2009-12-29 | 3 | -63/+141 |
| * | Combine the related code into one file | Zhanna Tsitkov | 2009-12-29 | 5 | -143/+55 |
| * | Remove an inoperable error check in return_pkinit_kx | Greg Hudson | 2009-12-29 | 1 | -2/+0 |
| * | 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 |