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
/
dispatch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-19
allow sshpkt_fatal() to take a varargs format; we'll use this to give
djm
1
-3
/
+3
2017-05-31
remove now obsolete ctx from ssh_dispatch_run; ok djm@
markus
1
-8
/
+5
2017-05-30
protocol handlers all get struct ssh passed; ok djm@
markus
1
-4
/
+3
2017-04-30
obliterate ssh1.h and some dead code that used it
djm
1
-2
/
+1
2017-04-30
remove compat20/compat13/compat15 variables
djm
1
-3
/
+1
2015-05-01
refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to better
djm
1
-19
/
+3
2015-02-12
Prevent sshd spamming syslog with "ssh_dispatch_run_fatal: disconnected".
dtucker
1
-1
/
+5
2015-01-30
avoid more fatal/exit in the packet.c paths that ssh-keyscan
djm
1
-4
/
+4
2015-01-28
avoid fatal() calls in packet code
djm
1
-3
/
+15
2015-01-19
move dispatch to struct ssh; ok djm@
markus
1
-32
/
+70
2008-10-31
remove unused #define DISPATCH_MIN; ok markus@
stevesk
1
-2
/
+1
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
1
-2
/
+4
2006-07-23
#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>
stevesk
1
-1
/
+3
2006-04-20
replace the last non-sig_atomic_t flag used in a signal handler with a
djm
1
-2
/
+2
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
1
-0
/
+1
2006-03-19
RCSID() can die
deraadt
1
-1
/
+0
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
itojun
1
-3
/
+3
2002-01-11
a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'
markus
1
-3
/
+25
2001-12-28
remove plen from the dispatch fn. it's no longer used.
markus
1
-5
/
+4
2001-12-28
packet_read* no longer return the packet length, since it's not used.
markus
1
-5
/
+4
2001-12-20
Conformance fix: we should send failing packet sequence number when
djm
1
-6
/
+8
2001-06-10
we support rekeying
markus
1
-4
/
+2
2001-02-18
typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
markus
1
-2
/
+2
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
stevesk
1
-2
/
+2
2001-01-28
re-keying is not supported; ok deraadt@
markus
1
-1
/
+5
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
markus
1
-2
/
+3
2001-01-19
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
markus
1
-1
/
+2
2000-09-21
add context to dispatch_run
markus
1
-4
/
+4
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
deraadt
1
-6
/
+1
2000-06-20
OpenBSD tag
markus
1
-1
/
+1
2000-04-14
whitespace cleanup
markus
1
-2
/
+2
2000-03-28
function tables for different message types
markus
1
-0
/
+78