summaryrefslogtreecommitdiff
path: root/usr.bin/telnet
AgeCommit message (Expand)Author
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
2004-03-20remove duplicate description of DEFAULT keyword (introduced by me).heas
2004-02-24occured -> occurred. From Peter Postma.wiz
2004-01-05Let the usage message fit in 80 columns to avoid wrapping.jmmv
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
2003-12-13rearrange lib stuff so that these link on non-shared-lib platforms.chs
2003-12-11Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no)dyoung
2003-11-17Various typo fixes from Jonathon Gray via jmc@openbsd.wiz
2003-10-28Bump date for previous; fix a typo; use .Dq instead of \*( construct.wiz
2003-10-27break the description of the "open" command into two paragraphs and improveheas
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-07need to pass flags as argument to TIOCFLUSH ioctljdolecek
2003-08-05libkrb depend on libdeslha
2003-07-23split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.seitojun
2003-07-16remove #ifdef sunitojun
2003-07-16stop installing install libtelnet. build under lib/libtelnet and referenceitojun
2003-07-14more unifdefitojun
2003-07-14more unifdefitojun
2003-07-14remove unneeded #ifdef. (confirmed that same *.o is generated)itojun
2003-07-12use bounded copy opsitojun
2003-07-12strlcpyitojun
2003-06-19fix fallout from previous ansification (thanks to Juergen Hannken-Illjes)christos
2003-06-18Ansify.christos
2003-04-27one <sys/cdefs.h> include is enoughjdolecek
2003-03-15PR/18984: John Heasley: telnet spins on dead ttychristos
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-09-30New sentence, new line.grant
2002-09-23null commitmycroft
2002-09-23poll.h, not sys/poll.hitojun
2002-09-18Oops; fix array size. Nice compiler warning... not.mycroft
2002-09-18Duh, generate the pollfd arrays outside of loops, not that it really matters.mycroft