summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * configure.in: Test if prototypes needed for setenv and unsetenvEzra Peisach2001-06-213-0/+14
* * kerberos5.c: Add prototype for rd_and_store_for_creds()Ezra Peisach2001-06-212-0/+8
* * utility.c (printsub): Ensure variable set before useEzra Peisach2001-06-192-1/+5
* telnet.c (telrcv): Ensure variable set before useEzra Peisach2001-06-192-1/+5
* * encrypt.c (encrypt_is): Cast arguments to printf to match formatEzra Peisach2001-06-182-2/+7
* * utility.c (printdata): Cast argument to isprint() to intEzra Peisach2001-06-182-1/+5
* * commands.c: Cast argument to isspace() to intEzra Peisach2001-06-183-6/+12
* * genget.c (LOWER): Cast argument to isupper()/tolower() to intEzra Peisach2001-06-182-1/+5
* * main.c: Include unistd.h (if present) for getopt() prototypeEzra Peisach2001-06-082-0/+8
* * authenc.c (telnet_gets): Cleanup assignment in conditionalEzra Peisach2001-06-0710-41/+164
* * ext.h: Remove unused prototype for start_slave() and replaceEzra Peisach2001-06-076-14/+44
* * auth-proto.h: Add prototype for kerberos5_cleanup()Ezra Peisach2001-06-073-1/+22
* * auth-proto.h: Add prototypes for getauthmask(), auth_enable,Ezra Peisach2001-06-0616-47/+130
* * telnet.c (telnet): Fix grammar in some error messagesKen Raeburn2001-05-012-6/+11
* telnetd.c (usage): Align output columns betterKen Raeburn2001-04-272-3/+3