summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * sys_term.c (startslave): Get rid of extra argument in call toEzra Peisach2001-07-232-1/+6
* * enc_des.c (fb64_start): Remove variable set but never usedEzra Peisach2001-07-232-3/+5
* * kerberos.c (Data): Third argument now constEzra Peisach2001-07-095-8/+20
* * configure.in: Add AC_HEADER_STDARGEzra Peisach2001-07-083-5/+24
* * configure.in: Check for need to provide setenv prototype ifEzra Peisach2001-07-064-2/+14
* * configure.in: Check if prototype needed for herror()Ezra Peisach2001-07-063-1/+29
* * sys_term.c (addarg): Cast char to long in indexing arrayEzra Peisach2001-07-062-4/+14
* * encrypt.c (encrypt_reply): Cast arguments to printf to matchEzra Peisach2001-07-052-4/+9
* * commands.c: Remove prototypes for EncryptAutoEnc(),Ezra Peisach2001-07-022-6/+7
* * krb5forw.h: File with prototype for rd_and_store_for_creds()Ezra Peisach2001-07-0213-16/+78
* * commands.c: Declare sourceroute() staticEzra Peisach2001-07-022-2/+7
* * commands.c: Declare local functions staticEzra Peisach2001-07-027-26/+47
* * state.c: Declate doclientstat() static and conditionalizeEzra Peisach2001-07-025-10/+23
* * telnetd.c (main): Change variable sin to sin4.Ezra Peisach2001-06-222-11/+16
* * commands.c (tn): Change sin to sin4 to not shadow globalEzra Peisach2001-06-223-28/+36
* * enc_des.c: Change local variable index to idx to not shadownEzra Peisach2001-06-224-45/+58
* * forward.c: If NEED_SETENV defined, provide prototype for setenvEzra Peisach2001-06-213-0/+11
* * telnetd.c: Add prototypes for getent() and tgetent()Ezra Peisach2001-06-212-1/+8
* * configure.in: Test for parsetos() prototype and presence ofEzra Peisach2001-06-214-2/+24