| Commit message (Expand) | Author | Age | Files | Lines |
| * | Missing a "retval = " so errors in addresses were passing | Ezra Peisach | 1995-05-12 | 2 | -1/+5 |
| * | * key_sched.c (mit_des_key_sched): *always* fill in the schedule, | Mark Eichin | 1995-05-12 | 2 | -2/+8 |
| * | * 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 |
| * | Add new modules | Paul Park | 1995-05-09 | 1 | -0/+4 |
| * | Add new modules to handle administrative protocol keyword=value | Paul Park | 1995-05-09 | 6 | -0/+1234 |
| * | Change to use profile information instead of assuming that the | Paul Park | 1995-05-09 | 1 | -53/+189 |
| * | 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 |
| * | Add string.h if necessary to define strlen, etc. | Ezra Peisach | 1995-05-09 | 10 | -4/+42 |
| * | Added $(DESTDIR) support to make install production | Theodore Tso | 1995-05-05 | 1 | -2/+2 |
| * | Fix .Sanitize files to reflect new added files | Theodore Tso | 1995-05-05 | 5 | -0/+8 |
| * | 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 |
| * | * put_svc_key.c (put_svc_key): remove spurious & in front of fkey | Tom Yu | 1995-05-04 | 5 | -4/+17 |
| * | * Makefile.in: new includes target to install krb_err.h in | Tom Yu | 1995-05-04 | 2 | -8/+14 |
| * | * 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 |
| * | * Makefile.in: nuke spurious whitespace in blank line | Tom Yu | 1995-05-03 | 2 | -1/+5 |
| * | * Makefile.in: nuke spurious whitespace from blank line | Tom Yu | 1995-05-03 | 2 | -1/+5 |
| * | 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 |
| * | clean-unix: Remove the installed krb_err.h in the include directory | Ezra Peisach | 1995-05-02 | 2 | -0/+6 |
| * | 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_sec_context.c (krb5_gss_init_sec_context()) : | Chris Provenzano | 1995-05-01 | 2 | -10/+41 |
| * | Added README file to the krb425 library | Theodore Tso | 1995-05-01 | 1 | -0/+19 |
| * | init_os_ctx.c (krb5_set_config_files): New function. Provides a | Theodore Tso | 1995-05-01 | 2 | -1/+34 |
| * | Call to krb5_read_password takes as an argument an int* not an int to represe... | Ezra Peisach | 1995-05-01 | 2 | -2/+8 |
| * | Global variables krb5_config_file and krb5_trans_file definitions | Ezra Peisach | 1995-04-30 | 2 | -0/+7 |
| * | Do not redefine PROTOTYPE if it is already defined | Ezra Peisach | 1995-04-30 | 2 | -0/+6 |
| * | Fix fencepost error which caused an access beyond the allocated memory | Theodore Tso | 1995-04-29 | 2 | -1/+4 |
| * | * g_phost.c: removed references to sys/param.h and netdb.h | Tom Yu | 1995-04-29 | 3 | -4/+5 |
| * | Call krb5_free_priv_enc_part to free the entire privenc_msg structure | Theodore Tso | 1995-04-29 | 2 | -6/+7 |
| * | Added check for POSIX_FILE_LOCK to enable POSIX file locking | Theodore Tso | 1995-04-28 | 3 | -1/+7 |
| * | configure.in: Add check for KRB5_POSIX_LOCKS | Theodore Tso | 1995-04-28 | 3 | -8/+17 |
| * | Add #include of fcntl.h | Theodore Tso | 1995-04-28 | 2 | -0/+3 |
| * | Add kadm to list of subdirectories to be built | Paul Park | 1995-04-28 | 4 | -1/+8 |
| * | Moved these administrative protocol functions out of libkrb5 | Paul Park | 1995-04-28 | 7 | -0/+1118 |
| * | 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 |
| * | Add des_read_pw_string, since it's used by the V4 login.c code | Theodore Tso | 1995-04-28 | 2 | -0/+26 |
| * | Remove unnecessary include of conf.h | Theodore Tso | 1995-04-28 | 3 | -8/+4 |
| * | * init_ctx.c (krb5_free_context): Extra semicolon meant the etypes | Theodore Tso | 1995-04-28 | 2 | -1/+6 |