summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
* Misc debugging cleanups [71, 74]Sam Hartman1996-10-142-7/+22
* Environment command argument handling sometimesSam Hartman1996-10-142-2/+8
* Remove rsaencpwd and krb4encpwd authentication. Bugs were beingSam Hartman1996-10-147-1124/+8
* Check in all of jik's patches besides the forward commandSam Hartman1996-09-217-3/+76
* * telnet.1: Update -x flag usage to reflect our behavior ofTom Yu1996-09-102-1/+6
* remove ".so man1/header.doc" and extra args to .THTom Yu1996-09-104-4/+10
* Don't allow the environment variable RESOLV_HOST_CONF to be set forTheodore Tso1996-09-072-0/+6
* Removed Cygnus-specific infoJeff Bigler1996-08-301-73/+11
* man page rewrite from Cygnus. (Got rid of tmac.doc dependency, whichJeff Bigler1996-08-292-1459/+1508
* On systems with setup_term, don't define it in telnet.c or meSam Hartman1996-08-053-1/+12
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-223-8/+15
* Krb4: get the right includesSam Hartman1996-06-243-1/+6
* Drop support for -u because it allows us to removeSam Hartman1996-06-244-243/+13
* cvsignore hackeryTom Yu1996-06-104-4/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-0/+2
* * configure.in: Ezra's changes to allow compiling w/o krb4Tom Yu1996-06-042-0/+14
* * configure.in: Ezra's patches to allow compilation w/o krb4Tom Yu1996-06-042-0/+15
* Use the default service principal (don't assume it is "host") as theRichard Basch1996-05-092-1/+6
* cygnus merge:Ken Raeburn1996-05-028-64/+156
* The rd_req has to allow any local service principal, as the host may haveRichard Basch1996-04-282-21/+30
* More option handling changesSam Hartman1996-04-182-3/+11
* * Changes to not use streams on HPUXSam Hartman1996-04-165-2/+37
* Store the forwarded credentials in /tmp/krb5cc_p<pid> (like krlogind)Richard Basch1996-04-132-11/+6
* forward.c: Use a saner naming convention for the credentials cache.Richard Basch1996-04-123-8/+45
* Call a krb5 cleanup routine to cleanup forwarded credentials, if necessaryRichard Basch1996-04-123-15/+25
* * telnetd.c: remove inclusion of netdb.h; it's already in defs.h,Tom Yu1996-03-272-1/+6
* Add a couple missing log entries for stuff Mark checked inKen Raeburn1996-03-251-1/+9
* * Apply patch from Ken Raeburn to get telnetd compiling on the SGISam Hartman1996-03-246-160/+57
* Makefile.in: Added flags which turn on the encryption optionTheodore Tso1996-03-193-3/+51
* Makefile.in: Added flags to turn on the encryption optionTheodore Tso1996-03-197-10/+102
* Mon Mar 18 20:56:37 1996 Theodore Y. Ts'o <tytso@dcl>Theodore Tso1996-03-197-113/+246
* telnet needs USE_ANAME because libtelnet/kerberos.c isn't splitMark Eichin1996-03-142-2/+7
* variable HE is a name collision with an hp/ux register mask in the hp/uxMark Eichin1996-03-131-4/+4
* New telnet authentication type pair to indicate whether we should beTheodore Tso1996-03-131-0/+7
* Use MAXDNAME for the maximum length of a domain,Sam Hartman1996-02-263-6/+22
* 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