summaryrefslogtreecommitdiff
path: root/usr.bin/telnet
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2022-07-08Prevent crashes as shown in PR 56918.mlelstv
2022-04-16telnet.1: update state of the art on Single DES encryptionnia
2021-10-30Obvious typo ':' -> ';'.hannken
2021-10-30telnet(1): use reallocarr instead of malloc(x * y)nia
2021-01-09preserve errno because we are doing system calls between error printingchristos
2021-01-09restore perror -> warn (reported by Havard Eidnes)christos
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-04use memmove() instead of strncpy() for overlapping strings.mrg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-02-04apply -Wno-error=implicit-fallthrough on files that have fallthrumrg
2019-01-05Match the function prototype of encrypthandler instead of casting to it.maya
2019-01-05Bump WARNS to 5, and remove unnecessary -Wno (tested with pkgsrc clang 7)maya
2019-01-05Remove advertising clause, permitted by the copyright author.maya
2019-01-05unifdef compatibility for old BSD servers. This has beenmaya
2019-01-05Avoid unnecessary casts, from openbsd. No binary change.maya
2018-12-15Remove README relevant to 1995 telnet.maya
2018-12-15Remove reference to krb_realmofhost(3) which does not exist.wiz
2018-12-15You can encrypt outside of north america now.maya
2018-12-14minor cleanup:christos
2018-12-14Remove unneeded castsmaya
2018-12-14Remove some effectively if 0'd code.maya
2018-12-14Inline the only use of NetNonblockingIO.maya
2018-12-14G/C In3270 - always falsemaya
2018-12-13Expand SIG_FUNC_RET -from openbsd.maya
2018-12-13Remove unused code.maya
2018-12-13Remove unused code.maya
2018-12-13ExitString is used for error exit, do the minimum necessary here.maya
2018-12-13static-ify.maya
2018-12-13unifdef TN3270 which is never defined (and wouldn't build if it was)maya
2018-12-12switch sprintf to snprintf in places.maya
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