summaryrefslogtreecommitdiff
path: root/usr.bin/telnet
AgeCommit message (Expand)Author
2018-02-25add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsmrg
2018-02-04fixes for GCC 6.4:mrg
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-05-21Remove MKCRYPTO option.riastradh
2017-01-28add sqlite3christos
2016-10-04GC header left from earlier diagnostic test.joerg
2016-10-04Remove source routing support.joerg
2016-09-05Drop main() prototype.sevan
2012-08-10Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyjoerg
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2012-03-22Fix whitespace nits. Suggested by Bug Hunting.wiz
2012-03-20Use C89 function definitionsmatt
2012-01-10Use __deadjoerg
2012-01-10fix signed/unsigned comparison.christos
2012-01-09PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTIONchristos
2012-01-04include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userlanddrochner
2011-10-07remove castschristos
2011-10-07Simplifyjoerg
2011-10-05Use terminfo and the non-standard ttytype rather than termcap.roy
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-04-24We no longer need -I/usr/include/krb5.elric
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-03-11Don't workaround ancient macro argument limit with .Xo/.Xc.joerg
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-12-18volatile fixes from Anon Ymouschristos
2006-10-07PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-05-11end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-04-04Turn if/then/elif into a switchchristos
2006-03-20Goodbye KerberosIVchristos
2006-02-02Rename debug to telnet_debug, to allow static linking with libssh.a.he
2006-01-25fix compilation after changes to telopts. I will revisit this and constifychristos
2005-04-03charaters -> charactersatatat
2005-03-29plug buffer overflows, seedrochner
2005-03-04Add -lcrypt to link lines for applications using -lkrb5, so that theyhe
2005-03-04Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compilinghe
2005-02-19Make this compile if pam is present. XXX: this sucks, because we don'tchristos
2005-02-06Change first arg of printsub() for 'char' to 'int' so that it builds again.dsl
2005-02-06Fix build errors caused by de-__P()--ing "libtelnet".tron
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-12-22Move linking with libdes to the common kerberos section sincelha
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization process.itojun
2004-11-10Kill remnant function decl.christos
2004-11-04Add (unsigned char) cast to ctype functionsdsl
2004-03-20- deal with a dead tty in ttyflush() by cleaning-up and exiting instead ofheas