Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we | 2010-01-09 | 1 | -10/+13 | |
| | | | | usually don't actually have a tty to read/set; bz#1686 ok dtucker@ | ||||
* | Fix sending tty modes when stdin is not a tty (bz#1199). Previously | 2008-05-19 | 1 | -3/+3 | |
| | | | | | | we would send the modes corresponding to a zeroed struct termios, whereas we should have been sending an empty list of modes. Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@ | ||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -3/+3 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | move #include <stdio.h> out of includes.h | 2006-08-01 | 1 | -1/+2 | |
| | |||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | |
| | | | | Theo nuked - our scripts to sync -portable need them in the files | ||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | |
| | |||||
* | "log.h" not needed | 2006-02-07 | 1 | -2/+1 | |
| | |||||
* | move #include <termios.h> out of includes.h; ok markus@ | 2006-02-07 | 1 | -1/+3 | |
| | |||||
* | make two tiny header files go away; djm ok | 2004-05-08 | 1 | -2/+2 | |
| | |||||
* | remove fatal callbacks from client code; ok deraadt | 2003-09-19 | 1 | -11/+1 | |
| | |||||
* | clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@ | 2003-07-16 | 1 | -1/+4 | |
| | |||||
* | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | 2002-03-04 | 1 | -1/+1 | |
| | | | | | missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@ | ||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -2/+2 | |
| | |||||
* | protocol 2 tty modes support; ok markus@ | 2001-04-14 | 1 | -0/+96 | |