| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo | Sam Hartman | 2003-05-06 | 1 | -1/+1 |
* | Implement encoders for etype_info2 and add support to s2kparams for | Sam Hartman | 2003-05-06 | 8 | -9/+63 |
* | Replace ovpasswd with kpasswd | Sam Hartman | 2003-05-04 | 2 | -1/+5 |
* | * kadm_stream.c: Fixed vts_long() and vts_short() so they return a pointer to... | Alexandra Ellwood | 2003-05-01 | 2 | -3/+15 |
* | AES code shouldn't define uint32_t etc if the system provides them | Ken Raeburn | 2003-04-29 | 2 | -1/+5 |
* | set-change password breaks kpasswd | Sam Hartman | 2003-04-28 | 2 | -1/+7 |
* | Incorporate krb5_os_context directly into krb5_context, since they're always | Ken Raeburn | 2003-04-28 | 2 | -15/+7 |
* | krb5_setpw_result_string should be internal | Sam Hartman | 2003-04-27 | 4 | -3/+12 |
* | Implementation of Microsoft set password client library code provided | Sam Hartman | 2003-04-25 | 8 | -19/+438 |
* | * kfree.c (krb5_free_pwd_sequences): Correction to previous | Ezra Peisach | 2003-04-24 | 2 | -2/+7 |
* | errno should never be explicitly declared | Ken Raeburn | 2003-04-24 | 9 | -15/+14 |
* | krb5_free_pwd_sequences only frees first element | Ezra Peisach | 2003-04-23 | 2 | -7/+18 |
* | * alt_prof.c (kadm5_get_config_params): Add aes256 to the default supported | Ken Raeburn | 2003-04-19 | 2 | -1/+6 |
* | Note to self: Save buffers before checkin, not after. Grr | Ken Raeburn | 2003-04-18 | 1 | -1/+5 |
* | fix typo | Ken Raeburn | 2003-04-18 | 1 | -1/+1 |
* | * init_ctx.c (DEFAULT_ETYPE_LIST): Add AES with 256 bits at the front of the | Ken Raeburn | 2003-04-18 | 2 | -0/+6 |
* | * dk_encrypt.c (krb5int_aes_dk_encrypt): Set output length properly | Ken Raeburn | 2003-04-18 | 2 | -0/+7 |
* | * g_ad_tkt.c: Added support for login library to get_ad_tkt. Support is copi... | Alexandra Ellwood | 2003-04-14 | 2 | -0/+16 |
* | Finish implementation of CBC+CTS decryption and truncated HMAC for AES. | Ken Raeburn | 2003-04-13 | 9 | -36/+348 |
* | Obscure memory leak in asn1_decode_kdc_req_body | Ezra Peisach | 2003-04-13 | 2 | -1/+20 |
* | Avoid really, really huge cpu time usage caused by iteration count in | Ken Raeburn | 2003-04-13 | 2 | -0/+11 |
* | memory leak in krb5_read_password | Ken Raeburn | 2003-04-13 | 2 | -6/+8 |
* | don't install in-tree libdb | Tom Yu | 2003-04-02 | 4 | -12/+27 |
* | * unparse.c (krb5_unparse_name_ext): Don't move buffer pointer backwards if | Ken Raeburn | 2003-04-01 | 2 | -1/+5 |
* | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 6 | -9/+35 |
* | If the auth context does not have the DO_TIME flag set and no replay | Sam Hartman | 2003-04-01 | 2 | -1/+8 |
* | MITKRB5-SA-2003-003: xdrmem int overflows | Tom Yu | 2003-03-24 | 2 | -6/+21 |
* | fix kadmind startup failure with krb4 vuln patch | Tom Yu | 2003-03-19 | 2 | -8/+15 |
* | Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option to | Sam Hartman | 2003-03-17 | 2 | -1/+54 |
* | Do not claim GSS_C_PROT_READY_FLAG since we don't support it | Sam Hartman | 2003-03-14 | 4 | -1/+14 |
* | Rewrite asn1_get_tag interface to use a structure pointer rather than several | Ken Raeburn | 2003-03-12 | 7 | -203/+246 |
* | * t_kerb.c: Only include krb.h if krb4 support compiled in, | Ezra Peisach | 2003-03-09 | 2 | -0/+12 |
* | Yet another attempt at cross-directory dependencies. Seems to fix the parallel | Ken Raeburn | 2003-03-08 | 2 | -8/+46 |
* | * krb5_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_B... | Alexandra Ellwood | 2003-03-07 | 2 | -2/+8 |
* | * gss_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_BU... | 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 |
* | * CCache-glue.c: Added prototypes for deprecated functions. Made internal fun... | Alexandra Ellwood | 2003-03-06 | 13 | -145/+94 |
* | * disp_status.c, gssapi_krb5.h, gssapiP_krb5.h: Removed Mac header goober | Alexandra Ellwood | 2003-03-06 | 4 | -20/+8 |
* | * disp_com_err_status.c, gssapi_generic.h: Removed Mac header goober. * gssap... | Alexandra Ellwood | 2003-03-06 | 5 | -19/+12 |
* | * gss_libinit.c: Removed Mac header goober. Fixed USE_HARDCODED_FALLBACK_ERRO... | Alexandra Ellwood | 2003-03-06 | 3 | -8/+13 |
* | * mac_des_glue.c, des.c, enc_dec.c, key_sched.c, str_to_key.c: Move KfM des ... | Alexandra Ellwood | 2003-03-06 | 8 | -78/+113 |
* | * prng.c: use Unix randomness sources on Mac OS X | Alexandra Ellwood | 2003-03-06 | 2 | -4/+7 |
* | * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate... | Alexandra Ellwood | 2003-03-06 | 2 | -0/+7 |
* | use kdb keytab for kadmind | Tom Yu | 2003-03-06 | 4 | -8/+49 |
* | * acquire_cred.c (krb5_gss_register_acceptor_identity): New | Tom Yu | 2003-03-06 | 3 | -19/+61 |