| Commit message (Expand) | Author | Age | Files | Lines |
| * | * asn1_get.c (asn1_get_tag_indef): Fix to not deref random garbage | Tom Yu | 2000-09-27 | 2 | -1/+8 |
| * | * an_to_ln.c: Unsigned vs signed int fixes | Ezra Peisach | 2000-09-26 | 3 | -20/+33 |
| * | * conv_princ.c (krb5_425_conv_principal): Call profile_free_list | Ezra Peisach | 2000-09-26 | 2 | -5/+15 |
| * | * ser_ktf.c (krb5_ktf_keytab_externalize): Do not violate const char * | Ezra Peisach | 2000-09-25 | 3 | -4/+11 |
| * | * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: More | Ezra Peisach | 2000-09-25 | 6 | -24/+37 |
| * | * descbc.c, k5_md4des.c, k5_md5des.c, t_cksum.c: Cleanup unsigned | Ezra Peisach | 2000-09-25 | 6 | -20/+34 |
| * | * t_kerb.c: Add prototypes for test functions | Ezra Peisach | 2000-09-25 | 2 | -3/+14 |
| * | * t_cc.c: Code cleanup. Test more failure modes of the cache library | Ezra Peisach | 2000-09-24 | 5 | -10/+142 |
| * | * Makefile.in (check-unix): Build and exectute t_cc | Ezra Peisach | 2000-09-22 | 3 | -3/+220 |
| * | * accept_sec_context.c (krb5_gss_accept_sec_context): When | Ezra Peisach | 2000-09-22 | 2 | -11/+21 |
| * | * rc_io.h (struct krb5_rc_iostuff): Internal structure - change | Ezra Peisach | 2000-09-21 | 5 | -13/+29 |
| * | * configure.in: Add AC_TYPE_OFF_T for off_t declaraion | Ezra Peisach | 2000-09-21 | 2 | -0/+5 |
| * | * kdb_xdr.c (krb5_dbe_free_contents): Clean up signedness warning | Ezra Peisach | 2000-09-20 | 6 | -15/+47 |
| * | 2000-09-01 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2000-09-02 | 2 | -13/+58 |
| * | * Makefile.in(OBJS, SRCS): Add lifetime.{o,c} | Tom Yu | 2000-09-01 | 3 | -0/+138 |
| * | 2000-08-31 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2000-08-31 | 1 | -2/+2 |
| * | 2000-08-31 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2000-08-31 | 2 | -2/+23 |
| * | * get_creds.c (krb5_get_credentials_core): If the supplied enctype is not | Ken Raeburn | 2000-08-29 | 2 | -7/+25 |
| * | * configure.in: Don't generate keytab/db/Makefile, since it isn't | Tom Yu | 2000-08-29 | 3 | -18/+10 |
| * | * rd_svc_key.c (krb54_get_service_keyblock): If the keytab | Ezra Peisach | 2000-08-22 | 2 | -1/+19 |
| * | * cr_tkt.c (krb_cr_tkt_int): When prototypes were changed to not | Ezra Peisach | 2000-08-14 | 1 | -3/+4 |
| * | * asn1_k_decode.c (asn1_decode_last_req_entry): Decode the lr_type | Ezra Peisach | 2000-08-07 | 3 | -1/+24 |
| * | * Makefile.in (SRCS, OBJS, STLIBOBJS): Remove util_canonhost. | Ken Raeburn | 2000-08-04 | 3 | -6/+6 |
| * | * tf_util.c (tf_init): Add KRB5_DLLIMP/KRB5_CALLCONV definitions | Ezra Peisach | 2000-08-02 | 2 | -7/+12 |
| * | Add missing krb5_cc_store_cred() | Danilo Almeida | 2000-07-30 | 2 | -0/+5 |
| * | * accessor.c: Add NEED_SOCKETS in order to get prototype for | Tom Yu | 2000-07-23 | 2 | -0/+6 |
| * | * g_pw_tkt.c, unix_time.c: Add KRB5_DLLIMP/KRB5_CALLCONV defintion | Ezra Peisach | 2000-07-21 | 3 | -1/+20 |
| * | * krb5_32.def: Add krb5_cc_* functions | Danilo Almeida | 2000-07-20 | 2 | -0/+17 |
| * | * memcache.c: Add krb_in_tkt() function to initialize ticket for a | Danilo Almeida | 2000-07-20 | 2 | -0/+16 |
| * | * cc_file.c, cc_stdio.c: Remove unused krb5_[fs]cc_default_name() | Danilo Almeida | 2000-07-20 | 4 | -22/+37 |
| * | * stdcc.h: Include k5-int.h to get krb5_ccache definition | Danilo Almeida | 2000-07-20 | 2 | -0/+5 |
| * | * Makefile.in: Change ${CC} and ${OBJS} to $(CC) and $(OBJS) so | Danilo Almeida | 2000-07-20 | 2 | -1/+6 |
| * | * cc_memory.c (mcc_head): Combine static declaration and initialization | Ken Raeburn | 2000-07-19 | 2 | -3/+6 |
| * | * krb4_32.def: Add krb_in_tkt. | Danilo Almeida | 2000-07-19 | 3 | -0/+8 |
| * | Add krb5int_accessor() to access internal krb5 functions from outside | Danilo Almeida | 2000-07-19 | 3 | -0/+65 |
| * | * in_tkt.c: Add krb_in_tkt() function to initialize ticket for a | Danilo Almeida | 2000-07-19 | 2 | -0/+16 |
| * | * locate_kdc.c, hst_realm.c, def_realm.c, changepw.c: Include | Ezra Peisach | 2000-07-18 | 7 | -1/+20 |
| * | * vfy_increds.c: include int-proto.h for krb5_libdefault_boolean | Ezra Peisach | 2000-07-18 | 7 | -2/+35 |
| * | * cc_memory.c (mcc_head): Now static | Ken Raeburn | 2000-07-14 | 2 | -2/+3 |
| * | missed a stray #endif | Ken Raeburn | 2000-07-14 | 1 | -2/+0 |
| * | merge duplicate copyright notices; eliminate #if 0 code | Ken Raeburn | 2000-07-14 | 2 | -1664/+40 |
| * | Eliminate duplicated copyright messages, and most "former file foo.c" markers | Ken Raeburn | 2000-07-14 | 1 | -948/+30 |
| * | keep scc.h too | Ken Raeburn | 2000-07-14 | 2 | -1/+102 |
| * | Delete subdirectories we aren't compiling any more. | Ken Raeburn | 2000-07-14 | 83 | -8403/+105 |
| * | log for ccache changes | Ken Raeburn | 2000-07-14 | 1 | -0/+7 |
| * | fix typo in comment | Ken Raeburn | 2000-07-14 | 1 | -1/+1 |
| * | Collapse ccache implementations file, stdio, memory into single files. | Ken Raeburn | 2000-07-14 | 9 | -36/+7588 |
| * | * encrypt_key.c, kdb_cpw.c, kdb_xdr.c: Add parenthesis about | Ezra Peisach | 2000-07-04 | 4 | -22/+24 |
| * | * cr_tkt.c: Frob prototypes so they don't involve narrow types | Tom Yu | 2000-07-04 | 2 | -8/+12 |
| * | admin.h: Add kadm5_free_name_list prototype | Ezra Peisach | 2000-07-03 | 2 | -0/+7 |