| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old CONFIG_FILE code | Theodore Tso | 1995-06-07 | 2 | -2/+5 |
* | def_realm.c (krb5_get_default_realm), get_krbhst.c | Theodore Tso | 1995-06-07 | 8 | -612/+44 |
* | Low-level PC socket read/write didn't work | Keith Vetter | 1995-06-03 | 3 | -4/+16 |
* | Restore timestamp file which is needed by libupdate.sh | Theodore Tso | 1995-05-27 | 1 | -1/+2 |
* | Add support for building shared libraries | Theodore Tso | 1995-05-27 | 36 | -35/+262 |
* | Disabled some of the shared library stuff for the PC | Keith Vetter | 1995-05-26 | 2 | -2/+17 |
* | Several small changes to get the PC working without warnings | Keith Vetter | 1995-05-25 | 6 | -10/+17 |
* | Fix syntax error in freeing of keyblock | Ezra Peisach | 1995-05-25 | 2 | -1/+6 |
* | Makefile.in, configure.in: Add rules for building shared library | Theodore Tso | 1995-05-24 | 1 | -0/+2 |
* | On an error, free the keyblock | Theodore Tso | 1995-05-24 | 4 | -2/+15 |
* | Rearrange #include files so that krb5.h gets included first, so that | Theodore Tso | 1995-05-23 | 20 | -18/+63 |
* | Don't install the error table header files; they shouldn't be needed | Theodore Tso | 1995-05-23 | 2 | -8/+5 |
* | Increment remote_seq_number if KRB5_AUTH_CONTEXT_DO_SEQUENCE is set | Ezra Peisach | 1995-05-20 | 2 | -0/+6 |
* | Use the KRB5_KTNAME environment variable to override the default | Theodore Tso | 1995-05-20 | 2 | -6/+19 |
* | Fix nitty bug in gmt_mktime() | Paul Park | 1995-05-16 | 2 | -1/+7 |
* | Missing a "retval = " so errors in addresses were passing | Ezra Peisach | 1995-05-12 | 2 | -1/+5 |
* | * mk_cred.c (krb5_mk_cred()), mk_priv.c (krb5_mk_priv()), | Chris Provenzano | 1995-05-11 | 7 | -12/+21 |
* | Remove inclusion of malloc.h. k5-int.h already handles declarations of | Ezra Peisach | 1995-05-09 | 2 | -1/+6 |
* | Remove t_kerb and t_kerb.o on make clean | Ezra Peisach | 1995-05-09 | 2 | -0/+5 |
* | configure.in: Add HAS_ANSI_VOLATILE | Ezra Peisach | 1995-05-09 | 3 | -4/+8 |
* | mk_faddr.c (krb5_make_fulladdr): Allocate enough memory for | Ezra Peisach | 1995-05-09 | 2 | -1/+4 |
* | Declare prompt and prompt2 as const char * so that callers | Ezra Peisach | 1995-05-09 | 2 | -2/+7 |
* | Fix .Sanitize files to reflect new added files | Theodore Tso | 1995-05-05 | 1 | -0/+4 |
* | Fix spelling typo | Theodore Tso | 1995-05-05 | 1 | -1/+1 |
* | conv_princ.c (krb5_425_conv_principal): Use new calling | Theodore Tso | 1995-05-05 | 6 | -18/+193 |
* | Update Sanitize file to reflect file additions, deletions | Theodore Tso | 1995-05-04 | 2 | -3/+3 |
* | * recvauth.c, compat_recv.c (krb5_recvauth()): | Chris Provenzano | 1995-05-03 | 3 | -5/+9 |
* | nevermind.. | Mark Eichin | 1995-05-03 | 2 | -25/+0 |
* | Fix memory leaks in this function. The krb5_donot_replay structure | Theodore Tso | 1995-05-03 | 2 | -19/+20 |
* | Fix lots of typos in krb5_make_fulladdrs() patch. (Lots of places where | Theodore Tso | 1995-05-03 | 5 | -55/+7 |
* | * get_krbhst.c (krb5_get_krbhst): look in KRB5_ENV_KDC | Mark Eichin | 1995-05-03 | 2 | -0/+25 |
* | * mk_cred.c (mk_cred()), mk_priv.c (mk_priv()), mk_safe.c (mk_safe()), | Chris Provenzano | 1995-05-02 | 7 | -79/+150 |
* | krb5_set_config_files needs a const in the declaration to match call | Ezra Peisach | 1995-05-02 | 2 | -1/+7 |
* | * genaddrs.c (krb5_auth_con_genaddrs()), | Chris Provenzano | 1995-05-01 | 4 | -43/+58 |
* | * auth_con.c (krb5_auth_con_free()) : | Chris Provenzano | 1995-05-01 | 12 | -45/+343 |
* | init_os_ctx.c (krb5_set_config_files): New function. Provides a | Theodore Tso | 1995-05-01 | 2 | -1/+34 |
* | Global variables krb5_config_file and krb5_trans_file definitions | Ezra Peisach | 1995-04-30 | 2 | -0/+7 |
* | Fix fencepost error which caused an access beyond the allocated memory | Theodore Tso | 1995-04-29 | 2 | -1/+4 |
* | Call krb5_free_priv_enc_part to free the entire privenc_msg structure | Theodore Tso | 1995-04-29 | 2 | -6/+7 |
* | Moving adm_conn out of libkrb5 | Paul Park | 1995-04-28 | 5 | -512/+5 |
* | Remove adm_rw from libkrb5 | Paul Park | 1995-04-28 | 4 | -527/+5 |
* | * init_ctx.c (krb5_free_context): Extra semicolon meant the etypes | Theodore Tso | 1995-04-28 | 2 | -1/+6 |
* | Lint cleanup; explicitly declare that daemon() returns an int | Theodore Tso | 1995-04-28 | 2 | -0/+6 |
* | * send_tgs.c (krb5_send_tgs()), gc_via_tkt.c (krb5_get_cred_via_tkt()): | Chris Provenzano | 1995-04-28 | 3 | -15/+13 |
* | I don't know why it didn't get removed the last time I tried | Chris Provenzano | 1995-04-28 | 1 | -222/+0 |
* | * auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()): | Chris Provenzano | 1995-04-28 | 3 | -2/+65 |
* | Fixes so that the Unix changes no longer breaks on the PC | Keith Vetter | 1995-04-28 | 9 | -28/+51 |
* | Add entries for yesterdays checkin | Paul Park | 1995-04-27 | 1 | -0/+5 |
* | Add entry for yesterdays checkin | Paul Park | 1995-04-27 | 1 | -0/+5 |
* | Fix mk_priv and mk_safe to work without DO_TIME | Paul Park | 1995-04-27 | 1 | -0/+9 |