Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-23 | Fix the case where telnet(1) would escape if in binary (-8) mode, even if the | Aaron Campbell | |
-E option (stop all characters from being recognized as an escape character) was specified, if it was passed a 0xFF character; from FreeBSD, millert@ ok | |||
1999-07-20 | skey help; freebsd | Theo de Raadt | |
1999-07-20 | mention the skey command and Xr skey(1) | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-05-07 | repair TIOCFLUSH use; alaric@MIT.EDU | Theo de Raadt | |
1999-02-21 | note that the escape character brings you to command mode of the telnet process | Aaron Campbell | |
with the controlling terminal, and that the `send escape' command should be used to jump to command mode in subsequent telnet processes on remote hosts | |||
1999-01-04 | spelling | Artur Grabowski | |
1998-12-28 | handle oversize fd_set | Theo de Raadt | |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell | |
1998-11-04 | be really pedantic about punctuation following -mdoc macro'd text | Aaron Campbell | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-27 | don't include term.h | Todd C. Miller | |
1998-07-27 | use ocurses since libtelnet has a getstr() function that conflicts with ncurses | Todd C. Miller | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-07-16 | terminate nicer | Theo de Raadt | |
1998-07-09 | use MAXHOSTNAMELEN | Theo de Raadt | |
1998-07-01 | delete unknown error | Theo de Raadt | |
1998-05-23 | fix multi-address host connects; cstone@pobox.com | Theo de Raadt | |
print new address as it is tried; deraadt | |||
1998-05-15 | cleanup warnings. | Artur Grabowski | |
1998-05-15 | check mallocs | Artur Grabowski | |
1998-04-07 | - show usage for the encrypt command when there are no arguments. | Artur Grabowski | |
- don't default to autologin and autoencrypt when kerberos is disabled. | |||
1998-03-18 | fix connecting to ip-numbers | Artur Grabowski | |
1998-03-12 | repair tn3270 | Theo de Raadt | |
1998-03-12 | encryption support from kth-krb 0.9.8 (kerberos only) | Artur Grabowski | |
plus some tweaks for better binary/8-bit support. | |||
1998-02-16 | fixes to compile against netbsd domestic libtelnet | Jason Wright | |
1997-12-25 | misc cleanup | Theo de Raadt | |
1997-12-16 | do not let fd_set overflow | Theo de Raadt | |
1997-11-11 | some cleanup from freebsd | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-05 | more doc changes | Theo de Raadt | |
1997-06-05 | do not interpret _POSIX_VDISABLE as a special character; netbsd | Theo de Raadt | |
1997-05-31 | typo; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-05-29 | errors fixed; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-03-26 | no libcrypt, fix DPADD | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Thorsten Lockert | |
1996-12-12 | Add <unistd.h> for select(2) prototype. | robin | |
1996-12-12 | Add <sys/socket.h> for setsockopt(2), <unistd.h> for select(2). | robin | |
Remove two unused variables: `pettydump' and `buf'. Remove redundant case label: `def_case'. | |||
1996-12-11 | Add ``#include <unistd.h>'' for prototypes of: | robin | |
close(2), write(2), read(2), select(2), sleep(3) and isatty(3). | |||
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-12-06 | Fix bug where one could ``send'' various TELNET commands from the telnet | robin | |
command prompt, prior to being connected to a remote host. The affected commands were: set binary | inbinary | outbinary toggle binary | inbinary | outbinary | |||
1996-10-28 | Safe $HOME handling. | Todd C. Miller | |
1996-09-05 | skey command for inline use; by brian@saturn.net (but i had to fix his sleep ↵ | Theo de Raadt | |
deprived code) | |||
1996-07-03 | Add a -b option that takes a hostname or IP-address as an argument. | Niklas Hallqvist | |
This address is bound to the local socket of the TCP connection and is useful for talking to services which does authentication based on IP- addresses. | |||
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-03-27 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-02-23 | From NetBSD: | Niklas Hallqvist | |
I (tls) seem to have forgotten to commit the patch in PR1608 when I closed it. Fix VLNEXT handling. | |||
1996-01-05 | from tls; contrary to unpopular opinion, "help" is a perfectly valid hostname | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |