| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * t_kerb.c: Only include krb.h if krb4 support compiled in, | Ezra Peisach | 2003-03-09 | 2 | -0/+12 |
| * | * krb5_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_B... | Alexandra Ellwood | 2003-03-07 | 2 | -2/+8 |
| * | * preauth2.c (pa_sam_2): Add intermediate size_t variable to hold | Tom Yu | 2003-03-06 | 2 | -1/+8 |
| * | * c_ustime.c: Removed Mac OS 9 code. * ccdefname.c: Conditionalize on USE_CCA... | Alexandra Ellwood | 2003-03-06 | 6 | -123/+29 |
| * | * appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu... | Alexandra Ellwood | 2003-03-06 | 4 | -3/+11 |
| * | * stdcc.h, stdcc_util.h: Removed Mac header goober | Alexandra Ellwood | 2003-03-06 | 3 | -4/+8 |
| * | * ccdefault.c: Remove Mac header goober and include k5-int.h after KerberosL... | Alexandra Ellwood | 2003-03-06 | 2 | -2/+8 |
| * | * krb5_libinit.c: Removed Mac OS X header goober. Conditionalize CCAPI calls... | Alexandra Ellwood | 2003-03-06 | 2 | -5/+12 |
| * | * krb5_err.et (KRB5_ERR_BAD_S2K_PARAMS): New error code | Ken Raeburn | 2003-03-05 | 2 | -0/+6 |
| * | * srv_rcache.c (krb5_get_server_rcache): Fix missed | Tom Yu | 2003-03-05 | 2 | -1/+6 |
| * | Fix rcache character test introduced in last commit | Sam Hartman | 2003-03-05 | 1 | -2/+2 |
| * | Don't call shutdown after finishing writing | Sam Hartman | 2003-03-04 | 2 | -1/+6 |
| * | GSS_C_NO_CREDENTIAL should accept any principal | Sam Hartman | 2003-03-04 | 3 | -2/+13 |
| * | Use com_err_deplib rather than an explicit path so we do not have our | Sam Hartman | 2003-03-02 | 1 | -1/+1 |
| * | Handle NULL result_string->data returned from error in | Tom Yu | 2003-02-25 | 2 | -2/+8 |
| * | Fix typo pointed out by jenselby in doc pass | Sam Hartman | 2003-02-24 | 1 | -1/+1 |
| * | The client sorts the enctype list returned by etype_info ordering | Sam Hartman | 2003-02-15 | 2 | -1/+77 |
| * | Fix double free of AS key | Sam Hartman | 2003-02-13 | 2 | -1/+6 |
| * | Support credentials encrypted in the session key rather than | Sam Hartman | 2003-02-11 | 2 | -4/+25 |
| * | * prompter.c (krb5_prompter_posix): Kill echo before printing | Tom Yu | 2003-02-08 | 2 | -6/+10 |
| * | Change comments to remove the note that we're going to redesign key | Tom Yu | 2003-02-08 | 2 | -3/+6 |
| * | * prompter.c (krb5_prompter_posix, setup_tty, restore_tty): Fix to | Tom Yu | 2003-02-07 | 2 | -12/+22 |
| * | * locate_kdc.c (translate_ai_error): Handle EAI_ADDRFAMILY like EAI_NONAME. | Ken Raeburn | 2003-02-06 | 2 | -7/+11 |
| * | * prompter.c (krb5_prompter_posix): Rewrite to no longer use | Tom Yu | 2003-02-05 | 4 | -87/+173 |
| * | Get addressless tickets by default | Sam Hartman | 2003-02-04 | 2 | -2/+6 |
| * | Memory leak in krb5_send_tgs() | Ezra Peisach | 2003-01-12 | 2 | -0/+6 |
| * | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 2 | -1/+2 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 19 | -10/+66 |
| * | Patch to get new service tickets in preference to using expired | Sam Hartman | 2003-01-10 | 2 | -1/+15 |
| * | Previously fwd_tgt_creds required either that the hostname be passed | Sam Hartman | 2003-01-08 | 2 | -14/+25 |
| * | More const for ops tables | Ken Raeburn | 2003-01-08 | 5 | -6/+11 |
| * | * sendto_kdc.c (state_strings): Now const | Ken Raeburn | 2003-01-08 | 2 | -1/+5 |
| * | More const for ops tables | Ken Raeburn | 2003-01-08 | 5 | -6/+10 |
| * | * appdefault.c (conf_yes, conf_no): Now const | Ken Raeburn | 2003-01-08 | 2 | -2/+6 |
| * | Make ccache and rcache ops tables const | Ken Raeburn | 2003-01-08 | 6 | -7/+18 |
| * | For new encryption types and for RC4, encrypt the krb_cred message in | Sam Hartman | 2003-01-08 | 2 | -9/+10 |
| * | Fix logic error in previous patch that broke gss_init_sec_context | Sam Hartman | 2003-01-07 | 2 | -9/+14 |
| * | Implement krb5_auth_con_set_checksum_func, an API for setting a | Sam Hartman | 2003-01-06 | 4 | -0/+49 |
| * | Only system headers should declare errno | Sam Hartman | 2003-01-05 | 2 | -1/+5 |
| * | Remove files that haven't been used since 1995 | Ken Raeburn | 2003-01-01 | 4 | -219/+0 |
| * | Replace dependencies on generated krb524 and krb4 headers with | Tom Yu | 2002-12-23 | 1 | -1/+1 |
| * | * asn1_k_decode.c (asn1_decode_sam_challenge_2_body): Add | Ezra Peisach | 2002-12-23 | 2 | -3/+12 |
| * | * t_kerb.c: Include string.h for strcmp prototype | Ezra Peisach | 2002-12-23 | 2 | -0/+5 |
| * | Clean up some broken uses of "const" in function interfaces | Ken Raeburn | 2002-12-19 | 2 | -2/+7 |
| * | Fix some KRB5_CALLCONV botches that were causing trouble for Windows build | Tom Yu | 2002-12-07 | 8 | -25/+60 |
| * | update dependencies | Tom Yu | 2002-11-27 | 1 | -1/+2 |
| * | * changepw.c: Remove reference to adm_err.h | Tom Yu | 2002-11-14 | 4 | -3/+5 |
| * | * Makefile.in: Remove references to adm_err.et. It's not used, | Tom Yu | 2002-11-14 | 3 | -194/+10 |
| * | * get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when an | Ezra Peisach | 2002-11-14 | 2 | -1/+6 |
| * | * Makefile.in (t_locate_kdc): Use normal CC_LINK rule for linking test program | Ken Raeburn | 2002-11-13 | 2 | -2/+7 |