| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Makefile.in (LOCALINCLUDES): find kerberosIV headers | Mark Eichin | 1995-04-27 | 2 | -1/+5 |
| * | * Makefile.in (LOCALINCLUDE): get kerberosIV headers for login.c | Mark Eichin | 1995-04-27 | 3 | -11/+17 |
| * | * Makefile.in (LOCAL_LIBRARIES): use KRB4_LIB and KDB4_LIB | Mark Eichin | 1995-04-27 | 3 | -11/+9 |
| * | * Makefile.in (LOCAL_LIBRARIES): use KDB4_LIB and KRB4_LIB directly | Mark Eichin | 1995-04-27 | 2 | -5/+7 |
| * | * aclocal.m4 (WITH_KRB4): make --with-krb4 the default, and have | Mark Eichin | 1995-04-27 | 2 | -7/+33 |
| * | Added PC support for the new profile config file | Keith Vetter | 1995-04-27 | 7 | -7/+46 |
| * | Fixed PC makefile bug with passing wrong macro on recursive makes | Keith Vetter | 1995-04-27 | 2 | -3/+7 |
| * | Changed over to the new profile config file on the PC | Keith Vetter | 1995-04-27 | 2 | -8/+15 |
| * | * krb.h (DECRYPT_TKT_TYPE_DEFINED, KEY_PROC_TYPE_DEFINED): needed | Mark Eichin | 1995-04-27 | 2 | -1/+7 |
| * | Added scripts to rename DOS 8.3 names to their proper longer names | Keith Vetter | 1995-04-27 | 4 | -0/+91 |
| * | Got the profile code to work on the PC | Keith Vetter | 1995-04-27 | 11 | -36/+113 |
| * | Makefile changes for the PC to incorporate the new profile directory | Keith Vetter | 1995-04-27 | 2 | -13/+36 |
| * | Make clean should remove t_std_conf.o | Ezra Peisach | 1995-04-27 | 2 | -1/+5 |
| * | krb.h: Add const for krb_err_txt to agree with .c file | Ezra Peisach | 1995-04-27 | 4 | -1/+41 |
| * | * configure.in: add kdb4 directory | Mark Eichin | 1995-04-27 | 3 | -1/+7 |
| * | V4 kdb library | Mark Eichin | 1995-04-27 | 11 | -0/+1647 |
| * | Only define PROTOTYPE if not previously defined. (avoid conflicting | Ezra Peisach | 1995-04-27 | 2 | -0/+6 |
| * | Use posix signals if present on the system (for OS's that only have | Ezra Peisach | 1995-04-27 | 7 | -5/+112 |
| * | * Makefile.in (kadmind): don't reference K4LIB since we don't set | Mark Eichin | 1995-04-27 | 2 | -1/+6 |
| * | * krb.h: make INTERFACE, FAR go away for now. | Mark Eichin | 1995-04-27 | 6 | -0/+176 |
| * | * configure.in: add krb4 directory (still needs to be | Mark Eichin | 1995-04-27 | 2 | -1/+6 |
| * | normal .Sanitize and .cvsignore | Mark Eichin | 1995-04-27 | 3 | -546/+132 |
| * | add CNS V4 library to tree for compatibility use. Installs as libkrb4.a | Mark Eichin | 1995-04-27 | 100 | -0/+16292 |
| * | * krcp.c (answer_auth): Should not call krb5_cc_close after | Ezra Peisach | 1995-04-27 | 4 | -10/+27 |
| * | Need to copy the client principal out of ticket before calling krb5_ok on a | Ezra Peisach | 1995-04-27 | 2 | -0/+7 |
| * | ChangeLog of Changes made here | Ezra Peisach | 1995-04-27 | 1 | -0/+10 |
| * | When port number specified on command line, htons was missing | Ezra Peisach | 1995-04-27 | 2 | -1/+6 |
| * | * gc_via_tgt.c, and gc_2tgt.c : Removed. | Chris Provenzano | 1995-04-27 | 7 | -488/+49 |
| * | * server.c, client.c : Use krb5_auth_con_genaddrs() instead of | Chris Provenzano | 1995-04-27 | 3 | -26/+26 |
| * | * kcmd.c (kcmd()) : Don't use hp->h_name use host_save instead | Chris Provenzano | 1995-04-27 | 2 | -4/+7 |
| * | * kerberos5.c (kerberos5_is): use kt_resolve to get keytab, to | Mark Eichin | 1995-04-26 | 2 | -2/+14 |
| * | configure.in: Check if runtest is present on system | Ezra Peisach | 1995-04-26 | 2 | -2/+10 |
| * | Supply the time regardless of whether DO_TIME is set because | Paul Park | 1995-04-26 | 1 | -9/+8 |
| * | * default.exp (KADMIND, KADMIN): use kadmind.old, since these test | Mark Eichin | 1995-04-26 | 2 | -2/+7 |
| * | Add .Sanitize for this directory | Paul Park | 1995-04-26 | 2 | -0/+81 |
| * | * logutil.c (EMPTY): linux has UT_UNKNOWN, not EMPTY | Mark Eichin | 1995-04-26 | 2 | -0/+9 |
| * | Add adm_conn.c | Paul Park | 1995-04-26 | 1 | -0/+1 |
| * | Add adm_rw.c | Paul Park | 1995-04-26 | 1 | -0/+1 |
| * | Add adm.h and adm_proto.h | Paul Park | 1995-04-26 | 1 | -0/+2 |
| * | Makefile.in: Install the current list of header files. | Ezra Peisach | 1995-04-26 | 2 | -6/+8 |
| * | New directories for kadmin | Paul Park | 1995-04-26 | 1 | -2/+2 |
| * | * configure.in: Added dejagnu subdirectory for Ian's tests | Mark Eichin | 1995-04-26 | 2 | -1/+5 |
| * | Check in .cvsignore | Paul Park | 1995-04-26 | 1 | -0/+1 |
| * | Checking in kpasswd client... | Paul Park | 1995-04-26 | 2 | -0/+657 |
| * | Trying again to check in CVS file | Paul Park | 1995-04-26 | 1 | -0/+1 |
| * | * configure.in: use AC_CONST since we don't learn it from the krb5 | Mark Eichin | 1995-04-26 | 2 | -0/+6 |
| * | New administrative protocol server | Paul Park | 1995-04-26 | 11 | -0/+3717 |
| * | New files | Paul Park | 1995-04-26 | 2 | -0/+15 |
| * | Add pwd.h check for adm_conn | Paul Park | 1995-04-26 | 1 | -1/+1 |
| * | Add adm_conn | Paul Park | 1995-04-26 | 1 | -0/+2 |