| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * conv_princ.c (strnchr): Make length argument unsigned int | Ezra Peisach | 2002-11-07 | 3 | -9/+18 |
* | * asn1_k_encode.c (asn1_encode_sam_challenge_2): Test for error | Ezra Peisach | 2002-11-07 | 3 | -6/+24 |
* | For sam_challenge do not encode optional strings if string not present. | Ezra Peisach | 2002-11-07 | 2 | -1/+6 |
* | * asn1_encode.h (asn1_encode_oid): | Tom Yu | 2002-11-05 | 5 | -0/+48 |
* | * k5-int.h (krb5_ser_handle): Now points to const. | Ken Raeburn | 2002-10-31 | 4 | -17/+26 |
* | ticket: new | Sam Hartman | 2002-10-31 | 1 | -1/+1 |
* | * chk_trans.c (krb5_check_transited_list): Style nit: check | Tom Yu | 2002-10-30 | 2 | -3/+8 |
* | ticket: 1230 | Sam Hartman | 2002-10-30 | 2 | -4/+15 |
* | Wrong ASN.1 definition and padata type for new hardware preauth | Ken Hornstein | 2002-10-30 | 2 | -1/+5 |
* | * localaddr.c (print_addr) [TEST]: Don't mix size_t and socklen_t, just assume | Ken Raeburn | 2002-10-28 | 2 | -7/+9 |
* | * get_in_tkt.c (conf_yes, conf_no): Now const. References updated. | Ken Raeburn | 2002-10-28 | 4 | -11/+19 |
* | If we get cannot resolve KDC for master but find a slave | Sam Hartman | 2002-10-28 | 2 | -1/+6 |
* | Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txt | Ken Hornstein | 2002-10-24 | 15 | -7/+795 |
* | No support for negative password expiration last-req hint | Ken Hornstein | 2002-10-24 | 1 | -1/+2 |
* | Implement asn1_encode_enumerated | Sam Hartman | 2002-10-23 | 4 | -4/+51 |
* | gic_pwd doesn't support password expiration notification via last_req hint | Ken Hornstein | 2002-10-23 | 2 | -1/+46 |
* | * sendto_kdc.c (service_tcp_fd): If DEBUG defined, ensure that | Ezra Peisach | 2002-10-22 | 2 | -1/+7 |
* | Thanks, (corrected) patch applied | Tom Yu | 2002-10-15 | 3 | -2/+10 |
* | implement krb5_read_password, des_read_password via krb5_prompter_posix | Tom Yu | 2002-10-11 | 2 | -5/+15 |