| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * string2key.c: Work around possible bug with AFS salts; | Tom Yu | 2002-08-16 | 2 | -0/+8 |
| * | * k5-int.h (struct _krb5_context): Add new member udp_pref_limit | Ken Raeburn | 2002-08-16 | 2 | -8/+18 |
| * | * sendto_kdc.c (DEFAULT_UDP_PREF_LIMIT, HARD_UDP_LIMIT): New macros. | Ken Raeburn | 2002-08-15 | 2 | -3/+47 |
| * | * krb524d.c (kdc_get_server_key): Check for DISALLOW_ALL_TIX and | Tom Yu | 2002-08-15 | 2 | -1/+12 |
| * | * keytab.c (krb5_ktkdb_get_entry): For consistency, check for | Tom Yu | 2002-08-15 | 2 | -0/+11 |
| * | * kerberos_v4.c: For consistency, check for both DISALLOW_ALL_TIX | Tom Yu | 2002-08-15 | 2 | -1/+29 |
| * | * kvno.c (do_v4_kvno): Initialize name, inst, realm to empty | Tom Yu | 2002-08-15 | 2 | -0/+6 |
| * | * 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 |
| * | * Makefile.in (EXTRADEPSRCS): New variable. | Ken Raeburn | 2002-08-15 | 2 | -0/+14 |
| * | * Makefile.in (SUBDIROBJLISTS): New variable | Ken Raeburn | 2002-08-15 | 2 | -0/+5 |
| * | * lib.in ($(SUBDIROBJLISTS) and .SH/.PF variants): Depend on recursion. Use | Ken Raeburn | 2002-08-15 | 4 | -5/+23 |
| * | 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 |
| * | * main.c: updated the usage function | Jen Selby | 2002-08-14 | 4 | -2/+12 |
| * | * dump.c: Unused file deleted | Ken Raeburn | 2002-08-14 | 2 | -1494/+4 |
| * | * Makefile.in ($(HDRS)): Depend on 'includes'. | Ken Raeburn | 2002-08-14 | 2 | -1/+8 |
| * | * acl_files.c (canon;): Properly handle appending of the local | Tom Yu | 2002-08-14 | 2 | -1/+13 |
| * | * 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 |
| * | "krb5 v5" is redundant (in comment) | Ken Raeburn | 2002-08-09 | 1 | -4/+4 |
| * | whitespace | Ken Raeburn | 2002-08-09 | 1 | -89/+81 |
| * | rename krb5_scc_<fn> and krb5_scc_cursor to use krb5_fcc_ instead | Ken Raeburn | 2002-08-09 | 2 | -260/+261 |
| * | hide method functions we don't need to call directly | Ken Raeburn | 2002-08-09 | 3 | -175/+180 |
| * | Apply patch to | Sam Hartman | 2002-08-09 | 2 | -0/+6 |
| * | * api.2/init-v2.exp (test100): Expect MISSING_KRB5_CONF_PARAMS error now | Ken Raeburn | 2002-08-08 | 2 | -1/+6 |
| * | * telnetd.c: Switched the valid and user descriptions under the -a | Jen Selby | 2002-08-08 | 2 | -2/+7 |
| * | update comments describing file format | Ken Raeburn | 2002-08-08 | 1 | -3/+10 |
| * | * cr_tkt.c (krb_cr_tkt_int): Don't take key arguments any more. | Ken Raeburn | 2002-08-08 | 2 | -58/+63 |
| * | * network.c (setup_port): Ignore AF_LINK addresses. Log address family number | Ken Raeburn | 2002-08-08 | 2 | -1/+11 |
| * | * tcl_kadm5.c (unparse_err): Handle KADM5_MISSING_KRB5_CONF_PARAMS | Ken Raeburn | 2002-08-07 | 2 | -0/+13 |
| * | * klogind.M, kshd.M, login.M: changed manual sections 8c, 1c, and | Jen Selby | 2002-08-07 | 7 | -19/+25 |
| * | * configure.in: Fix sense of HAVE_RUNTEST | Tom Yu | 2002-08-07 | 2 | -3/+7 |
| * | * xdr_array.c (xdr_array): Account for elsize when checking | Tom Yu | 2002-08-02 | 2 | -1/+7 |
| * | * server_stubs.c: Check return value from unparse_name() in lots | Tom Yu | 2002-08-02 | 2 | -14/+58 |
| * | * unparse.c (krb5_unparse_name_ext): Error out if passed a NULL | Tom Yu | 2002-08-02 | 2 | -0/+8 |
| * | * dump.c (master_key_convert): Iterate over freeing | Tom Yu | 2002-07-31 | 2 | -2/+12 |
| * | * client_init.c (_kadm5_init_any): Use | Tom Yu | 2002-07-31 | 2 | -1/+7 |
| * | * kadm_err.et: Add KADM5_MISSING_KRB5_CONF_PARAMS, indicating a | Tom Yu | 2002-07-31 | 2 | -1/+9 |
| * | * log.c: Include stdarg.h. | Ken Raeburn | 2002-07-30 | 3 | -16/+23 |
| * | When directory was deleted, Makefile.in was left behind | Ezra Peisach | 2002-07-30 | 1 | -110/+0 |
| * | * kinit.c (ULINE): Invoke fprintf with correct number of arguments | Ezra Peisach | 2002-07-30 | 2 | -3/+9 |