index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: As defined in the RFC, the SSH protocol has negotiable
deraadt@openbsd.org
2024-08-27
1
-4
/
+3
*
remove gratuitious difference from OpenBSD
Damien Miller
2024-08-15
1
-6
/
+6
*
upstream: Convert RSA and ECDSA key to the libcrypto EVP_PKEY API.
djm@openbsd.org
2024-08-15
1
-2
/
+7
*
upstream: typos
djm@openbsd.org
2024-05-31
1
-2
/
+2
*
upstream: Start the process of splitting sshd into separate
djm@openbsd.org
2024-05-17
1
-1
/
+93
*
upstream: implement "strict key exchange" in ssh and sshd
djm@openbsd.org
2023-12-18
1
-44
/
+59
*
upstream: Add keystroke timing obfuscation to the client.
djm@openbsd.org
2023-08-28
1
-1
/
+13
*
upstream: Introduce a transport-level ping facility
djm@openbsd.org
2023-08-28
1
-2
/
+21
*
upstream: remove redundant ssh!=NULL check; we'd already
djm@openbsd.org
2023-04-06
1
-2
/
+2
*
upstream: Ensure ms_remain is always initialized
dtucker@openbsd.org
2023-03-04
1
-2
/
+2
*
upstream: whitespace
djm@openbsd.org
2022-08-31
1
-2
/
+2
*
upstream: add a ssh_packet_process_read() function that reads from
djm@openbsd.org
2022-01-25
1
-1
/
+26
*
upstream: correct comment and use local variable instead of long
djm@openbsd.org
2022-01-25
1
-5
/
+4
*
upstream: when decompressing zlib compressed packets, use
djm@openbsd.org
2022-01-18
1
-2
/
+2
*
upstream: spelling ok dtucker@
jsg@openbsd.org
2022-01-01
1
-1
/
+1
*
upstream: debug("func: ...") -> debug_f("...")
djm@openbsd.org
2021-11-27
1
-6
/
+6
*
upstream: replace select() with ppoll(), including converting
deraadt@openbsd.org
2021-11-17
1
-39
/
+20
*
upstream: Explicitly check for and start time-based rekeying in the
djm@openbsd.org
2021-07-16
1
-7
/
+12
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-8
/
+8
*
upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t
djm@openbsd.org
2021-01-27
1
-6
/
+5
*
upstream: Set the specified TOS/DSCP for interactive use prior to
djm@openbsd.org
2020-11-27
1
-38
/
+4
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-27
/
+24
*
upstream: some language improvements; ok markus
djm@openbsd.org
2020-07-15
1
-2
/
+2
*
upstream: free kex in ssh_packet_close; ok djm semarie
markus@openbsd.org
2020-07-03
1
-1
/
+3
*
upstream: backout 1.293 fix kex mem-leak in ssh_packet_close at markus
semarie@openbsd.org
2020-06-27
1
-3
/
+1
*
upstream: fix kex mem-leak in ssh_packet_close; ok djm
markus@openbsd.org
2020-06-26
1
-1
/
+3
*
upstream: fix ssh -O proxy w/mux which got broken by no longer
markus@openbsd.org
2020-06-26
1
-2
/
+5
*
upstream: consistently check packet_timeout_ms against 0; ok djm
markus@openbsd.org
2020-03-13
1
-5
/
+5
*
upstream: have sshpkt_fatal() save/restore errno before we
djm@openbsd.org
2020-01-30
1
-1
/
+4
*
upstream: Fix typo in comment.
dtucker@openbsd.org
2020-01-23
1
-2
/
+2
*
upstream: Make zlib optional. This adds a "ZLIB" build time option
dtucker@openbsd.org
2020-01-23
1
-2
/
+36
*
upstream: strdup may return NULL if memory allocation fails. Use
tobhe@openbsd.org
2019-12-20
1
-3
/
+3
*
Wrap poll.h includes in HAVE_POLL_H.
Darren Tucker
2019-10-28
1
-0
/
+2
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-7
/
+7
*
upstream: Typo and spelling fixes in comments and error messages.
dtucker@openbsd.org
2019-06-07
1
-2
/
+2
*
upstream: Remove crc32.{c,h} which were only used by the now-gone
dtucker@openbsd.org
2019-05-08
1
-2
/
+1
*
upstream: in ssh_set_newkeys(), mention the direction that we're
djm@openbsd.org
2019-03-08
1
-5
/
+7
*
upstream: pass values used in KEX hash computation as sshbuf
djm@openbsd.org
2019-01-21
1
-1
/
+7
*
upstream: Make sshpkt_get_bignum2() allocate the bignum it is
djm@openbsd.org
2019-01-21
1
-4
/
+3
*
upstream: allow sshpkt_fatal() to take a varargs format; we'll
djm@openbsd.org
2019-01-19
1
-6
/
+23
*
upstream: fix memory leak of ciphercontext when rekeying; bz#2942
djm@openbsd.org
2019-01-04
1
-3
/
+3
*
upstream: move client/server SSH-* banners to buffers under
djm@openbsd.org
2018-12-27
1
-22
/
+20
*
Explicitly include openssl before zlib.
Darren Tucker
2018-07-20
1
-0
/
+12
*
upstream: memleaks; found by valgrind
djm@openbsd.org
2018-07-16
1
-1
/
+3
*
upstream: client: switch to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-4
/
+1
*
upstream: Revert previous two commits
sf@openbsd.org
2018-07-10
1
-5
/
+6
*
upstream: Rename COMP_DELAYED to COMP_ZLIB
sf@openbsd.org
2018-07-10
1
-4
/
+4
*
upstream: Remove leftovers from pre-authentication compression
sf@openbsd.org
2018-07-10
1
-4
/
+3
*
upstream: Remove unused ssh_packet_start_compression()
sf@openbsd.org
2018-07-10
1
-22
/
+1
*
upstream: make ssh_remote_ipaddr() capable of being called after
djm@openbsd.org
2018-06-01
1
-4
/
+8
[next]