| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Export krb5_principal2salt | Alexandra Ellwood | 2003-07-21 | 2 | -0/+5 |
| * | * init_ets.c (krb5_init_ets): Only initialize error tables once - | Ezra Peisach | 2003-07-19 | 2 | -5/+16 |
| * | krb5_gss_register_acceptor_identity does not allocate enough memory for cache... | Ezra Peisach | 2003-07-19 | 2 | -1/+6 |
| * | gssapi32.def: export the GSS_C_NT_xxxx constants as DATA. These are required | Jeffrey Altman | 2003-07-18 | 2 | -4/+15 |
| * | Remove kg_release_defcred and caching of default credential. Rewrite | Tom Yu | 2003-07-17 | 9 | -479/+625 |
| * | Use the old DES encrypt function, not the split versions via macros | Ken Raeburn | 2003-07-17 | 4 | -0/+9 |
| * | Separate the DES encrypt and decrypt operations into separate functions, | Ken Raeburn | 2003-07-17 | 4 | -254/+361 |
| * | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 50 | -27/+101 |
| * | * krb5_libinit.c: Include autoconf.h | Ken Raeburn | 2003-07-15 | 2 | -0/+5 |
| * | * Makefile.in (STLIBOBJS, OBJS, T_SER_OBJS): Drop ser_eblk.o | Ken Raeburn | 2003-07-15 | 2 | -5/+5 |
| * | * accept_sec_context.c (krb5_gss_accept_sec_context): Call | Tom Yu | 2003-07-15 | 2 | -4/+9 |
| * | Check for NULL realm argument and n not equal to 1. Fill in realm with an em... | Alexandra Ellwood | 2003-07-11 | 2 | -0/+14 |
| * | RealmsConfig-glue.c: Don't fail when krb5.conf is valid and krb.conf isn't. ... | Alexandra Ellwood | 2003-07-11 | 2 | -2/+8 |
| * | Rewrote krb_get_lrealm to correctly handle the v4 realms section in the profi... | Alexandra Ellwood | 2003-07-11 | 2 | -66/+101 |
| * | * acquire_cred.c (acquire_init_cred): Close the ccache if | Tom Yu | 2003-07-10 | 2 | -0/+8 |
| * | Export krb5_get_permitted_enctypes and krb5_set_real_time for Samba | Alexandra Ellwood | 2003-07-09 | 6 | -2/+17 |
| * | This time, use the correct # of arguments for strcpy | Alexandra Ellwood | 2003-07-08 | 1 | -1/+1 |
| * | krb_prof_get_nth() no longer assumes that its retlen argument is correct (cal... | Alexandra Ellwood | 2003-07-07 | 2 | -1/+9 |
| * | * gic_keytab.c (krb5_get_in_tkt_with_keytab): Pass (void*)keytab, | Tom Yu | 2003-06-27 | 2 | -1/+6 |
| * | With this patch, things seem to work with a Heimdal client and MIT KDC | Ken Raeburn | 2003-06-26 | 2 | -0/+6 |
| * | * cksumtypes.c (krb5_cksumtypes_list): Add aes128/256 hmacs, with new | Ken Raeburn | 2003-06-24 | 3 | -0/+24 |
| * | Split out etype_info2 decoder from etype_info decoder. In the | Sam Hartman | 2003-06-20 | 4 | -4/+41 |
| * | Set use_conf_ktypes to 1 while looking up the tgt to use for | Sam Hartman | 2003-06-16 | 2 | -0/+7 |
| * | * server_kdb.c (kdb_init_hist): Force history principal's key to | Tom Yu | 2003-06-13 | 2 | -6/+16 |
| * | krb5_rd_rep leaks subkeys | Tom Yu | 2003-06-13 | 2 | -0/+13 |
| * | libgss leaks, UMRs | Tom Yu | 2003-06-13 | 3 | -0/+9 |
| * | make_ap_req_v1 leaks memory | Tom Yu | 2003-06-13 | 2 | -0/+7 |
| * | Darwin libkrb4/err_txt.o needs dependency on krb_err.c | Tom Yu | 2003-06-11 | 3 | -1/+16 |
| * | Don't escape rcache filename characters with backslash | Tom Yu | 2003-06-11 | 2 | -5/+10 |
| * | fix bug: would return krb.conf entries plus dns info | Ken Raeburn | 2003-06-09 | 2 | -0/+9 |
| * | Checkpoint some working code. | Ken Raeburn | 2003-06-07 | 2 | -4/+77 |
| * | * locate_kdc.c (struct srv_dns_entry): Moved to k5-int.h. | Ken Raeburn | 2003-06-06 | 3 | -20/+34 |
| * | Don't allow renewable_ok to be set if the renew liftime is greater | Sam Hartman | 2003-06-06 | 2 | -0/+7 |
| * | * g_cnffile.c (krb__get_srvtabname): Make retname be a static | Tom Yu | 2003-06-06 | 2 | -7/+12 |
| * | Static function krb5_generate_authenticator should take unsigned sequence num... | Ezra Peisach | 2003-06-06 | 2 | -2/+7 |
| * | If krb5_c_string_to_key is | Sam Hartman | 2003-06-05 | 2 | -0/+19 |
| * | * locate_kdc.c (make_srv_query_realm): Punt if strdup fails. Always return | Ken Raeburn | 2003-06-05 | 2 | -24/+34 |
| * | * password_to_key.c (mit_passwd_to_key, afs_passwd_to_key): Delete | Tom Yu | 2003-06-05 | 2 | -2/+7 |
| * | Put krb5int_locate_server back in the accessor "export" list | Ken Raeburn | 2003-06-04 | 2 | -0/+4 |
| * | Handle SRV RR target of "." by returning a new error code. | Ken Raeburn | 2003-06-04 | 2 | -29/+65 |
| * | * t_locate_kdc.c (main): Call krb5_locate_srv_dns_1 | Ken Raeburn | 2003-06-04 | 2 | -1/+3 |
| * | * locate_kdc.c (get_port): Revert last change | Ken Raeburn | 2003-06-04 | 2 | -7/+3 |
| * | * changepw.c (krb5_locate_kpasswd): Check specifically for certain errors | Ken Raeburn | 2003-06-04 | 2 | -1/+4 |
| * | * krb5_err.et (KRB5_ERR_NO_SERVICE): New error code | Ken Raeburn | 2003-06-04 | 2 | -0/+6 |
| * | * locate_kdc.c (get_port): Replace function with macro | Ken Raeburn | 2003-06-03 | 2 | -3/+9 |
| * | * RealmsConfig-glue.c (get_krbhst_default): Deleted. | Ken Raeburn | 2003-06-03 | 2 | -19/+5 |
| * | Yet more double colon password prompts | Sam Hartman | 2003-06-03 | 3 | -3/+8 |
| * | Save a copy of the ciphertext from the kdc rather than trying to | Sam Hartman | 2003-06-03 | 2 | -0/+9 |
| * | * init_os_ctx.c: Included header to get __KLAllowHomeDirectoryAccess() | Alexandra Ellwood | 2003-06-03 | 2 | -0/+8 |
| * | Drop default_kdc_enctypes and all related code | Tom Yu | 2003-06-03 | 2 | -21/+7 |