| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Makefile.in (kdb_check): Reinstated kdb checks | Ezra Peisach | 1997-11-04 | 2 | -2/+5 |
| * | * kdb5_util.c: Add flag indicating that policy db is to be closed. | Ezra Peisach | 1997-11-04 | 4 | -4/+29 |
| * | * md5.c: Fix to deal with types longer than 32 bits | Tom Yu | 1997-10-28 | 4 | -2/+21 |
| * | * shs.c, sha_glue.c, hmac_sha.c: Fix to deal with LONG wider than | Tom Yu | 1997-10-28 | 5 | -74/+183 |
| * | * pty-int.h: Do not prototype initialize_pty_error_table as | Ezra Peisach | 1997-10-28 | 2 | -1/+5 |
| * | * aclocal.m4 (WITH_NETLIB): Use AC_LIBRARY_NET. | Ezra Peisach | 1997-10-28 | 2 | -4/+62 |
| * | * ktf_wreslv.c, ktf_resolv.c:Initialize version element of | Ezra Peisach | 1997-10-28 | 3 | -0/+7 |
| * | * kdb_cpw.c (add_key_pwd): For KRB5_KDB_SALTTYPE_AFS3, the salt | Ezra Peisach | 1997-10-28 | 2 | -0/+19 |
| * | * pcbc_encrypt.c, quad_cksum.c: Punt duplicates of definitions; | Tom Yu | 1997-10-27 | 4 | -82/+26 |
| * | * d3_cbc.c, des.h, des_int.h, f_cbc.c, f_cksum.c, f_ecb.c, | Tom Yu | 1997-10-27 | 13 | -102/+103 |
| * | * des.h: Replace KRB_INT32 with DES_INT32 to avoid temptation to | Tom Yu | 1997-10-27 | 2 | -7/+12 |
| * | * mac_time.c: Don't use the type KRB_INT32; it was leaked from | Tom Yu | 1997-10-27 | 2 | -2/+10 |
| * | * Makefile.in (CFILES): Add $(srcdir) | Ezra Peisach | 1997-10-24 | 2 | -4/+11 |
| * | Prohibit the passing of TERMCAP, TERMPATH, TERMINFO, and HOME, since | Theodore Tso | 1997-10-23 | 2 | -0/+10 |
| * | * kadm_server.h: Declare kadm_context as extern so it will not be | Ezra Peisach | 1997-10-23 | 2 | -1/+6 |
| * | * aclocal.m4 (TCL_WITH): Check for libtcl8.0 | Ezra Peisach | 1997-10-23 | 2 | -3/+15 |
| * | Fix simple shell test for tcl tests | Ezra Peisach | 1997-10-22 | 1 | -4/+4 |
| * | * aclocal.m4 (AC_KRB5_TCL): Rewritten for clearer | Ezra Peisach | 1997-10-22 | 2 | -9/+34 |
| * | Include either tcl.h or tcl/tcl.h. On debian linux, the tcl development headers | Ezra Peisach | 1997-10-22 | 7 | -0/+29 |
| * | Add checks so that code doesn't bomb out if the version resource is | Theodore Tso | 1997-10-22 | 2 | -0/+14 |
| * | Fix to not lose entries in the chain linked client list | Ezra Peisach | 1997-10-21 | 2 | -1/+16 |
| * | Set KRB5_CONFIG for tests | Ezra Peisach | 1997-10-21 | 2 | -1/+5 |
| * | Include string.h/strings.h for memcpy prototype | Ezra Peisach | 1997-10-21 | 2 | -3/+12 |
| * | Include stdlib.h if available for malloc prototype | Ezra Peisach | 1997-10-21 | 2 | -0/+7 |
| * | Explicitly set the owner of the files which are installed setuid root | Theodore Tso | 1997-10-20 | 2 | -1/+6 |
| * | If we are using prototypes, add a forward declaration for struct | Theodore Tso | 1997-10-20 | 2 | -0/+9 |
| * | * main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriate | Tom Yu | 1997-10-16 | 5 | -91/+107 |
| * | * Makefile.in: Change LOCALINCLUDE and the link line to allow for | Tom Yu | 1997-10-16 | 3 | -56/+73 |
| * | * server_stubs.c (CHANGEPW_SERVICE): Modify to free allocated | Ezra Peisach | 1997-10-15 | 3 | -3/+46 |
| * | Real fix this time - deals with the malloc(0) case.. | Ezra Peisach | 1997-10-14 | 1 | -1/+0 |
| * | * Makefile.in (LIBMAJOR): Bump major version due to possible | Tom Yu | 1997-10-14 | 2 | -1/+6 |
| * | * des.h: Define KRB_INT32 for the purposes of dealing with the key | Tom Yu | 1997-10-14 | 2 | -1/+26 |
| * | * Makefile.in: Bump major version due to possible size changes | Tom Yu | 1997-10-14 | 2 | -2/+6 |
| * | * des_int.h: Use better logic to find an appropriate type for | Tom Yu | 1997-10-14 | 3 | -7/+42 |
| * | Fix error when number of enctypes comming in is 0 | Ezra Peisach | 1997-10-14 | 1 | -5/+12 |
| * | * server_init.c (kadm5_destroy): Call kadm5_free_config_params | Ezra Peisach | 1997-10-13 | 3 | -1/+12 |
| * | * client_init.c (kadm5_destroy): Free handle->lhandle field, call | Ezra Peisach | 1997-10-13 | 2 | -2/+12 |
| * | * alt_prof.c (kadm5_get_config_params): When KADM5_CONFIG_ENCTYPES | Ezra Peisach | 1997-10-13 | 2 | -3/+36 |
| * | * t_kdb.c (do_testing): Add krb5_free_context | Ezra Peisach | 1997-10-13 | 2 | -0/+7 |
| * | * configure.in: Add KRB5_LIB_AUX so configure --help gives info on | Ezra Peisach | 1997-10-13 | 2 | -1/+10 |
| * | * configure.in, Makefile.in: Add test to disable udp test under | Tom Yu | 1997-10-10 | 3 | -2/+19 |
| * | * main.c (main): Initialize kdc error table with | Ezra Peisach | 1997-10-09 | 2 | -0/+8 |
| * | * mkrel: Allow for edits of relevant files that should be changed | Tom Yu | 1997-10-08 | 2 | -2/+51 |
| * | Disable the test again... Turns out I was relying on another | Ezra Peisach | 1997-10-08 | 1 | -1/+1 |
| * | Add KRB%_CONFIG envronment variable for systems w/o /etc/krb5.conf | Ezra Peisach | 1997-10-08 | 1 | -1/+1 |
| * | * Makefile.in (kdb_check): Rewritten to use current admin system tools | Ezra Peisach | 1997-10-08 | 2 | -13/+39 |
| * | * kadmin.c (quit): Call krb5_free_context | Ezra Peisach | 1997-10-07 | 2 | -0/+5 |
| * | * get_myaddress.c: Include string.h for memcpy prototype | Ezra Peisach | 1997-10-07 | 2 | -0/+5 |
| * | Removed useless .so to a non-existent macro file | Theodore Tso | 1997-10-07 | 2 | -1/+4 |
| * | * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, revert RUN_ENV | Ezra Peisach | 1997-10-07 | 2 | -1/+7 |