index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
dispatch.c
Age
Commit message (
Expand
)
Author
2008-10-31
remove unused #define DISPATCH_MIN; ok markus@
Kevin Steves
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-23
#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>
Kevin Steves
2006-04-20
replace the last non-sig_atomic_t flag used in a signal handler with a
Damien Miller
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2003-04-08
rename log() into logit() to avoid name conflict. markus ok, from netbsd
Jun-ichiro itojun Hagino
2002-01-11
a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'
Markus Friedl
2001-12-28
remove plen from the dispatch fn. it's no longer used.
Markus Friedl
2001-12-28
packet_read* no longer return the packet length, since it's not used.
Markus Friedl
2001-12-20
Conformance fix: we should send failing packet sequence number when
Damien Miller
2001-06-10
we support rekeying
Markus Friedl
2001-02-18
typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi
Markus Friedl
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-01-28
re-keying is not supported; ok deraadt@
Markus Friedl
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-19
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Markus Friedl
2000-09-21
add context to dispatch_run
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-06-20
OpenBSD tag
Markus Friedl
2000-04-14
whitespace cleanup
Markus Friedl
2000-03-28
function tables for different message types
Markus Friedl