summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshtty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since wedjm2010-01-091-10/+13
* Fix sending tty modes when stdin is not a tty (bz#1199). Previouslydjm2008-05-191-3/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+3
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* "log.h" not neededstevesk2006-02-071-2/+1
* move #include <termios.h> out of includes.h; ok markus@stevesk2006-02-071-1/+3
* make two tiny header files go away; djm okderaadt2004-05-081-2/+2
* remove fatal callbacks from client code; ok deraadtmarkus2003-09-191-11/+1
* clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@markus2003-07-161-1/+4
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-1/+1
* basic KNF done while i was looking for something elsederaadt2001-12-191-2/+2
* protocol 2 tty modes support; ok markus@stevesk2001-04-141-0/+96