| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGS | Ezra Peisach | 2001-12-06 | 4 | -4/+24 |
| * | * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c, | Ezra Peisach | 2001-12-06 | 12 | -60/+88 |
| * | * string_to_key.c (krb5_arcfour_string_to_key): Use size_t instead | Ezra Peisach | 2001-12-05 | 2 | -3/+9 |
| * | * t_encrypt.c (main): Free memory when finished to test for memory | Ezra Peisach | 2001-12-05 | 2 | -0/+12 |
| * | * yarrow.c (krb5int_yarrow_stretch): Delare local variable unsigned. | Ezra Peisach | 2001-12-05 | 3 | -6/+17 |
| * | * shs.c, shs.h (shsUpdate): Declare second argument as const | Ezra Peisach | 2001-12-05 | 3 | -2/+6 |
| * | Fix typo in last checkin | Ezra Peisach | 2001-12-05 | 1 | -1/+0 |
| * | * rsh.exp: Fix date-grabbing regexp to deal with older versions of | Ezra Peisach | 2001-12-05 | 2 | -2/+7 |
| * | * krb524d.c (cleanup_and_exit): Call krb5_klog_close() | Ezra Peisach | 2001-12-05 | 3 | -4/+12 |
| * | * t_ser.c (main): Free context on failure exit route | Ezra Peisach | 2001-12-05 | 2 | -0/+5 |
| * | * sendto_kdc.c (krb5_sendto_kdc): Get rid of unecessary casts | Ezra Peisach | 2001-12-05 | 2 | -2/+6 |
| * | * t_cksum.c (main): Free memory leak in tests | Ezra Peisach | 2001-12-05 | 3 | -2/+7 |
| * | * test_profile.c (main): Call profile_release() before exiting | Ezra Peisach | 2001-12-05 | 2 | -0/+6 |
| * | * gss-client.c, gss-misc.c, gss-server.c: Cast buffer length to | Ezra Peisach | 2001-12-05 | 4 | -10/+17 |
| * | Fix documentation bug | Sam Hartman | 2001-12-04 | 2 | -1/+5 |
| * | * klist.c (flags_string): Display transit-policy-checked, ok-as-delegate, and... | Ken Raeburn | 2001-11-28 | 2 | -0/+11 |
| * | * ms2mit.c: Make sure we get a des-cbc-crc session key instead of | Danilo Almeida | 2001-11-28 | 2 | -27/+207 |
| * | * api.2/init-v2.exp: For test 101 failure, change port number 1 - | Ezra Peisach | 2001-11-27 | 2 | -1/+7 |
| * | 2001-11-24 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-11-26 | 2 | -2/+20 |
| * | Add entropy source identifiers for random seed calls | Sam Hartman | 2001-11-26 | 5 | -5/+15 |
| * | On fork, perturb the PRNG stream in the child | Sam Hartman | 2001-11-21 | 2 | -3/+17 |
| * | export krb5_set_default_tgs_enctypes | Sam Hartman | 2001-11-20 | 2 | -0/+5 |
| * | * Makefile.in (check-unix): Use $(srcdir) in file specification | Ezra Peisach | 2001-11-20 | 2 | -2/+7 |
| * | Add regression test | Sam Hartman | 2001-11-20 | 5 | -0/+50 |
| * | Work around hash using host byte order | Sam Hartman | 2001-11-20 | 2 | -2/+14 |
| * | Fix up yarrow build on Windows | Danilo Almeida | 2001-11-19 | 6 | -5/+28 |
| * | Fix memory handling bug in t_prng; update expected results as they changedd | Sam Hartman | 2001-11-19 | 3 | -2/+4 |
| * | Add t_prng.reseedtest | Sam Hartman | 2001-11-19 | 5 | -12/+74 |
| * | * kdb5_verify.c (main): Use krb5_free_unparsed_name() to free up | Ezra Peisach | 2001-11-19 | 2 | -0/+18 |
| * | * kdb5_mkdums.c (main): Invoke krb5_free_context when finished. | Ezra Peisach | 2001-11-19 | 2 | -0/+12 |
| * | * t_kdb.c (do_testing): Invoke krb5_free_principal and | Ezra Peisach | 2001-11-19 | 2 | -0/+17 |
| * | * kadm_server.h: Update prototype for convert_kadm5_to_kadm | Ezra Peisach | 2001-11-19 | 3 | -4/+13 |
| * | * gss-server.c (server_establish_context, sign_server): Ensure | Ezra Peisach | 2001-11-19 | 2 | -10/+39 |
| * | Add Yarrow copyright | Sam Hartman | 2001-11-19 | 1 | -0/+26 |
| * | When initiating GSSAPI context override tgs-enctypes | Sam Hartman | 2001-11-18 | 6 | -26/+32 |
| * | * init_ctx.c (DEFAULT_ETYPE_LIST): Ensure space present after | Ezra Peisach | 2001-11-16 | 2 | -1/+7 |
| * | * Link Yarrow into the build | Sam Hartman | 2001-11-16 | 11 | -129/+257 |
| * | Rename to be consistent with krb5 libraries internals | Sam Hartman | 2001-11-09 | 3 | -74/+74 |
| * | Compiles now | Sam Hartman | 2001-11-09 | 8 | -23/+64 |
| * | We don't need this | Sam Hartman | 2001-11-09 | 1 | -51/+0 |
| * | Next pass at making things use krb5 types and functions | Sam Hartman | 2001-11-09 | 6 | -139/+122 |
| * | First pass cleaning up headers and types | Sam Hartman | 2001-11-08 | 4 | -55/+22 |
| * | Remove OS-dependent files. | Sam Hartman | 2001-11-08 | 2 | -406/+0 |
| * | Add Yarrow from http://www.zeroknowledge.com/ | Sam Hartman | 2001-11-08 | 18 | -0/+2944 |
| * | * state.c (krb5_c_init_state, krb5_c_free_state): Use KRB5_CALLCONV | Ken Raeburn | 2001-11-07 | 2 | -5/+11 |
| * | Update to be consistent with what MS uses | Sam Hartman | 2001-11-07 | 2 | -6/+7 |
| * | 2001-11-07 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-11-07 | 2 | -1/+6 |
| * | 2001-11-06 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-11-07 | 2 | -19/+74 |
| * | Set output length correctly | Sam Hartman | 2001-11-07 | 2 | -0/+5 |
| * | Allow rc4 to be used for kadmin | Sam Hartman | 2001-11-07 | 2 | -0/+5 |