| Commit message (Expand) | Author | Age | Files | Lines |
| * | ---------------------------------------------------------------------- | Sam Hartman | 1995-10-16 | 2 | -1/+6 |
| * | * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 6 | -7/+12 |
| * | Add documentation on the -f and -F options | Ezra Peisach | 1995-08-27 | 2 | -0/+23 |
| * | * Include utmp.h in krlogind.c; libpty.h doesn't any more and it needs them t... | Sam Hartman | 1995-08-07 | 3 | -14/+20 |
| * | Check for utmp[x].h | Paul Park | 1995-08-07 | 2 | -1/+6 |
| * | * krlogind.c: don't include utmp.h, since libty.h grabs it | Tom Yu | 1995-08-04 | 2 | -1/+4 |
| * | * Fix tests for length of slave buffer. | Sam Hartman | 1995-08-02 | 2 | -0/+6 |
| * | Change to use libpty for utmp handling in login.krb5. Remove | Sam Hartman | 1995-08-01 | 7 | -242/+33 |
| * | Modify krlogind to use libpty, modify login.krb5 to work under | Sam Hartman | 1995-07-31 | 5 | -135/+71 |
| * | * configure.in: Don't link with -lkadm | Tom Yu | 1995-07-29 | 2 | -1/+3 |
| * | Check for interrupted select in krshd | Paul Park | 1995-07-27 | 2 | -2/+10 |
| * | * Tell configure.in that AIX doesn't have streams; it has the header | Sam Hartman | 1995-07-14 | 3 | -3/+18 |
| * | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 3 | -16/+20 |
| * | Remove declaration of errno altoghether. "extern int errno;" is | Theodore Tso | 1995-07-06 | 6 | -7/+4 |
| * | Don't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS. | Theodore Tso | 1995-07-06 | 2 | -4/+18 |
| * | ---------------------------------------------------------------------- | Sam Hartman | 1995-07-02 | 3 | -2/+9 |
| * | * krlogin.c: don't redeclare noltc, defltc if we happen to have | Tom Yu | 1995-06-28 | 2 | -0/+6 |
| * | Compiler warning cleanup | Paul Park | 1995-06-27 | 7 | -69/+87 |
| * | configure.in: Change AC_HAVE_HEADERS with AC_CHECK_HEADERS, and check for | Theodore Tso | 1995-06-22 | 3 | -3/+18 |
| * | login.c: Change RETSIGTYPE to krb5_sigtype to be consistant | Ezra Peisach | 1995-06-21 | 3 | -1/+8 |
| * | * krlogin.c: HAS_STDLIB_H -> HAVE_STDLIB_H | Tom Yu | 1995-06-20 | 2 | -1/+4 |
| * | Use setluid() where appropriate (e.g. OSF/1) | Paul Park | 1995-06-19 | 3 | -4/+31 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 3 | -11/+21 |
| * | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 6 | -7/+12 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -6/+5 |
| * | * loginpaths.h: #ifdef ultrix => #ifdef __ultrix | Tom Yu | 1995-06-01 | 2 | -1/+5 |
| * | * 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 |
| * | 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 |
| * | * 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 |
| * | * kcmd.c (kcmd()): Bug fixes from jik | Chris Provenzano | 1995-05-01 | 3 | -25/+23 |
| * | Link the libraries twice due to circular dependency in the libraries. | Theodore Tso | 1995-04-29 | 2 | -1/+11 |
| * | 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): 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 |
| * | Lots of lint cleanup; declare functions before they are used, add | Theodore Tso | 1995-04-28 | 2 | -15/+30 |
| * | 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 |
| * | * 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 |