| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * 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 |
| * | * Makefile.in (LOCALINCLUDE): get kerberosIV headers for login.c | Mark Eichin | 1995-04-27 | 3 | -11/+17 |
| * | * 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 |
| * | When port number specified on command line, htons was missing | Ezra Peisach | 1995-04-27 | 2 | -1/+6 |
| * | * 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 |
| * | * logutil.c (EMPTY): linux has UT_UNKNOWN, not EMPTY | Mark Eichin | 1995-04-26 | 2 | -0/+9 |
| * | * configure.in: use AC_CONST since we don't learn it from the krb5 | Mark Eichin | 1995-04-26 | 2 | -0/+6 |
| * | * krlogind.c (main): LOG_AUTH in openlog arguments in wrong place. | Ezra Peisach | 1995-04-26 | 3 | -5/+14 |
| * | * krlogind.c (doit()) : If TIOCOTTY is defined unset the | Chris Provenzano | 1995-04-26 | 2 | -0/+16 |
| * | * 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 |
| * | * forward.c (rd_and_store_for_creds()) : Rewritten to use | Chris Provenzano | 1995-04-26 | 9 | -92/+276 |
| * | Initialize auth_context to NULL before using | Chris Provenzano | 1995-04-26 | 2 | -1/+6 |
| * | 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 |
| * | The variable krb5_override_default_realm is obsolete. Use the | Theodore Tso | 1995-04-22 | 2 | -6/+11 |
| * | The variable krb5_override_default_realm is obsolete. Use the | Theodore Tso | 1995-04-22 | 2 | -4/+16 |
| * | rlogin testing changes from ian@cygnus.com | Mark Eichin | 1995-04-21 | 3 | -6/+56 |
| * | More changes from ian@cygnus.com to support testing | Mark Eichin | 1995-04-21 | 5 | -16/+124 |
| * | Fri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus.com> | Mark Eichin | 1995-04-21 | 8 | -15/+101 |
| * | 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 | 20 | -0/+885 |
| * | pop_init.c (pop_init): Put in a type cast to shut up the compiler. | Theodore Tso | 1995-04-04 | 2 | -1/+6 |
| * | Initialize auth_context to NULL before calling sendauth() | Theodore Tso | 1995-04-01 | 2 | -1/+6 |
| * | Use configure to see if unistd.h needs to be included. Remove | Theodore Tso | 1995-04-01 | 3 | -17/+8 |
| * | 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 |
| * | * server.c: Use new calling conventions for krb5_sendauth(), | Chris Provenzano | 1995-03-27 | 3 | -68/+75 |
| * | * kerberos5.c (kerberos5_is()): Use new calling convention for | Chris Provenzano | 1995-03-27 | 2 | -40/+35 |
| * | * sim_server.c: Use new calling convention for krb5_rd_req(), | Chris Provenzano | 1995-03-27 | 2 | -53/+31 |
| * | * sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DES | Chris Provenzano | 1995-03-27 | 2 | -4/+7 |
| * | * sserver.c: Use new calling convention for krb5_recvauth() | Chris Provenzano | 1995-03-27 | 2 | -20/+22 |
| * | * pop_init.c Use new calling conventions for krb5_recvauth() | Chris Provenzano | 1995-03-27 | 2 | -10/+12 |
| * | * movemail.c: Fixups to get movemail to compile | Chris Provenzano | 1995-03-27 | 2 | -7/+11 |
| * | * poplib.c (pop_init()): Use new calling convention for krb5_sendauth() | Chris Provenzano | 1995-03-27 | 2 | -8/+11 |
| * | kcmd.c (kcmd()): Don't pass any data to sendauth() to be | Chris Provenzano | 1995-03-27 | 5 | -87/+69 |
| * | Initialize auth_context to zero before calling mk_req | Theodore Tso | 1995-03-25 | 2 | -0/+6 |
| * | fix copied code in HAVE_GETUTENT case | Mark Eichin | 1995-03-25 | 1 | -1/+1 |
| * | Make same fix for krlogind | Theodore Tso | 1995-03-24 | 1 | -1/+1 |
| * | Stupid typo in previous fix | Theodore Tso | 1995-03-24 | 1 | -1/+1 |