Age | Commit message (Expand) | Author |
2015-03-29 | Revert r1.29 "Don't clear ICRNL when editing mode is off, so that character | Stuart Henderson |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-02-12 | Don't clear ICRNL when editing mode is off, so that character local echo | Philip Guenther |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-09-09 | Eliminate a pile of casts that were superfluous or wrong, or that were | Philip Guenther |
2014-08-10 | Add Xr to skey and stty | Philip Guenther |
2014-07-22 | use ansi style function declarations | Jonathan Gray |
2014-07-20 | Eliminate silly call() routine that fakes up internal calls as if | Philip Guenther |
2014-07-20 | Fix array overflow in command line handling | Philip Guenther |
2014-07-20 | Mark a slurry of functions as static | Philip Guenther |
2014-07-20 | use NULL instead of 0 when dealing with pointers | Jonathan Gray |
2014-07-20 | Kill lint comments; mark ExitString() as __dead | Philip Guenther |
2014-07-20 | Switch from memmove() to memcpy() where appropriate; simplify address | Philip Guenther |
2014-07-20 | VSUSP and SIGTSTP are required by POSIX | Philip Guenther |
2014-07-20 | Delete an insane chunk of code for handling broken poll() emulation. | Philip Guenther |
2014-07-20 | Add prototypes to some function callbacks and fix the type errors that | Philip Guenther |
2014-07-20 | More encryption tentacles: intr_happened and intr_waiting vanish | Philip Guenther |
2014-07-20 | Eliminate trivial wrappers TerminalWrite() and TerminalRead() | Philip Guenther |
2014-07-20 | Don't depend on <sys/param.h> for MAXPATHLEN | Philip Guenther |
2014-07-20 | Correctly cast to unsigned char for ctype functions/macros | Philip Guenther |
2014-07-20 | ring_init() can't fail | Philip Guenther |
2014-07-20 | -8 is the default | Philip Guenther |
2014-07-20 | Don't need -I${.CURDIR} | Philip Guenther |
2014-07-20 | Simplify #includes, start pushing them into the .c files, eliminate | Philip Guenther |
2014-07-20 | tweak -W options | Philip Guenther |
2014-07-20 | Ooops, verbose_encrypt option is gone too. | Philip Guenther |
2014-07-20 | The manpage claims the -a option uses getlogin(2), so do so. Also, | Philip Guenther |
2014-07-20 | The only authentication info now is the login name | Philip Guenther |
2014-07-20 | remove a variable called wantencryption. | Theo de Raadt |
2014-07-19 | Flense the telnet code base of unwanted ifdefs: authentication/encryption | Philip Guenther |
2014-05-09 | my previous attempt to fix the renaming of the inet(3) pages was wrong; | Jason McIntyre |
2014-05-08 | inet(3) -> inet_net(3); | Jason McIntyre |
2014-04-22 | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is | Reyk Floeter |
2014-04-16 | des_cblock -> DES_cblock | Jonathan Gray |
2014-04-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | Miod Vallat |
2014-02-26 | Once more, the default routing table id is inherited from the process | Claudio Jeker |
2014-01-19 | Usually, you don't want macros in the .Nd line, so remove instances of .Tn | Ingo Schwarze |
2013-10-26 | Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet, | Stuart Henderson |
2013-10-21 | Oups, a little bit overzealous. If we "route -T4 exec telnet foo", then | Peter Hessler |
2013-10-21 | Allow a user to switch to rdomain zero | Peter Hessler |
2013-08-06 | Switch vax to gcc 3.3.6. | Miod Vallat |
2013-06-21 | Stop using deprecated Kerberos functions. | Antoine Jacoutot |
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 |
2012-03-01 | Add ssh(1) to SEE ALSO. | lum |