| Commit message (Expand) | Author | Age | Files | Lines |
| * | * kinit.c (try_convert524): Avoid duplicate free calls | Ken Raeburn | 2000-02-07 | 2 | -0/+7 |
| * | fix my email address in log header | Ken Raeburn | 2000-02-07 | 1 | -1/+1 |
| * | * 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 |
| * | * kdc_preauth.c (get_preauth_hint_list): Log a message if preauth is required | Ken Raeburn | 2000-02-07 | 2 | -1/+20 |
| * | Frank Cusack's patches, first two sets. Should be no incompatible changes, | Ken Raeburn | 2000-02-07 | 5 | -22/+306 |
| * | 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 | 5 | -13/+15 |
| * | Add documentation about debug vs. release builds | Danilo Almeida | 2000-02-07 | 2 | -5/+15 |
| * | 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 | 9 | -12/+43 |
| * | * standalone.exp: Use $KLIST -5 and $KDESTROY -5 to deal with | Tom Yu | 2000-02-06 | 4 | -7/+19 |
| * | * default.exp: Use $KINIT -5 to deal with modified kinit | Tom Yu | 2000-02-06 | 2 | -1/+6 |
| * | * login.c (main): Reorder some control flow to avoid security hole | Tom Yu | 2000-02-06 | 2 | -6/+9 |
| * | * kinit.c: Only free stuff if it's not NULL. (Note: The krb5_free_* | Danilo Almeida | 2000-02-04 | 2 | -4/+13 |
| * | * Makefile.in (klist): Fix to build under Unix again | Tom Yu | 2000-02-04 | 2 | -2/+6 |
| * | * Makefile.in (kinit): Fix to build on Unix again | Tom Yu | 2000-02-04 | 4 | -4/+12 |
| * | (krb5_locate_kpasswd): fixed memory trashing caused by incorrect pointer arit... | Scott McGuire | 2000-02-04 | 2 | -1/+7 |
| * | * aclocal.m4: Add support to substitute KRB524_LIB in places | Tom Yu | 2000-02-04 | 2 | -0/+10 |
| * | * pre.in: Add KRB524_DEPLIB and KRB524_LIB | Tom Yu | 2000-02-04 | 2 | -0/+8 |
| * | Removed calls that destroyed and recreated ccapi_data->NamedCache if it exist... | Scott McGuire | 2000-02-04 | 2 | -8/+9 |
| * | * kinit.c: Major revamp to support Kerberos 4 compatibility. Code | Danilo Almeida | 2000-02-04 | 3 | -217/+847 |
| * | * klist.c: Major revamp to support Kerberos 4 compatibility. Code | Danilo Almeida | 2000-02-04 | 2 | -32/+216 |
| * | * kdestroy.c: Major revamp to support Kerberos 4 compatibility. Code | Danilo Almeida | 2000-02-04 | 2 | -41/+119 |
| * | * getopt.c, getopt_long.c, getopt.h: Update to latest BSD code | Danilo Almeida | 2000-02-04 | 5 | -40/+341 |
| * | * listen.c (ss_listen): Local var END should be volatile | Ken Raeburn | 2000-02-02 | 2 | -1/+5 |
| * | * Makefile.in: Build gss-sample on Windows | Danilo Almeida | 2000-02-02 | 2 | -7/+17 |
| * | * kvno.c (main): Use krb5_decode_ticket() instead of | Danilo Almeida | 2000-02-02 | 2 | -1/+6 |
| * | * krb5_32.def: Replace decode_krb5_ticket with krb5_decode_ticket. | Danilo Almeida | 2000-02-02 | 2 | -11/+30 |
| * | * krb5_decode.c (krb5_decode_ticket): Add function to provide | Danilo Almeida | 2000-02-02 | 2 | -0/+14 |
| * | * krb5.hin (krb5_decode_ticket): Declare | Danilo Almeida | 2000-02-01 | 2 | -0/+9 |
| * | * gss-client.c, gss-server.c, gss-misc.c: Include Windows headers | Danilo Almeida | 2000-02-01 | 5 | -9/+63 |
| * | * kts_g_ent.c, ktsrvtab.h (krb5_ktsrvtab_get_entry): Change the | Ezra Peisach | 2000-01-29 | 3 | -2/+9 |
| * | left date line off last log entry | Ken Raeburn | 2000-01-28 | 1 | -0/+1 |
| * | didn't have date line on last log entry | Ken Raeburn | 2000-01-28 | 1 | -0/+1 |
| * | * dispatch.c (dispatch): Log address and port number of detected retransmits | Ken Raeburn | 2000-01-27 | 2 | -1/+23 |
| * | permit use of non-des session keys now | Ken Raeburn | 2000-01-27 | 2 | -26/+9 |
| * | * pre.in (KADM_COMM_LIBS): Drop krb5util library | Ken Raeburn | 2000-01-27 | 2 | -1/+5 |
| * | * krlogin.c (speeds): Added some comments from net recommending not extending... | Ken Raeburn | 2000-01-27 | 2 | -0/+16 |
| * | * main.c (print_status): Now static. Add format attribute if using GNU C | Ken Raeburn | 2000-01-27 | 2 | -2/+11 |
| * | Don't use obsolete autoconf macros. Fix up output formatting a little. | Ken Raeburn | 2000-01-27 | 3 | -62/+170 |
| * | limit kadm5 net interface to des for now until gssapi mech is fixed | Ken Raeburn | 2000-01-27 | 2 | -2/+14 |
| * | * init_ctx.c (get_profile_etype_list): Discard DESONLY changes from 1999-09-01, | Ken Raeburn | 2000-01-27 | 2 | -19/+10 |
| * | * init_sec_context.c (krb5_gss_init_sec_context): Default to des-cbc-crc | Ken Raeburn | 2000-01-27 | 2 | -1/+6 |
| * | * k5-int.h [!NEED_SOCKETS]: Declare (but do not define) struct sockaddr if | Ken Raeburn | 2000-01-27 | 2 | -4/+33 |
| * | * kpasswd.0/changing.exp: Fix y2k bug | Tom Yu | 2000-01-24 | 2 | -1/+5 |
| * | * get_myaddress.c (gssrpc_get_myaddress): Copy in from NetBSD; | Tom Yu | 2000-01-24 | 2 | -26/+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 |
| * | * Makefile.in (STLIBOBJS): Properly add gss_libinit.o to permit | Tom Yu | 2000-01-24 | 4 | -6/+20 |
| * | * crypto_libinit.c: Add terminating newline; use 0 and 1 instead | Tom Yu | 2000-01-24 | 2 | -4/+9 |