Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-19 | well, with the most recent reorganization, it now turns out that any | Theo de Raadt | |
program which links -lkrb5 also must link -lkafs as well! someone please mail hin@ an alpha or a powerpc, so that he can become aware of how binutils ("the other linker we use") works. | |||
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-07-04 | symmetrical, not symetrical | Peter Valchev | |
2001-06-23 | Don't lie about Kerberos and encryption. | Hans Insulander | |
Result of a conversation with pjanzen@ ok deraadt@ | |||
2001-06-23 | Update for heimdal-0.3f | Hans Insulander | |
2001-06-22 | Fix krb5 linking. | Hans Insulander | |
My machine can now build statically with krb5 enabled. | |||
2001-05-25 | KerberosV support from Heimdal. | Hans Insulander | |
2001-04-30 | don't freeaddrinfo if getaddrinfo fails; ok deraadt@,itojun@ | Markus Friedl | |
2001-01-22 | make sizeof tline doable; bad aaron. | Federico G. Schwindt | |
2001-01-21 | oflow fix in rev 1.8 was wrong; mjl@netbsd.org | Aaron Campbell | |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-08 | Fix a buf oflow, only exposed because a user happened to have a host with a | Aaron Campbell | |
resolvable name > 63 characters and specified a port number on the command line; spotted by steve@tightrope.demon.co.uk, who provided a useful traceback. | |||
2000-10-24 | When calling setupterm() pass in an int* for the error code so | Todd C. Miller | |
it doesn't spew to stderr if the terminal type can't be found. Fix a logic thinko wrt terminaltypeok() -- it should return 0 on failure, not success. | |||
2000-10-10 | Use curses, not ocurses and thus setupterm() not tgetent(). This means | Todd C. Miller | |
we no longer need to have a faked up telnet_setupterm(). Remove some unused variables and add missing err.h include in sys_bsd.c | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-13 | recover 1.29 -> 1.30 | Jun-ichiro itojun Hagino | |
2000-08-13 | properly look at error code from getnameinfo(3) | Jun-ichiro itojun Hagino | |
2000-08-13 | telnet -b broke when getaddrinfo conversion was done, | Niklas Hallqvist | |
bind(2) was done on the dst addr instead of the src. | |||
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-04-30 | If getaddrinfo() fails: | Todd C. Miller | |
o Only call herror() if h_errno != 0 o if error == EAI_SERVICE say "bad port" since the generic error, "service not supported for ai_socktype" is incomprehensible to most users. o Use warnx(), not warn() since this is not a case where errno is likely to be relevant. Ok'd by Theo | |||
2000-04-16 | - Remove reference to -S option; we don't have gettosbyname() and friends. | Aaron Campbell | |
- Shrink SYNOPSIS a bit. | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-02-05 | show scopeid on "Trying foo...". | Jun-ichiro itojun Hagino | |
2000-01-29 | remove #if 0'ed portion (not necessary due to use of getaddrinfo) | Jun-ichiro itojun Hagino | |
1999-12-30 | avoid memory leak on realloc() failure. | Jun-ichiro itojun Hagino | |
1999-12-20 | it looks perror("") has no effect in most cases. | Jun-ichiro itojun Hagino | |
use strerror(errno) and format it on our own. | |||
1999-12-15 | usage cleanup | Theo de Raadt | |
1999-12-11 | Add a perror() in reporting failure to connect. | Angelos D. Keromytis | |
1999-12-11 | IPv6/IPv4 dual stack support. uses getaddrinfo() and getnameinfo() | Jun-ichiro itojun Hagino | |
throughout the code so please look at it with care (for auditing). XXX source routing is not available for IPv6 (even before I modify, it was not available for IPv4 anyways) | |||
1999-12-07 | extra setuid calls go away | Theo de Raadt | |
1999-12-06 | oflow | Theo de Raadt | |
1999-10-17 | More consistent introduction to options. | Aaron Campbell | |
1999-09-23 | Typo fixes. | Alex Feldman | |
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 | |