index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
ttymodes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove global variable used to stash compat flags and use the
djm
2021-01-27
1
-2
/
+2
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-24
/
+18
*
ttymodes: switch to sshbuf API; ok djm@
markus
2018-07-09
1
-55
/
+73
*
Don't send IUTF8 to servers that don't like them.
dtucker
2018-02-16
1
-3
/
+10
*
purge the last traces of SSHv1 from the TTY modes handling code
djm
2017-04-30
1
-17
/
+8
*
remove compat20/compat13/compat15 variables
djm
2017-04-30
1
-78
/
+28
*
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
markus
2016-05-04
1
-2
/
+1
*
protocol 2 tty modes support is now 7.5 years old so remove these
stevesk
2008-11-02
1
-6
/
+1
*
we don't need arg after the debug3() was removed. from lint.
stevesk
2008-07-07
1
-3
/
+3
*
Fix sending tty modes when stdin is not a tty (bz#1199). Previously
djm
2008-05-19
1
-5
/
+5
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+3
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <errno.h> out of includes.h; ok markus@
stevesk
2006-07-11
1
-1
/
+2
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
spacing
deraadt
2006-03-20
1
-7
/
+11
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
move #include <termios.h> out of includes.h; ok markus@
stevesk
2006-02-07
1
-1
/
+3
*
rename log() into logit() to avoid name conflict. markus ok, from netbsd
itojun
2003-04-08
1
-7
/
+7
*
KNF done automatically while reading....
deraadt
2002-06-19
1
-3
/
+1
*
KNF whitespace
markus
2002-03-19
1
-9
/
+9
*
get rid of packet_integrity_check, use packet_done() instead.
markus
2001-12-27
1
-2
/
+1
*
basic KNF done while i was looking for something else
deraadt
2001-12-19
1
-2
/
+2
*
passing modes works fine: debug2->3
markus
2001-06-24
1
-10
/
+10
*
fix comments
stevesk
2001-04-15
1
-3
/
+3
*
protocol 2 tty modes support; ok markus@
stevesk
2001-04-14
1
-61
/
+170
*
remove unused sgtty macros; ok markus@
stevesk
2001-03-10
1
-13
/
+1
*
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
2001-01-21
1
-2
/
+2
*
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
markus
2001-01-19
1
-1
/
+2
*
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
2000-09-07
1
-2
/
+7
*
OpenBSD tag
markus
2000-06-20
1
-1
/
+1
*
whitespace cleanup
markus
2000-04-14
1
-5
/
+5
*
KNF, final part 3
markus
1999-11-24
1
-2
/
+1
*
much more KNF
deraadt
1999-11-24
1
-38
/
+46
*
KNF part 1
markus
1999-11-23
1
-214
/
+207
*
cull more ancient garbage from pre-POSIX days
deraadt
1999-09-30
1
-141
/
+1
*
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
deraadt
1999-09-26
1
-0
/
+499