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
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
2017-11-25
Add monotime_ts and monotime_tv that return monotonic timespec and
Darren Tucker
2017-10-25
add sshd_config RDomain keyword to place sshd and the subsequent
Damien Miller
2017-10-13
log debug messages sent to peer; ok deraadt markus
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2017-07-23
Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value
Damien Miller
2017-06-24
don't pass pointer to struct sshcipher between privsep processes,
Damien Miller
2017-06-09
Add comments referring to the relevant RFC sections for rekeying
Darren Tucker
2017-06-06
Fix compression output stats broken in rev 1.201. Patch originally by
Darren Tucker
2017-06-01
some warnings spotted by clang; ok markus@
Damien Miller
2017-05-31
These shutdown() SHUT_RDWR are not needed before close()
Theo de Raadt
2017-05-31
clear session keys from memory; ok djm@
Markus Friedl
2017-05-08
helps if I commit the correct version of the file. fix missing
Damien Miller
2017-05-08
I was too aggressive with the scalpel in the last commit;
Damien Miller
2017-05-07
As promised in last release announcement: remove support for
Damien Miller
2017-05-03
remove miscellaneous SSH1 leftovers; ok markus@
Christian Weisgerber
2017-04-30
obliterate ssh1.h and some dead code that used it
Damien Miller
2017-04-30
remove the (in)famous SSHv1 CRC compensation attack detector.
Damien Miller
2017-04-30
remove SSHv1 support from packet and buffer APIs
Damien Miller
2017-04-30
remove compat20/compat13/compat15 variables
Damien Miller
2017-04-30
unifdef WITH_SSH1
Damien Miller
2017-03-11
Don't count the initial block twice when computing how many bytes
Markus Friedl
2017-02-28
small memleak: free fd_set on connection timeout (though we are heading to
Damien Miller
2017-02-03
add ssh_packet_set_log_preamble() to allow inclusion of a preamble
Damien Miller
2017-02-03
Make ssh_packet_set_rekey_limits take u32 for the number of seconds
Darren Tucker
2016-10-11
Add a per-packet input hook that is called with the decrypted packet
Damien Miller
2016-09-30
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
Markus Friedl
[next]