| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r1.29 "Don't clear ICRNL when editing mode is off, so that character |  sthen | 2015-03-29 | 1 | -1/+2 |
* | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 2015-03-13 | 1 | -4/+4 |
* | Don't clear ICRNL when editing mode is off, so that character local echo |  guenther | 2015-02-12 | 1 | -2/+1 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+4 |
* | Reduce instances of `` '' in manuals. |  bentley | 2014-11-15 | 1 | -37/+77 |
* | Eliminate a pile of casts that were superfluous or wrong, or that were |  guenther | 2014-09-09 | 5 | -90/+80 |
* | Add Xr to skey and stty |  guenther | 2014-08-10 | 1 | -3/+5 |
* | use ansi style function declarations |  jsg | 2014-07-22 | 9 | -474/+316 |
* | Eliminate silly call() routine that fakes up internal calls as if |  guenther | 2014-07-20 | 5 | -103/+87 |
* | Fix array overflow in command line handling |  guenther | 2014-07-20 | 1 | -2/+2 |
* | Mark a slurry of functions as static |  guenther | 2014-07-20 | 5 | -96/+75 |
* | use NULL instead of 0 when dealing with pointers |  jsg | 2014-07-20 | 4 | -24/+24 |
* | Kill lint comments; mark ExitString() as __dead |  guenther | 2014-07-20 | 6 | -40/+14 |
* | Switch from memmove() to memcpy() where appropriate; simplify address |  guenther | 2014-07-20 | 3 | -23/+18 |
* | VSUSP and SIGTSTP are required by POSIX |  guenther | 2014-07-20 | 4 | -31/+6 |
* | Delete an insane chunk of code for handling broken poll() emulation. |  guenther | 2014-07-20 | 2 | -18/+5 |
* | Add prototypes to some function callbacks and fix the type errors that |  guenther | 2014-07-20 | 5 | -32/+34 |
* | More encryption tentacles: intr_happened and intr_waiting vanish |  guenther | 2014-07-20 | 11 | -33/+39 |
* | Eliminate trivial wrappers TerminalWrite() and TerminalRead() |  guenther | 2014-07-20 | 5 | -68/+17 |
* | Don't depend on <sys/param.h> for MAXPATHLEN |  guenther | 2014-07-20 | 1 | -2/+3 |
* | Correctly cast to unsigned char for ctype functions/macros |  guenther | 2014-07-20 | 7 | -32/+30 |
* | ring_init() can't fail |  guenther | 2014-07-20 | 4 | -51/+35 |
* | -8 is the default |  guenther | 2014-07-20 | 1 | -1/+2 |
* | Don't need -I${.CURDIR} |  guenther | 2014-07-20 | 1 | -2/+2 |
* | Simplify #includes, start pushing them into the .c files, eliminate |  guenther | 2014-07-20 | 7 | -51/+34 |
* | tweak -W options |  guenther | 2014-07-20 | 1 | -2/+2 |
* | Ooops, verbose_encrypt option is gone too. |  guenther | 2014-07-20 | 1 | -14/+4 |
* | The manpage claims the -a option uses getlogin(2), so do so. Also, |  guenther | 2014-07-20 | 1 | -3/+3 |
* | The only authentication info now is the login name |  guenther | 2014-07-20 | 1 | -3/+3 |
* | remove a variable called wantencryption. |  deraadt | 2014-07-20 | 2 | -4/+2 |
* | Flense the telnet code base of unwanted ifdefs: authentication/encryption |  guenther | 2014-07-19 | 33 | -7766/+104 |
* | my previous attempt to fix the renaming of the inet(3) pages was wrong; |  jmc | 2014-05-09 | 1 | -3/+3 |
* | inet(3) -> inet_net(3); |  jmc | 2014-05-08 | 1 | -3/+3 |
* | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is |  reyk | 2014-04-22 | 1 | -11/+1 |
* | des_cblock -> DES_cblock |  jsg | 2014-04-16 | 1 | -2/+2 |
* | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is |  miod | 2014-04-15 | 1 | -4/+1 |
* | Once more, the default routing table id is inherited from the process |  claudio | 2014-02-26 | 1 | -3/+2 |
* | Usually, you don't want macros in the .Nd line, so remove instances of .Tn |  schwarze | 2014-01-19 | 1 | -83/+32 |
* | Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet, |  sthen | 2013-10-26 | 3 | -9/+8 |
* | Oups, a little bit overzealous. If we "route -T4 exec telnet foo", then |  phessler | 2013-10-21 | 1 | -1/+2 |
* | Allow a user to switch to rdomain zero |  phessler | 2013-10-21 | 1 | -6/+4 |
* | Switch vax to gcc 3.3.6. |  miod | 2013-08-06 | 1 | -1/+4 |
* | Stop using deprecated Kerberos functions. |  ajacoutot | 2013-06-21 | 1 | -59/+98 |
* | don't link to hx509, pthread and ntlm related libraries |  robert | 2013-06-19 | 1 | -3/+3 |
* | Shuffle library link order to appease the static arch deities. |  miod | 2013-06-18 | 1 | -3/+3 |
* | link to the new kerberos libraries |  robert | 2013-06-17 | 1 | -1/+2 |
* | Convert select() to poll(). OK deraadt@ |  millert | 2013-04-21 | 5 | -119/+67 |
* | remove uesless Pp; |  jmc | 2013-01-17 | 1 | -3/+2 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -2/+1 |
* | Add ssh(1) to SEE ALSO. |  lum | 2012-03-01 | 1 | -2/+4 |