| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile something when krb4 disabled | Paul Park | 1995-08-03 | 2 | -0/+6 |
* | * configure.in: Don't link with -lkadm | Tom Yu | 1995-07-29 | 2 | -1/+3 |
* | Merge some changes for NetBSD that I and others have made | Chris Provenzano | 1995-07-27 | 1 | -2/+2 |
* | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 6 | -12/+19 |
* | * commands.c: rename setmode() and clearmode() to tel_setmode() | Tom Yu | 1995-07-02 | 2 | -16/+22 |
* | Compiler warning cleanup | Paul Park | 1995-06-27 | 8 | -4/+22 |
* | * configure.in: fix typo | Tom Yu | 1995-06-20 | 2 | -1/+3 |
* | * defs.h: NO_STRING_H -> HAVE_STRING_H | Tom Yu | 1995-06-20 | 3 | -3/+10 |
* | * externs.h: NO_STRING_H -> HAVE_STRING_H | Tom Yu | 1995-06-20 | 3 | -3/+10 |
* | * strrchr.c: NO_STRING_H -> HAVE_STRING_H | Tom Yu | 1995-06-20 | 17 | -45/+80 |
* | Make sure processes associated with the terminal are actually | Sam Hartman | 1995-06-19 | 2 | -2/+22 |
* | * Makefile.in: "install::" to shut up gmake | Tom Yu | 1995-06-16 | 2 | -1/+5 |
* | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 6 | -11/+29 |
* | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 3 | -3/+7 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 6 | -16/+27 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -6/+8 |
* | kerberos5.c: Include string.h/strings.h. Include stdlib.h or | Ezra Peisach | 1995-05-24 | 3 | -6/+26 |
* | ring.c: Include string.h or strings.h | Ezra Peisach | 1995-05-24 | 4 | -1/+25 |
* | * telnetd.c: respect HAVE_SYS_TTY_H | Mark Eichin | 1995-05-03 | 2 | -0/+6 |
* | Temporary hack for the alpha. Undefine STREAMSPTY if defined. | Ezra Peisach | 1995-05-01 | 2 | -0/+9 |
* | * Makefile.in (KLIB): put KRB4_LIB inside KLIB | Mark Eichin | 1995-04-28 | 4 | -4/+12 |
* | * configure.in: switch to WITH_KRB4 since it suffices in this case | Mark Eichin | 1995-04-28 | 2 | -2/+5 |
* | * configure.in: use AC_CONST since we need it for v4 | Mark Eichin | 1995-04-27 | 2 | -0/+4 |
* | * kerberos5.c (kerberos_is()) : Initialize keytabid to NULL | Chris Provenzano | 1995-04-27 | 2 | -1/+6 |
* | * Makefile.in (telnetd): use KRB4_LIB directly. | Mark Eichin | 1995-04-27 | 3 | -7/+7 |
* | * Makefile.in (telnet): use KRB4_LIB directly. | Mark Eichin | 1995-04-27 | 3 | -7/+7 |
* | * Makefile.in (LOCALINCLUDES): find kerberosIV headers | Mark Eichin | 1995-04-27 | 2 | -1/+5 |
* | * kerberos5.c (kerberos5_is): use kt_resolve to get keytab, to | Mark Eichin | 1995-04-26 | 2 | -2/+14 |
* | * configure.in, sys_term.c, telnetd.c : Have configure check for | Chris Provenzano | 1995-04-26 | 4 | -1/+13 |
* | * forward.c (rd_and_store_for_creds()) : Rewritten to use | Chris Provenzano | 1995-04-26 | 3 | -98/+218 |
* | Don't use krb5_override_default_realm, as it is obsolete | Theodore Tso | 1995-04-22 | 2 | -3/+15 |
* | Only call krb5_init_context if the telnet context hasn't been | Theodore Tso | 1995-04-22 | 2 | -2/+8 |
* | From Ian Taylor <ian@cygnus.com>. | Mark Eichin | 1995-04-21 | 3 | -4/+45 |
* | * main.c (main): Handle -k if KRB5 is defined. (from ian@cygnus.com) | Mark Eichin | 1995-04-21 | 2 | -1/+14 |
* | Changes for testsuite from Ian Taylor <ian@cygnus.com> | Mark Eichin | 1995-04-21 | 2 | -2/+52 |
* | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 5 | -0/+266 |
* | Remove CFLAGS=@CCOPTS@ line, which is in pre.in | Theodore Tso | 1995-03-31 | 2 | -1/+4 |
* | No need to have the session_key established for mutual authentication | Theodore Tso | 1995-03-29 | 2 | -6/+6 |
* | Add a makefile dependency for libtelnet.a, so that the executable gets | Theodore Tso | 1995-03-29 | 4 | -2/+10 |
* | Allow mutual authentication even if the ENCRYPTION option is not | Theodore Tso | 1995-03-29 | 2 | -2/+5 |
* | * kerberos5.c (kerberos5_is()): Use new calling convention for | Chris Provenzano | 1995-03-27 | 2 | -40/+35 |
* | Initialize auth_context to zero before calling mk_req | Theodore Tso | 1995-03-25 | 2 | -0/+6 |
* | * kerberos5.c Use new calling convention for krb5_mk_req_extended() | Chris Provenzano | 1995-03-10 | 2 | -34/+30 |
* | * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referenced | Mark Eichin | 1995-03-08 | 6 | -5/+12 |
* | Remove reference to $(ISODELIB) | Theodore Tso | 1995-03-02 | 4 | -2/+10 |
* | Remove ISODE_INCLUDE and ISODE_DEFS, replace check for -lsocket and | Theodore Tso | 1995-03-01 | 4 | -8/+12 |
* | Add $(srcdir) to install line so that installs work correctly when the | Theodore Tso | 1995-02-28 | 2 | -2/+8 |
* | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 2 | -1/+5 |
* | oops, described it in wrong dir | John Gilmore | 1995-02-28 | 1 | -1/+1 |
* | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 3 | -9/+7 |