| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use MAXDNAME for the maximum length of a domain, | Sam Hartman | 1996-02-26 | 3 | -4/+14 |
| * | * ext.h, utility.c (fatalperror, fatal): Add const to argument | Ezra Peisach | 1996-02-24 | 3 | -4/+8 |
| * | * Makefile.in | Richard Basch | 1996-02-04 | 2 | -4/+12 |
| * | Telnet really wants a DES key; have it ask for one | Sam Hartman | 1996-01-26 | 2 | -0/+5 |
| * | Mainline utmp and login cleanups from hartmans_pty_utmp: | Sam Hartman | 1996-01-19 | 2 | -1/+6 |
| * | forward.c (get_for_creds): Removed no longer used function | Theodore Tso | 1996-01-10 | 3 | -165/+55 |
| * | * state.c: use P properly so it won't break non-ansi compilers | Tom Yu | 1995-11-27 | 2 | -1/+5 |
| * | * telnetd.8: source tmac.doc for correct parsing | Mark Eichin | 1995-11-13 | 2 | -0/+5 |
| * | * main.c: initialize line (to avoid splitting up forward.c.) | Mark Eichin | 1995-11-13 | 2 | -0/+6 |
| * | * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8. | Mark Eichin | 1995-11-13 | 3 | -3/+19 |
| * | Disallow changes to AOUT_LD_* environment variables | Richard Basch | 1995-10-25 | 1 | -1/+1 |
| * | Reversed the check for strchr(). If strchr(varp, '=') is true then we | Richard Basch | 1995-10-24 | 1 | -1/+1 |
| * | 1. Do not end syslog messages with \n (it messes up the logs). | Richard Basch | 1995-10-23 | 1 | -24/+21 |
| * | Print messages using \r\n so that the display in binary mode will be correct. | Richard Basch | 1995-10-23 | 1 | -129/+129 |
| * | Print all statements using \r\n so that they will be properly formatted | Richard Basch | 1995-10-23 | 2 | -7/+7 |
| * | syslog statements should not be called with \n | Richard Basch | 1995-10-23 | 2 | -5/+5 |
| * | Minor fix to last commit | Sam Hartman | 1995-10-22 | 2 | -1/+6 |
| * | Integrate patch including functionality from David Borman's latest | Sam Hartman | 1995-10-21 | 2 | -0/+29 |
| * | Fix handling of session key for Kerberos5. I don't think this should | Sam Hartman | 1995-10-10 | 3 | -0/+10 |
| * | Fix handling of session key for Kerberos5. I don't think this should | Sam Hartman | 1995-10-10 | 2 | -30/+44 |
| * | * encrypt.h, kerberos5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 3 | -2/+5 |
| * | * kerberos5.c : Remove krb5_enctype references, and replace with | Chris Provenzano | 1995-09-06 | 2 | -11/+10 |
| * | Changes for Alpha; also deal better with slave failure | Sam Hartman | 1995-08-09 | 2 | -8/+20 |
| * | Fix cc -std1 error on OSF | Paul Park | 1995-08-08 | 2 | -1/+5 |
| * | * Use new interface to pty_update_utmp | Sam Hartman | 1995-08-08 | 2 | -18/+11 |
| * | Add authenc.c to the SRCS list; authenc.o is in the OBJS list, after | Theodore Tso | 1995-08-07 | 2 | -1/+5 |
| * | Build fixes for Solaris | Paul Park | 1995-08-07 | 3 | -1/+14 |
| * | libpty fixes | Paul Park | 1995-08-07 | 3 | -3/+13 |
| * | Get telnetd working with libpty | Sam Hartman | 1995-08-05 | 5 | -437/+93 |
| * | 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 |