summaryrefslogtreecommitdiff
path: root/lib/libtelnet
AgeCommit message (Expand)Author
2017-05-21Remove MKCRYPTO option.riastradh
2014-04-26Avoid enum type mismatch.joerg
2012-08-10Don't depend on HAVE_GCC being always defined.joerg
2012-03-21These directories default to WARNS?=5matt
2012-03-21Use C89 functions definitions.matt
2012-01-09PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTIONchristos
2011-12-23Avoid buffer overflow, reported by Colin Percival at FreeBSDchristos
2011-07-24Correct typo, while here, unfold lines.mbalmer
2011-07-01- use defines for lengthschristos
2011-07-01Fix memset usage. XXX should use static allocate and proper sizeof()joerg
2011-06-20remove most of the remaining HAVE_GCC tests that are always true inmrg
2011-04-24We no longer need to -I/usr/include/krb5.elric
2011-04-24Stop using functions that are deprecated in Heimdal.elric
2009-01-11bump shared libraries.christos
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-07-12Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.gmcgarry
2008-05-03Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
2006-06-25make MKCRYPTO=no work again.mrg
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-03-22Coverity CID 2757: Avoid leaking key_blockchristos
2006-03-20Remove KRB4 dependent code (Jukka Salmi)christos
2006-03-20Goodbye KerberosIVchristos
2006-03-19Revert part of previous free'ing because it was really a bug in -lkrb5.christos
2006-03-19Coverity CID 1247: Don't use negative index.christos
2006-03-19Coverity CID 1907: Free keyblock, not just the contents.christos
2005-10-25eliminate unused passpromptlen and copy a default password each time wechristos
2005-10-25XXX: SRA does not have a protocol feature to pass back a password promptchristos
2005-05-05Don't perform a check for "secure" tty for root logins when using PAM;lukem
2005-05-05PAM may change the user name during the authentication process;lukem
2005-05-05Fix the check for insecure root logins in rootterm():lukem
2005-04-19check pwd != NULLchristos
2005-04-09Use getpwnam_r. From john nemeth.christos
2005-02-19constify, whitespace.christos
2005-02-19Fix whitespace.christos
2005-02-19Fix pk to use BN_ instead of libmp.christos
2005-02-19PAM support from FreeBSD.christos
2005-02-06Another fall-out from the de-__Ping round.agc
2005-02-06de-__P (really de-P)perry
2005-02-06remove unneeded definition of "P" macroperry
2005-02-06de-__P (really de-P), and fix the broken prototype for printsubperry
2004-10-28Use (unsigned char) cast to sanitise arguments to ctype functions.dsl
2004-10-27Fix a load of international alphabet problems with isxxx() and toupper()dsl
2004-05-23Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andlukem
2004-04-23sprinkle const.christos
2003-12-11Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)dyoung
2003-10-21Don't compare an int to NULL.fvdl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-23no longer need to -I/usr/include first (yes, it's still confusing, i admit)itojun