summaryrefslogtreecommitdiff
path: root/usr.bin/telnet
AgeCommit message (Expand)Author
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-01-14Properly handle failure binding to a local interface (using the -bOtto Moerbeek
2005-05-24more files neededTheo de Raadt
2005-05-24copy files from telnetd that were accessed via .PATH; now we have themTheo de Raadt
2005-02-27- only send exported vars (based on a diff from Solar Designer)Otto Moerbeek
2004-11-17remove NI_WITHSCOPEID (which is not standard)Jun-ichiro itojun Hagino
2004-01-03missing proto; ok hinPeter Valchev
2003-12-28Introduce -4 and -6: options to force usage of IPv4 or IPv6 only.Otto Moerbeek
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-04negotation -> negotiation;Jason McIntyre
2003-09-07escape `.' to avoid a double space;Jason McIntyre
2003-09-04put escapes in the right place;Jason McIntyre
2003-07-25remove some obsolete kerberosIV references;Jason McIntyre
2003-07-16some minor DPADD changesTheo de Raadt
2003-07-15stop using libcom_err, it is built into krb5Theo de Raadt
2003-06-11de-registerTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14Removed krb4 support.Magnus Holmberg
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans Insulander
2003-04-25check asprintf return value for error, as the pointer is not guaranteedPeter Valchev
2003-04-03strcpy -> strlcpyHans Insulander
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-12-07Treat EPIPE writing to the terminal the same as SIGQUIT from the user.Todd C. Miller
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
2002-03-25Todd Miller pointed this out to me:Hans Insulander
2002-03-22Telnet encryption warning messages, taken from kth-krb4-1.1.1.Hans Insulander
2002-03-05and a -ldesTheo de Raadt
2002-02-17telnet used a P macro instead of __P -- g/c that too.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-10spellingTheo de Raadt
2002-02-01strlcpyJun-ichiro itojun Hagino
2001-11-19kill more registersMike Pechkin
2001-11-03Telnet client shouldn't say it does Kerberos unless there actually existsHans Insulander
2001-09-10link k5 before k4 (new binutils is more picky than old ld)Jason Wright
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-09-03repair a bug in 1.23, where "telnetport" was incorrectly set.Jun-ichiro itojun Hagino
2001-07-19well, with the most recent reorganization, it now turns out that anyTheo de Raadt
2001-07-12first pass at a -Wall cleanupTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-04symmetrical, not symetricalPeter Valchev
2001-06-23Don't lie about Kerberos and encryption.Hans Insulander
2001-06-23Update for heimdal-0.3fHans Insulander
2001-06-22Fix krb5 linking.Hans Insulander
2001-05-25KerberosV support from Heimdal.Hans Insulander
2001-04-30don't freeaddrinfo if getaddrinfo fails; ok deraadt@,itojun@Markus Friedl
2001-01-22make sizeof tline doable; bad aaron.Federico G. Schwindt
2001-01-21oflow fix in rev 1.8 was wrong; mjl@netbsd.orgAaron Campbell