| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix problem when gss_accept_sec_context() fails where error message was lost | Paul Park | 1995-05-22 | 2 | -2/+9 |
| * | * loginpaths.h: Add NetBSD paths | Ezra Peisach | 1995-05-21 | 6 | -0/+37 |
| * | login.c (main): Only try to use TIOCSETD if it is defined | Theodore Tso | 1995-05-20 | 3 | -2/+15 |
| * | so that credential forwarding works | Ezra Peisach | 1995-05-13 | 2 | -9/+10 |
| * | Include stdlib.h or declare malloc() | Ezra Peisach | 1995-05-10 | 2 | -0/+12 |
| * | Add new options -p and -S to specify port and keytab files | Ezra Peisach | 1995-05-10 | 3 | -5/+70 |
| * | configure.in: Check for stdlib.h | Ezra Peisach | 1995-05-09 | 3 | -1/+15 |
| * | kcmd.c and krcp.c: Add <stdlib.h> for malloc declarations. | Ezra Peisach | 1995-05-09 | 4 | -2/+21 |
| * | * krcp.c (answer_auth()): Requires two new args that are passed | Chris Provenzano | 1995-05-05 | 2 | -38/+81 |
| * | * krcp.c (answer_auth()): Don't destroy the credential cache | Chris Provenzano | 1995-05-05 | 2 | -17/+14 |
| * | * krcp.c (answer_auth()): Set auth_context = NULL before using it | Chris Provenzano | 1995-05-04 | 2 | -2/+7 |
| * | * telnetd.c: respect HAVE_SYS_TTY_H | Mark Eichin | 1995-05-03 | 2 | -0/+6 |
| * | * client.c: (krb5_recvauth()): No longer needs the rc_type arg | Chris Provenzano | 1995-05-03 | 2 | -1/+4 |
| * | * sserver.c: (krb5_recvauth()): No longer needs the rc_type arg | Chris Provenzano | 1995-05-03 | 2 | -1/+3 |
| * | * pop_init.c: (krb5_recvauth()): No longer needs the rc_type arg | Chris Provenzano | 1995-05-03 | 2 | -1/+4 |
| * | * krlogind.c, krshd.c: (krb5_compat_recvauth()): | Chris Provenzano | 1995-05-03 | 3 | -2/+5 |
| * | Don't try to play uid swapping games if the effective uid is not zero | Theodore Tso | 1995-05-03 | 2 | -8/+19 |
| * | Bug fix to jik's bug fix. (Caused by our code drift since jik's | Theodore Tso | 1995-05-03 | 2 | -3/+8 |
| * | * client.c (main()): Changes to auth_context to better | Chris Provenzano | 1995-05-01 | 2 | -10/+7 |
| * | * sim_server.c (main()): Changes to auth_context to better | Chris Provenzano | 1995-05-01 | 2 | -25/+27 |
| * | * sim_client.c (main()): Changes to auth_context to better | Chris Provenzano | 1995-05-01 | 2 | -13/+24 |
| * | * kcmd.c (kcmd()): Bug fixes from jik | Chris Provenzano | 1995-05-01 | 3 | -25/+23 |
| * | Temporary hack for the alpha. Undefine STREAMSPTY if defined. | Ezra Peisach | 1995-05-01 | 2 | -0/+9 |
| * | Link the libraries twice due to circular dependency in the libraries. | Theodore Tso | 1995-04-29 | 2 | -1/+11 |
| * | Use $(LD) instead of $(CC) so that we can do purify checking | Theodore Tso | 1995-04-29 | 2 | -2/+5 |
| * | Don't use setreuid() to play games with the real uid, since not all | Theodore Tso | 1995-04-29 | 2 | -19/+14 |
| * | * Makefile.in (KLIB): put KRB4_LIB inside KLIB | Mark Eichin | 1995-04-28 | 4 | -4/+12 |
| * | * Makefile.in (KLIB): include KRB4_LIB directly, to satisfy both | Mark Eichin | 1995-04-28 | 2 | -4/+8 |
| * | Make links work with both --with-krb4 and --with-krb4=/usr/athena | Paul Park | 1995-04-28 | 2 | -2/+8 |
| * | oops. s/CHECK/PROG/ | Mark Eichin | 1995-04-28 | 2 | -3/+3 |
| * | * configure.in (PATH): use internal AC_CHECK_ECHO_N because change | Mark Eichin | 1995-04-28 | 2 | -0/+9 |
| * | Oops, checked in wrote version of gss-misc | Theodore Tso | 1995-04-28 | 1 | -1/+4 |
| * | gss-server.c (main, sign_server): Make changes to allow | Theodore Tso | 1995-04-28 | 3 | -17/+79 |
| * | Lots of lint cleanup; declare functions before they are used, add | Theodore Tso | 1995-04-28 | 2 | -15/+30 |
| * | * configure.in: switch to WITH_KRB4 since it suffices in this case | Mark Eichin | 1995-04-28 | 2 | -2/+5 |
| * | Do not prototype krb_err_txt. kerberosIV/krb.h defines | Ezra Peisach | 1995-04-28 | 2 | -2/+4 |
| * | * Makefile.in (krshd, login.krb5, krlogind): KRB4_LIB needs to | Mark Eichin | 1995-04-27 | 2 | -3/+8 |
| * | * 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 |
| * | * 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 |