aboutsummaryrefslogtreecommitdiff
path: root/src/appl/telnet
AgeCommit message (Expand)AuthorFilesLines
2004-01-07This commit was manufactured by cvs2svn to create tagkfw-2.6-beta1no author11-47/+100
2003-01-10Use socklen_t when passing address to socket functions.Ken Raeburn2-2/+9
2003-01-08Nuke some old .orig filesKen Raeburn8-144/+16
2002-12-23Replace dependencies on generated krb524 and krb4 headers withTom Yu1-1/+1
2002-12-12update dependenciesTom Yu1-1/+2
2002-12-12More KfM merge workTom Yu3-4/+11
2002-11-15 * configure.in: Test for speed_t being presentEzra Peisach7-17/+52
2002-11-15 * sys_bsd.c: Moved declaration for susp() to type of file andEzra Peisach9-53/+85
2002-11-15 * enc-proto.h, enc_des.c, encrypt.c: Unsigned/signed cleanupsEzra Peisach15-29/+59
2002-10-22 * configure.in: Autoconf 2.55 will not simply use cpp to test forEzra Peisach2-1/+17
2002-08-29update dependenciesKen Raeburn2-4/+3
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn8-4/+20
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2-0/+2
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn8-4/+20
2002-08-08 * telnetd.c: Switched the valid and user descriptions under the -aJen Selby2-2/+7
2002-06-21update dependenciesKen Raeburn2-2/+3
2002-06-15update dependenciesKen Raeburn2-22/+13
2002-04-12 * configure.in: Sepcial-case solaris+gcc to always find curses.h,Tom Yu2-0/+14
2002-04-12Build without k5-int.hSam Hartman4-5/+15
2002-03-29 * kerberos.c, kerberos5.c (Data): Reindent to 8 columns. (yes,Tom Yu3-18/+23
2002-03-28* kerberos.c: Include errno.hKen Raeburn2-0/+5
2002-03-27Updated telnet patchSam Hartman3-18/+20
2002-03-26update dependenciesKen Raeburn2-8/+7
2002-03-26Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn4-4/+12
2002-03-16Fix client side buffer overflowsSam Hartman3-6/+28
2002-03-13 * configure.in: Do not explicitly add getent.o and setenv.o toEzra Peisach3-3/+16
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn3-84/+89
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn23-403/+337
2001-09-28update dependenciesKen Raeburn1-2/+2
2001-09-08 * telnetd.c: Move include of fake-addrinfo.c to after stdlib.h soEzra Peisach2-3/+7
2001-09-07* commands.c (tn): Don't crash printing null hostname in case where suppliedKen Raeburn2-2/+9
2001-09-06updated dependencies for latest make-depend target codeKen Raeburn3-56/+56
2001-09-02dependenciesKen Raeburn4-3/+132
2001-08-31* configure.in: Check for ipv6 supportKen Raeburn2-0/+3
2001-08-31* ext.h: Always use prototype declarationsKen Raeburn2-93/+88
2001-08-30* defs.h: Don't include socket-utils.h until after netinet/in.hKen Raeburn2-3/+7
2001-08-30ipv6 support, except if source routing is requested (may be broken)Ken Raeburn3-93/+133
2001-08-30* telnet.c (setupterm): Now static.Ken Raeburn2-5/+13
2001-08-30note ipv6 work still not doneKen Raeburn1-0/+7
2001-08-30support incoming ipv6 connections; debug mode still ipv4 onlyKen Raeburn3-15/+35
2001-08-30* termio-tn.c, termios-tn.c: Define dummy variables if STREAMSPTY isn't defin...Ken Raeburn3-0/+9
2001-08-02 * authenc.c (net_write): Rewrite in terms of netwrite()Tom Yu9-447/+433
2001-07-23 * sys_term.c (startslave): Get rid of extra argument in call toEzra Peisach2-1/+6
2001-07-23 * enc_des.c (fb64_start): Remove variable set but never usedEzra Peisach2-3/+5
2001-07-09 * kerberos.c (Data): Third argument now constEzra Peisach5-8/+20
2001-07-08 * configure.in: Add AC_HEADER_STDARGEzra Peisach3-5/+24
2001-07-06 * configure.in: Check for need to provide setenv prototype ifEzra Peisach4-2/+14
2001-07-06 * configure.in: Check if prototype needed for herror()Ezra Peisach3-1/+29
2001-07-06 * sys_term.c (addarg): Cast char to long in indexing arrayEzra Peisach2-4/+14
2001-07-05 * encrypt.c (encrypt_reply): Cast arguments to printf to matchEzra Peisach2-4/+9