| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * t_locate_kdc.c(main):Add new argument -m for looking up master KDC addresses | Ken Raeburn | 2002-09-11 | 2 | -2/+8 |
| * | * locate_kdc.c (get_port): Skip service name lookup, just use the supplied | Ken Raeburn | 2002-09-11 | 2 | -8/+44 |
| * | whitespace | Ken Raeburn | 2002-09-11 | 1 | -1/+3 |
| * | another one | Ken Raeburn | 2002-09-05 | 1 | -1/+1 |
| * | * rc_io.c (krb5_rc_io_move): Missed a variable name change | Ken Raeburn | 2002-09-05 | 2 | -1/+5 |
| * | protoize | Ken Raeburn | 2002-09-03 | 9 | -198/+54 |
| * | protoize | Ken Raeburn | 2002-09-03 | 6 | -65/+41 |
| * | protoize | Ken Raeburn | 2002-09-03 | 9 | -302/+88 |
| * | revert init change to flock_zero in krb5_lock_file | Ken Raeburn | 2002-09-03 | 2 | -2/+1 |
| * | protoize | Ken Raeburn | 2002-09-03 | 46 | -320/+124 |
| * | protoize | Ken Raeburn | 2002-09-03 | 88 | -1857/+1123 |
| * | * init_ets.c (krb5_init_ets, krb5_free_ets): Use prototype style function def... | Ken Raeburn | 2002-09-03 | 2 | -4/+7 |
| * | Use prototype style definitions for functions. Avoid variable name "class" | Ken Raeburn | 2002-09-03 | 14 | -759/+297 |
| * | update dependencies | Ken Raeburn | 2002-08-29 | 17 | -72/+149 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 76 | -53/+205 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 11 | -0/+33 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 9 | -0/+32 |
| * | undo quoting changes | Ken Raeburn | 2002-08-27 | 2 | -10/+7 |
| * | more quoting | Ken Raeburn | 2002-08-27 | 2 | -4/+7 |
| * | Quote targets of some copy operations within the build tree. Needed | Ken Raeburn | 2002-08-27 | 6 | -8/+22 |
| * | * configure.in: Use $krb5_cv_host instead of $host | Ezra Peisach | 2002-08-26 | 2 | -4/+8 |
| * | * sendto_kdc.c (merge_addrlists): Truncate source address list after copying | Ken Raeburn | 2002-08-24 | 2 | -0/+4 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 78 | -54/+210 |
| * | * kdb_db2.h: Add prototype and rename for | Tom Yu | 2002-08-23 | 4 | -5/+53 |
| * | * Makefile.in (SUBDIROBJLISTS): New variable | Ken Raeburn | 2002-08-23 | 2 | -0/+15 |
| * | * locate_kdc.c (krb5_locate_kdc): Don't look up kerberos-sec for TCP service | Ken Raeburn | 2002-08-23 | 2 | -5/+10 |
| * | turn off debug code | Ken Raeburn | 2002-08-23 | 1 | -1/+1 |
| * | * init_ctx.c (init_common): Initialize udp_pref_limit field | Ken Raeburn | 2002-08-23 | 2 | -0/+6 |
| * | * Makefile.in ($(HDRS)): Depend on "includes" | Ken Raeburn | 2002-08-22 | 2 | -0/+6 |
| * | * Makefile.in (SUBDIROBJLISTS): New variable | Ken Raeburn | 2002-08-22 | 4 | -1/+13 |
| * | * accessor.c (krb5int_accessor): Use krb5int_sendto instead of | Ken Raeburn | 2002-08-22 | 2 | -1/+3 |
| * | * sendto_kdc.c (MAX_PASS, dprint): New macros. | Ken Raeburn | 2002-08-22 | 2 | -402/+539 |
| * | * locate_kdc.c (krb5int_grow_addrlist): Renamed from grow_list, now external. | Ken Raeburn | 2002-08-22 | 2 | -2/+9 |
| * | * string2key.c: Work around possible bug with AFS salts; | Tom Yu | 2002-08-16 | 2 | -0/+8 |
| * | * sendto_kdc.c (DEFAULT_UDP_PREF_LIMIT, HARD_UDP_LIMIT): New macros. | Ken Raeburn | 2002-08-15 | 2 | -3/+47 |
| * | * keytab.c (krb5_ktkdb_get_entry): For consistency, check for | Tom Yu | 2002-08-15 | 2 | -0/+11 |
| * | * cc_file.c (ALLOC): Use calloc, not malloc. | Ken Raeburn | 2002-08-15 | 2 | -2/+15 |
| * | * t_cc.c: Remove references to STDIO ccache | Tom Yu | 2002-08-15 | 2 | -7/+4 |
| * | * t_ser.c (ser_ccache_test): Remove references to STDIO ccaches | Tom Yu | 2002-08-15 | 2 | -19/+7 |
| * | missed an entry | Ken Raeburn | 2002-08-15 | 1 | -0/+3 |
| * | (NO_FILE): New macro. All functions changed to test or assign it rather than | Ken Raeburn | 2002-08-15 | 2 | -96/+89 |
| * | update deps | Ken Raeburn | 2002-08-15 | 4 | -23/+45 |
| * | Combine file and stdio ccache implementations into one source file; selection | Ken Raeburn | 2002-08-15 | 5 | -2165/+650 |
| * | * cc_stdio.c (krb5_fcc_next_cred): Use a krb5_error_code to hol the return | Ken Raeburn | 2002-08-14 | 2 | -17/+26 |
| * | tweak comments | Ken Raeburn | 2002-08-14 | 1 | -2/+1 |
| * | * xdr.c (xdr_string): Fix off-by-one error; we're not vulnerable, | Tom Yu | 2002-08-12 | 2 | -1/+6 |
| * | Miscellaneous additional shuffling (variable renaming or reordering, whitespace | Ken Raeburn | 2002-08-10 | 3 | -152/+80 |
| * | (krb5_fcc_data): Rename "fd" to "file"; change all uses | Ken Raeburn | 2002-08-10 | 1 | -44/+44 |
| * | Change non-external "scc" uses to "fcc". | Ken Raeburn | 2002-08-10 | 1 | -176/+156 |
| * | whitespace | Ken Raeburn | 2002-08-09 | 1 | -167/+87 |