| Commit message (Expand) | Author | Age | Files | Lines |
* | Add krb5_get_prompt_types() functionality | Danilo Almeida | 2000-03-16 | 6 | -2/+52 |
* | * stdcc.c (krb5_stdcc_destroy): Do not mask KRB5_FCC_NOFILE error | Danilo Almeida | 2000-03-16 | 2 | -6/+15 |
* | * init_os_ctx.c (os_get_default_config_files): Remove unused variable | Ken Raeburn | 2000-03-14 | 2 | -1/+3 |
* | * def_realm.c: Include netinet/in.h if available | Ken Raeburn | 2000-03-14 | 2 | -0/+7 |
* | * configure.in: Check for gethostbyname2 | Ken Raeburn | 2000-03-14 | 2 | -1/+5 |
* | Fix one of the bugs discovered at Connectathon: etype specified in preauth | Ken Raeburn | 2000-03-13 | 3 | -5/+68 |
* | Change function prototypes to match the entries in krb5.hin - specifically | Ezra Peisach | 2000-03-12 | 11 | -14/+26 |
* | get_in_tkt.c (krb5_get_init_creds): Always initialize local_as_reply to avoid... | Miro Jurisic | 2000-03-10 | 2 | -0/+7 |
* | * preauth2.c (krb5_do_preauth): Check paorder[h] not h for PA_REAL. Fix from... | Ken Raeburn | 2000-02-26 | 2 | -1/+6 |
* | fix email addr | Ken Raeburn | 2000-02-26 | 1 | -1/+1 |
* | forgot room for null pointer at end of local addr array | Ken Raeburn | 2000-02-26 | 2 | -2/+3 |
* | Separate interface address processing from Kerberos-related functions. | Ken Raeburn | 2000-02-25 | 2 | -159/+238 |
* | Makefile.in (clean-unix): Add clean-libobjs | Ezra Peisach | 2000-02-22 | 2 | -1/+5 |
* | * preauth2.c (pa_sam): In send-encrypted-sad mode, check for magic salt length | Ken Raeburn | 2000-02-16 | 2 | -7/+51 |
* | * localaddr.c (krb5_os_localaddr): Dynamically grow buffer used for SIOCGIFCONF | Ken Raeburn | 2000-02-16 | 2 | -10/+69 |
* | Added "Kerberos Preferences" as valid config file on Mac OS. Others will be r... | Marshall Vale | 2000-02-11 | 1 | -11/+17 |
* | * init_os_ctx.c: Added "Kerberos Preferences" as valid config file on Mac OS | Marshall Vale | 2000-02-11 | 1 | -0/+7 |
* | Fixed lxs' fix: strlen (x) + 1 instead of strlen (x+1) | Miro Jurisic | 2000-02-11 | 2 | -2/+6 |
* | changelog updated for stdcc_util.c change | Alexandra Ellwood | 2000-02-10 | 1 | -0/+5 |
* | Added +1 to strlens so that null terminator will fit in the buffer ;-P | Alexandra Ellwood | 2000-02-10 | 1 | -2/+2 |
* | * init_os_ctx.c: Added changes for the Mac for limited support of Application... | Marshall Vale | 2000-02-08 | 1 | -0/+10 |
* | Limited support for Applicaiton Support folder as location for krb5.ini on th... | Marshall Vale | 2000-02-08 | 1 | -8/+24 |
* | changepw.c (krb5_locate_kpasswd): fixed memory trashing caused by incorrect p... | Scott McGuire | 2000-02-07 | 2 | -1/+7 |
* | * gic_pwd.c (krb5_get_as_key_password): If the as_key enctype is already set to | Ken Raeburn | 2000-02-07 | 3 | -15/+35 |
* | updated some comments (fcusack) | Ken Raeburn | 2000-02-07 | 2 | -6/+9 |
* | added flags field to predicted_sam_response (fcusack) | Ken Raeburn | 2000-02-07 | 3 | -11/+13 |
* | more fcusack changes - rest of first set | Ken Raeburn | 2000-02-07 | 4 | -2/+19 |
* | Frank Cusack changes, set 1, diffs 1-3 of 4 | Ken Raeburn | 2000-02-07 | 7 | -11/+30 |
* | (krb5_locate_kpasswd): fixed memory trashing caused by incorrect pointer arit... | Scott McGuire | 2000-02-04 | 2 | -1/+7 |
* | Removed calls that destroyed and recreated ccapi_data->NamedCache if it exist... | Scott McGuire | 2000-02-04 | 2 | -8/+9 |
* | * krb5_decode.c (krb5_decode_ticket): Add function to provide | Danilo Almeida | 2000-02-02 | 2 | -0/+14 |
* | * kts_g_ent.c, ktsrvtab.h (krb5_ktsrvtab_get_entry): Change the | Ezra Peisach | 2000-01-29 | 3 | -2/+9 |
* | * init_ctx.c (get_profile_etype_list): Discard DESONLY changes from 1999-09-01, | Ken Raeburn | 2000-01-27 | 2 | -19/+10 |
* | * krb5_libinit.c: Conditionalize call to stdcc_shutdown() | Tom Yu | 2000-01-24 | 2 | -5/+9 |
* | * configure.in: Fix to build library objects in this directory | Tom Yu | 2000-01-24 | 4 | -5/+16 |
* | Moved krb5, gss, and crypto library initialization/cleanup code into new dedi... | Miro Jurisic | 2000-01-22 | 4 | -0/+67 |
* | * Makefile.in (LIBMINOR): Update to 2 | Ken Raeburn | 1999-12-06 | 2 | -1/+5 |
* | * init_ctx.c (get_profile_etype_list): Report an error if no | Ken Raeburn | 1999-12-06 | 2 | -0/+11 |
* | merge 1.1 branch, to 12/1/99 | Ken Raeburn | 1999-12-06 | 13 | -398/+2450 |
* | * krb5_err.et (KRB5_OBSOLETE_FN): New error code | Ken Raeburn | 1999-12-06 | 2 | -0/+5 |
* | * mcc.h (mcc_head): Define as macro to give exported name a krb5 prefix | Ken Raeburn | 1999-12-06 | 2 | -1/+6 |
* | merge from 1.1 branch | Ken Raeburn | 1999-12-06 | 4 | -10/+44 |
* | Replaced Kerberos5GlobalsLib calls with CCAPI v3 calls on MacOS | Miro Jurisic | 1999-11-22 | 2 | -6/+34 |
* | Use CCache2.h under MacOS for CCAPI v2 compatibility | Miro Jurisic | 1999-11-22 | 3 | -2/+7 |
* | * krb5_err.et (KRB5_CONFIG_ETYPE_NOSUPP): New error code | Ken Raeburn | 1999-11-03 | 2 | -0/+5 |
* | * t_ref_kerb.out: Fix expected zephyr/zephyr output | Ken Raeburn | 1999-11-03 | 2 | -1/+5 |
* | * localaddr.c (krb5_os_localaddr): Conditionalize INET6 support on new | Ken Raeburn | 1999-11-02 | 2 | -2/+7 |
* | * krb5_decode.c (begin_structure): Update to deal with indefinite | Tom Yu | 1999-11-01 | 7 | -20/+76 |
* | log tritan's changes | Tom Yu | 1999-10-26 | 15 | -0/+105 |
* | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 15 | -17/+2 |