summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* delete support for command-line options that are no longer accepted (and have...Ken Raeburn2001-04-272-12/+10
* * configure.in: Check for setenv, unsetenv, and getenv. CompileTom Yu2001-04-043-2/+22
* * state.c (envvarok): Disallow LC_* and NLSPATHTom Yu2001-01-262-0/+6
* make some variables volatileKen Raeburn2000-12-063-2/+7
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-062-1/+6
* * configure.in: Use AC_CHECK_HEADER and AC_CHECK_FUNC instead ofEzra Peisach2000-11-012-3/+8
* * configure.in: Use AC_CHECK_HEADER and AC_FUNC_VFORK instead ofEzra Peisach2000-11-012-3/+8
* * configure.in: Use AC_C_CONST instead of AC_CONSTEzra Peisach2000-11-012-1/+5
* 1.2-beta4 pullupKen Raeburn2000-06-3015-69/+184
* Check for existance of <memory.h>.Wilfredo Sanchez2000-06-013-1/+8
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-013-6/+6
* jaltman fix for off-by-one errorKen Raeburn2000-03-202-1/+7
* * configure.in: Remove dependency on libdes425 when krb4 supportEzra Peisach2000-02-244-18/+10
* From Bear Giles:Ken Raeburn2000-02-212-0/+12
* Move include of libtelnet/auth.h earlier to provideEzra Peisach2000-02-162-1/+10
* log tritan's changesTom Yu1999-10-263-0/+21