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
/
packet.c
Age
Commit message (
Expand
)
Author
2024-08-23
As defined in the RFC, the SSH protocol has negotiable compression support
Theo de Raadt
2024-08-15
Convert RSA and ECDSA key to the libcrypto EVP_PKEY API. DSA remains
Damien Miller
2024-05-31
typos
Damien Miller
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2023-12-18
implement "strict key exchange" in ssh and sshd
Damien Miller
2023-08-28
Add keystroke timing obfuscation to the client.
Damien Miller
2023-08-28
Introduce a transport-level ping facility
Damien Miller
2023-04-06
remove redundant ssh!=NULL check; we'd already dereferenced it
Damien Miller
2023-03-03
Ensure ms_remain is always initialized, similar to what we do in
Darren Tucker
2022-08-31
whitespace
Damien Miller
2022-01-22
add a ssh_packet_process_read() function that reads from a fd
Damien Miller
2022-01-21
correct comment and use local variable instead of long indirection;
Damien Miller
2022-01-17
when decompressing zlib compressed packets, use Z_SYNC_FLUSH instead
Damien Miller
2022-01-01
spelling
Jonathan Gray
2021-11-25
debug("func: ...") -> debug_f("...")
Damien Miller
2021-11-13
replace select() with ppoll(), including converting timeval's to timespec's
Theo de Raadt
2021-07-16
Explicitly check for and start time-based rekeying in the client
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2020-11-27
Set the specified TOS/DSCP for interactive use prior to TCP connect.
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-07-05
some language improvements; ok markus
Damien Miller
2020-07-01
free kex in ssh_packet_close; ok djm semarie
Markus Friedl
2020-06-26
backout 1.293 fix kex mem-leak in ssh_packet_close at markus request
Sebastien Marie
2020-06-24
fix kex mem-leak in ssh_packet_close; ok djm
Markus Friedl
2020-06-24
fix ssh -O proxy w/mux which got broken by no longer
Markus Friedl
2020-03-06
consistently check packet_timeout_ms against 0; ok djm
Markus Friedl
2020-01-30
have sshpkt_fatal() save/restore errno before we potentially
Damien Miller
2020-01-23
Fix typo in comment.
Darren Tucker
2020-01-23
Make zlib optional. This adds a "ZLIB" build time option that allows
Darren Tucker
2019-12-16
strdup may return NULL if memory allocation fails. Use the safer xstrdup
tobhe
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-07
Typo and spelling fixes in comments and error messages. Patch from
Darren Tucker
2019-04-18
Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol.
Darren Tucker
2019-03-01
in ssh_set_newkeys(), mention the direction that we're keying in debug
Damien Miller
2019-01-21
pass values used in KEX hash computation as sshbuf rather than
Damien Miller
2019-01-21
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
Damien Miller
2019-01-19
allow sshpkt_fatal() to take a varargs format; we'll use this to give
Damien Miller
2019-01-04
fix memory leak of ciphercontext when rekeying; bz#2942
Damien Miller
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
Damien Miller
2018-07-16
memleaks; found by valgrind
Damien Miller
2018-07-09
client: switch to sshbuf API; ok djm@
Markus Friedl
2018-07-09
Revert previous two commits
Stefan Fritsch
2018-07-06
Rename COMP_DELAYED to COMP_ZLIB
Stefan Fritsch
2018-07-06
Remove leftovers from pre-authentication compression
Stefan Fritsch
2018-07-06
Remove unused ssh_packet_start_compression()
Stefan Fritsch
2018-06-01
make ssh_remote_ipaddr() capable of being called after the ssh->state
Damien Miller
2018-05-25
If select() fails in ssh_packet_read_seqnr go directly to the error path
Darren Tucker
2017-12-18
pass kex->hostkey_alg and kex->hostkey_nid from pre-auth to post-auth
Damien Miller
2017-12-10
Put remote client info back into the ClientAlive connection termination
Darren Tucker
[next]