summaryrefslogtreecommitdiff
path: root/lib/libtelnet
AgeCommit message (Expand)Author
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
2003-07-23Fix build problem caused by recent "Makefile" changes.tron
2003-07-23split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.seitojun
2003-07-16do not build/install shlibitojun
2003-07-15use bounded string op. bump shlib major for libtelnet due to API change.itojun
2003-07-15use bounded string opitojun
2003-07-14be friendly to unifdef(1)itojun
2003-03-28Remove GCC 3.3 hack; the libtelnet code has been changed to avoid thethorpej
2003-01-20The Double-Semi-Colon Police.simonb
2002-11-05Restructure the Duff's device in kerberos4_cksum() to avoidthorpej
2002-09-20context -> telnet_context in two places.thorpej
2002-09-20make sure the client creates a subkey; also make the server check thatjoda
2002-08-29backout previous, <des.h> is part of kerberos 4 APIitojun
2002-08-29openssl/des.h, not des.hitojun