summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ttymodes.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove global variable used to stash compat flags and use thedjm2021-01-271-2/+2
| | | | purpose-built ssh->compat variable instead; feedback/ok markus@
* use the new variant log macros instead of prepending __func__ anddjm2020-10-181-24/+18
| | | | appending ssh_err(r) manually; ok markus@
* ttymodes: switch to sshbuf API; ok djm@markus2018-07-091-55/+73
|
* Don't send IUTF8 to servers that don't like them.dtucker2018-02-161-3/+10
| | | | | | Some SSH servers eg "ConfD" drop the connection if the client sends the new IUTF8 (RFC8160) terminal mode even if it's not set. Add a bug bit for such servers and avoid sending IUTF8 to them. ok djm@
* purge the last traces of SSHv1 from the TTY modes handling codedjm2017-04-301-17/+8
| | | | ok markus
* remove compat20/compat13/compat15 variablesdjm2017-04-301-78/+28
| | | | ok markus@
* move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@markus2016-05-041-2/+1
|
* protocol 2 tty modes support is now 7.5 years old so remove thesestevesk2008-11-021-6/+1
| | | | debug3()s; ok deraadt@
* we don't need arg after the debug3() was removed. from lint.stevesk2008-07-071-3/+3
| | | | ok djm@
* Fix sending tty modes when stdin is not a tty (bz#1199). Previouslydjm2008-05-191-5/+5
| | | | | | 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"deraadt2006-08-031-3/+3
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
|
* move #include <errno.h> out of includes.h; ok markus@stevesk2006-07-111-1/+2
|
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
| | | | Theo nuked - our scripts to sync -portable need them in the files
* spacingderaadt2006-03-201-7/+11
|
* RCSID() can diederaadt2006-03-191-1/+0
|
* move #include <termios.h> out of includes.h; ok markus@stevesk2006-02-071-1/+3
|
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-7/+7
|
* KNF done automatically while reading....deraadt2002-06-191-3/+1
|
* KNF whitespacemarkus2002-03-191-9/+9
|
* get rid of packet_integrity_check, use packet_done() instead.markus2001-12-271-2/+1
|
* basic KNF done while i was looking for something elsederaadt2001-12-191-2/+2
|
* passing modes works fine: debug2->3markus2001-06-241-10/+10
|
* fix commentsstevesk2001-04-151-3/+3
|
* protocol 2 tty modes support; ok markus@stevesk2001-04-141-61/+170
|
* remove unused sgtty macros; ok markus@stevesk2001-03-101-13/+1
|
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-2/+2
| | | | rename util.[ch] -> misc.[ch]
* move ssh1 definitions to ssh1.h, pathnames to pathnames.hmarkus2001-01-191-1/+2
|
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-2/+7
| | | | | | | the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
* OpenBSD tagmarkus2000-06-201-1/+1
|
* whitespace cleanupmarkus2000-04-141-5/+5
|
* KNF, final part 3markus1999-11-241-2/+1
|
* much more KNFderaadt1999-11-241-38/+46
|
* KNF part 1markus1999-11-231-214/+207
|
* cull more ancient garbage from pre-POSIX daysderaadt1999-09-301-141/+1
|
* i bet a lot of people didn't know what ssh 1.2.16 had a nice license.deraadt1999-09-261-0/+499
well, except for the patent issues. someone in sweden (forget their name at the moment) cleaned out most of the patented code, and now this code removes rsa code. when this is done, it will link against libssl, but the work isn't completely done yet. then we need to bring this up to modern days, featurewise.