summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
...
* Use MAXDNAME for the maximum length of a domain,Sam Hartman1996-02-263-4/+14
* * ext.h, utility.c (fatalperror, fatal): Add const to argumentEzra Peisach1996-02-243-4/+8
* * Makefile.inRichard Basch1996-02-042-4/+12
* Telnet really wants a DES key; have it ask for oneSam Hartman1996-01-262-0/+5
* Mainline utmp and login cleanups from hartmans_pty_utmp:Sam Hartman1996-01-192-1/+6
* forward.c (get_for_creds): Removed no longer used functionTheodore Tso1996-01-103-165/+55
* * state.c: use P properly so it won't break non-ansi compilersTom Yu1995-11-272-1/+5
* * telnetd.8: source tmac.doc for correct parsingMark Eichin1995-11-132-0/+5
* * main.c: initialize line (to avoid splitting up forward.c.)Mark Eichin1995-11-132-0/+6
* * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8.Mark Eichin1995-11-133-3/+19
* Disallow changes to AOUT_LD_* environment variablesRichard Basch1995-10-251-1/+1
* Reversed the check for strchr(). If strchr(varp, '=') is true then weRichard Basch1995-10-241-1/+1
* 1. Do not end syslog messages with \n (it messes up the logs).Richard Basch1995-10-231-24/+21
* Print messages using \r\n so that the display in binary mode will be correct.Richard Basch1995-10-231-129/+129
* Print all statements using \r\n so that they will be properly formattedRichard Basch1995-10-232-7/+7
* syslog statements should not be called with \nRichard Basch1995-10-232-5/+5
* Minor fix to last commitSam Hartman1995-10-222-1/+6
* Integrate patch including functionality from David Borman's latestSam Hartman1995-10-212-0/+29
* Fix handling of session key for Kerberos5. I don't think this shouldSam Hartman1995-10-103-0/+10
* Fix handling of session key for Kerberos5. I don't think this shouldSam Hartman1995-10-102-30/+44
* * encrypt.h, kerberos5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-063-2/+5
* * kerberos5.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-11/+10
* Changes for Alpha; also deal better with slave failureSam Hartman1995-08-092-8/+20
* Fix cc -std1 error on OSFPaul Park1995-08-082-1/+5
* * Use new interface to pty_update_utmpSam Hartman1995-08-082-18/+11
* Add authenc.c to the SRCS list; authenc.o is in the OBJS list, afterTheodore Tso1995-08-072-1/+5
* Build fixes for SolarisPaul Park1995-08-073-1/+14
* libpty fixesPaul Park1995-08-073-3/+13
* Get telnetd working with libptySam Hartman1995-08-055-437/+93
* Compile something when krb4 disabledPaul Park1995-08-032-0/+6
* * configure.in: Don't link with -lkadmTom Yu1995-07-292-1/+3
* Merge some changes for NetBSD that I and others have madeChris Provenzano1995-07-271-2/+2
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-076-12/+19
* * commands.c: rename setmode() and clearmode() to tel_setmode()Tom Yu1995-07-022-16/+22
* Compiler warning cleanupPaul Park1995-06-278-4/+22
* * configure.in: fix typoTom Yu1995-06-202-1/+3
* * defs.h: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-203-3/+10
* * externs.h: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-203-3/+10
* * strrchr.c: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-2017-45/+80
* Make sure processes associated with the terminal are actuallySam Hartman1995-06-192-2/+22
* * Makefile.in: "install::" to shut up gmakeTom Yu1995-06-162-1/+5
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-156-11/+29
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-113-3/+7
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-096-16/+27
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-6/+8
* kerberos5.c: Include string.h/strings.h. Include stdlib.h orEzra Peisach1995-05-243-6/+26
* ring.c: Include string.h or strings.hEzra Peisach1995-05-244-1/+25
* * telnetd.c: respect HAVE_SYS_TTY_HMark Eichin1995-05-032-0/+6
* Temporary hack for the alpha. Undefine STREAMSPTY if defined.Ezra Peisach1995-05-012-0/+9
* * Makefile.in (KLIB): put KRB4_LIB inside KLIBMark Eichin1995-04-284-4/+12