Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-21 | Stop using deprecated Kerberos functions. | Antoine Jacoutot | |
ok millert@ | |||
2013-06-19 | don't link to hx509, pthread and ntlm related libraries | Robert Nagy | |
2013-06-18 | Shuffle library link order to appease the static arch deities. | Miod Vallat | |
2013-06-17 | link to the new kerberos libraries | Robert Nagy | |
2013-04-21 | Convert select() to poll(). OK deraadt@ | Todd C. Miller | |
2013-01-17 | remove uesless Pp; | Jason McIntyre | |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-03-01 | Add ssh(1) to SEE ALSO. | lum | |
ok jmc@ | |||
2011-12-28 | As pointed out by Dan Rosenberg our telnet client has the same | Jonathan Gray | |
overflow when using encryption as the recent FreeBSD advisory. Use the same approach taken in FreeBSD to protect against malicious servers. ok miod@ | |||
2011-06-21 | Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio | Mike Belopuhov | |
2010-10-15 | Switch the remaining users of libdes in src to libcrypto, | Jonathan Gray | |
telnet portion partially from the latest heimdal. ok mikeb@ | |||
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe | |
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-08-06 | fix typo in argument name for a recently added option. | Igor Sobrado | |
2009-06-05 | tweak -V; | Jason McIntyre | |
2009-06-05 | Last but not least. Telnet -V rdomain to connect to systems in other routing | Claudio Jeker | |
domains. | |||
2009-04-28 | replacing malloc/realloc dance, by only one realloc | Charles Longeau | |
While there, also move a variable declaration, in the #ifdef block it is used ok gilles@ millert@ | |||
2009-04-27 | Remove unused _hostname[] variable. ok millert@ | Matthieu Herrb | |
2007-10-17 | remove "unused variable" warnings | Charles Longeau | |
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-15 | telnet.1: sort options; from Igor Sobrado | Jason McIntyre | |
main.c: whack most of usage(), and have different usage() depending whether this is invoked as telnet or tn3270; help otto; ok millert | |||
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback | |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek | |
2006-01-14 | Properly handle failure binding to a local interface (using the -b | Otto Moerbeek | |
option). Problem found by David Hill <dhill at mindcry dot org>; ok millert@ | |||
2005-05-24 | more files needed | Theo de Raadt | |
2005-05-24 | copy files from telnetd that were accessed via .PATH; now we have them | Theo de Raadt | |
here, and these programs are independent of each other ... and telnetd can go away for real sometime (just tree-delinked for now) | |||
2005-02-27 | - only send exported vars (based on a diff from Solar Designer) | Otto Moerbeek | |
- fix some buffer overflows (also some Solar Designer input) ok deraadt@ cloder@ | |||
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino | |
2004-01-03 | missing proto; ok hin | Peter Valchev | |
2003-12-28 | Introduce -4 and -6: options to force usage of IPv4 or IPv6 only. | Otto Moerbeek | |
From PR 1974. ok henning@ jose@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-04 | negotation -> negotiation; | Jason McIntyre | |
from Marc Balmer | |||
2003-09-07 | escape `.' to avoid a double space; | Jason McIntyre | |
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-07-25 | remove some obsolete kerberosIV references; | Jason McIntyre | |
ok hin@ | |||
2003-07-16 | some minor DPADD changes | Theo de Raadt | |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt | |
2003-06-11 | de-register | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-14 | Removed krb4 support. | Magnus Holmberg | |
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans Insulander | |
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@ | |||
2003-04-25 | check asprintf return value for error, as the pointer is not guaranteed | Peter Valchev | |
to be NULL in such case; ok millert | |||
2003-04-03 | strcpy -> strlcpy | Hans Insulander | |
strcat -> strlcat ok millert@ | |||
2003-01-15 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-07 | Treat EPIPE writing to the terminal the same as SIGQUIT from the user. | Todd C. Miller | |
Closes PR 3016. | |||
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. |