summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
* externs.h: If USE_TERMIO is defined and SYSV_TERMIO isn't, then alwaysTheodore Tso1994-12-133-2/+11
* Move get_for_creds to krb5_get_for_creds in the Kerberos libraryTheodore Tso1994-11-302-202/+8
* Fix stupid typo..Theodore Tso1994-11-191-1/+1
* Initialize magic variable and encryption typeTheodore Tso1994-11-192-2/+9
* * configure.in: use WITH_KRB4. (from epeisach)Mark Eichin1994-11-182-0/+7
* * configure.in: use WITH_KRB4, cache cc_t in termio check, cacheMark Eichin1994-11-183-6/+37
* * configure.in (LIBS): use WITH_KRB4, CHECK_SIGNALS, and cacheMark Eichin1994-11-183-9/+30
* * configure.in: add WITH_CCOPTS so that subdirs workMark Eichin1994-11-182-0/+5
* kerberos.c: Initialize random number generator on the server side soTheodore Tso1994-11-143-334/+22
* Fix bug in logic of incrementing the received challenge. A ++/--Theodore Tso1994-11-092-1/+5
* Fix spelling typoTheodore Tso1994-11-082-1/+5
* Use des_init_random_number_genator(), since that will result inTheodore Tso1994-11-082-1/+7
* Only print each possible authentication type once in the auth statusTheodore Tso1994-11-082-5/+25
* Only include <sys/tty.h> if HAVE_SYS_TTY_H is defined by configureTheodore Tso1994-11-083-4/+8
* Change prototypes of auth_enable() and auth_disable() to be a char *Theodore Tso1994-11-082-2/+23
* Change the input type to be a char *, which is what auth_onoff wants anywayTheodore Tso1994-11-082-2/+7
* Don't define time() manually; pull it in from <time.h>Theodore Tso1994-11-084-2/+20
* Add check for util library (needed for the Alpha)Theodore Tso1994-11-082-0/+5
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-264-14/+14
* Look for termios.h in <termios.h>, not <sys/termios.h>. The latter is what'sTheodore Tso1994-10-032-1/+6
* Relink executable if libraries changeTheodore Tso1994-09-304-2/+12
* stamp out rcs keywordsMark Eichin1994-08-1844-156/+52
* sys/select.hMark Eichin1994-08-173-1/+8
* lintMark Eichin1994-08-162-2/+2
* don't hide termdata under ifdef unixMark Eichin1994-08-163-4/+5
* test for vhangupMark Eichin1994-08-163-0/+11
* lintMark Eichin1994-08-161-1/+0
* more vforkMark Eichin1994-08-163-0/+10
* lintMark Eichin1994-08-143-3/+1
* lintMark Eichin1994-08-143-4/+10
* punt unused varsMark Eichin1994-08-145-13/+1
* gcc -Wall: clean up trash following #endifs..Mark Eichin1994-08-121-1/+1
* fix another strings/string caseMark Eichin1994-08-101-0/+4
* stamp..Mark Eichin1994-08-091-24/+0
* typo - sigaddset, not sigaddtoset, sighMark Eichin1994-08-091-1/+1
* posix signalsMark Eichin1994-08-093-0/+22
* strchr not indexMark Eichin1994-08-091-3/+2
* strrchr not rindexMark Eichin1994-08-091-2/+1
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-093-225/+0
* Fixed mispelling of krb5_copy_keyblock_contents(). Whoops!Theodore Tso1994-08-092-2/+8
* test for setupterm explicitlyMark Eichin1994-08-082-1/+2
* don't use bogus htons declMark Eichin1994-08-081-3/+0
* don't mix string/stringsMark Eichin1994-08-081-1/+2
* grab -nlsl, -lsocket; punt index/rindexMark Eichin1994-08-083-7/+9
* handle systems where setpgrp takes no argsMark Eichin1994-08-082-0/+7
* unbreak linux use of in_systm.hMark Eichin1994-08-062-4/+4
* * configure.in: pick up dbm libsTom Yu1994-08-042-0/+4
* * sys_term.h: fix linux lossage, i.e. <linux/tty.h>Tom Yu1994-08-043-0/+8
* fixing make installTom Yu1994-08-048-3/+22
* * configure.in: add check for dbm libsTom Yu1994-07-293-0/+12