summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Move test for setupterm back down below addition ofKen Raeburn2004-03-072-1/+7
* Configure telnet using one script instead of fourKen Raeburn2004-03-0412-184/+207
* make dependKen Raeburn2003-12-152-21/+28
* make-depend updatesKen Raeburn2003-05-242-20/+20
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-102-2/+8
* errno should never be explicitly declaredKen Raeburn2003-04-244-5/+8
* build libtelnet with library build frameworkTom Yu2003-04-113-12/+22
* Thanks, patch appliedTom Yu2003-04-093-4/+26
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-012-0/+9
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-102-2/+9
* Nuke some old .orig filesKen Raeburn2003-01-088-144/+16
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-231-1/+1
* update dependenciesTom Yu2002-12-121-1/+2
* More KfM merge workTom Yu2002-12-123-4/+11
* * configure.in: Test for speed_t being presentEzra Peisach2002-11-157-17/+52
* * sys_bsd.c: Moved declaration for susp() to type of file andEzra Peisach2002-11-159-53/+85
* * enc-proto.h, enc_des.c, encrypt.c: Unsigned/signed cleanupsEzra Peisach2002-11-1515-29/+59
* * configure.in: Autoconf 2.55 will not simply use cpp to test forEzra Peisach2002-10-222-1/+17
* update dependenciesKen Raeburn2002-08-292-4/+3
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-298-4/+20
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-292-0/+2
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-238-4/+20
* * telnetd.c: Switched the valid and user descriptions under the -aJen Selby2002-08-082-2/+7
* update dependenciesKen Raeburn2002-06-212-2/+3
* update dependenciesKen Raeburn2002-06-152-22/+13
* * configure.in: Sepcial-case solaris+gcc to always find curses.h,Tom Yu2002-04-122-0/+14
* Build without k5-int.hSam Hartman2002-04-124-5/+15
* * kerberos.c, kerberos5.c (Data): Reindent to 8 columns. (yes,Tom Yu2002-03-293-18/+23
* * kerberos.c: Include errno.hKen Raeburn2002-03-282-0/+5
* Updated telnet patchSam Hartman2002-03-273-18/+20
* update dependenciesKen Raeburn2002-03-262-8/+7
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-264-4/+12
* Fix client side buffer overflowsSam Hartman2002-03-163-6/+28
* * configure.in: Do not explicitly add getent.o and setenv.o toEzra Peisach2002-03-133-3/+16
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-113-84/+89
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-1023-403/+337
* update dependenciesKen Raeburn2001-09-281-2/+2
* * telnetd.c: Move include of fake-addrinfo.c to after stdlib.h soEzra Peisach2001-09-082-3/+7
* * commands.c (tn): Don't crash printing null hostname in case where suppliedKen Raeburn2001-09-072-2/+9
* updated dependencies for latest make-depend target codeKen Raeburn2001-09-063-56/+56
* dependenciesKen Raeburn2001-09-024-3/+132
* * configure.in: Check for ipv6 supportKen Raeburn2001-08-312-0/+3
* * ext.h: Always use prototype declarationsKen Raeburn2001-08-312-93/+88
* * defs.h: Don't include socket-utils.h until after netinet/in.hKen Raeburn2001-08-302-3/+7
* ipv6 support, except if source routing is requested (may be broken)Ken Raeburn2001-08-303-93/+133
* * telnet.c (setupterm): Now static.Ken Raeburn2001-08-302-5/+13
* note ipv6 work still not doneKen Raeburn2001-08-301-0/+7
* support incoming ipv6 connections; debug mode still ipv4 onlyKen Raeburn2001-08-303-15/+35
* * termio-tn.c, termios-tn.c: Define dummy variables if STREAMSPTY isn't defin...Ken Raeburn2001-08-303-0/+9
* * authenc.c (net_write): Rewrite in terms of netwrite()Tom Yu2001-08-029-447/+433