index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
install-sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-05
Add a hostname function for systems that don't have it.
Darren Tucker
1
-0
/
+9
2021-02-05
upstream: Roll back the hostname->uname change in rev 1.10. It turns
dtucker@openbsd.org
1
-3
/
+3
2021-02-05
upstream: hostname is not specified by POSIX but uname -n is, so use
dtucker@openbsd.org
1
-3
/
+3
2021-02-05
Using explicit_memset for the explicit_bzero compatibility layer.
David Carlier
2
-1
/
+10
2021-02-05
Deny (non-fatal) statx in preauth privsep child.
Luca Weiss
1
-0
/
+3
2021-02-05
upstream: Remove debug message from sigchld handler. While this
dtucker@openbsd.org
1
-3
/
+1
2021-02-05
upstream: whitespace
djm@openbsd.org
1
-2
/
+1
2021-02-05
upstream: fix memleaks in private key deserialisation; enforce more
djm@openbsd.org
1
-1
/
+20
2021-02-05
upstream: memleak on error path; ok markus@
djm@openbsd.org
1
-2
/
+2
2021-01-31
upstream: more strictly enforce KEX state-machine by banning packet
djm@openbsd.org
5
-9
/
+25
2021-01-31
upstream: Set linesize returned by getline to zero when freeing and
dtucker@openbsd.org
1
-1
/
+3
2021-01-30
allow a fuzz case to contain more than one request
Damien Miller
1
-1
/
+9
2021-01-30
expect fuzz cases to have length prefix
Damien Miller
1
-1
/
+1
2021-01-30
ssh-agent fuzzer
Damien Miller
3
-18
/
+213
2021-01-30
move keys out of kex_fuzz.cc into separate header
Damien Miller
2
-76
/
+121
2021-01-30
some fixed test data (mostly keys) for fuzzing
Damien Miller
20
-0
/
+146
2021-01-30
upstream: add a SK_DUMMY_INTEGRATE define that allows the dummy
djm@openbsd.org
1
-0
/
+7
2021-01-30
upstream: fix the values of enum sock_type
djm@openbsd.org
1
-4
/
+4
2021-01-30
upstream: give typedef'd struct a struct name; makes the fuzzer I'm
djm@openbsd.org
1
-2
/
+2
2021-01-29
fuzz diffie-hellman-group-exchange-sha1 kex too
Damien Miller
1
-0
/
+1
2021-01-29
support for running kex fuzzer with null cipher
Damien Miller
1
-4
/
+17
2021-01-28
make with -j2 to use available CPUs.
Darren Tucker
2
-7
/
+7
2021-01-28
Add test against openssl head and libressl head.
Darren Tucker
2
-4
/
+25
2021-01-28
Remove whitespace.
Darren Tucker
1
-6
/
+0
2021-01-28
upstream: fix leak: was double allocating kex->session_id buffer
djm@openbsd.org
1
-4
/
+6
2021-01-27
correct kex name in disabled code
Damien Miller
1
-1
/
+1
2021-01-27
upstream: this needs kex.h now
djm@openbsd.org
1
-1
/
+2
2021-01-27
upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t
djm@openbsd.org
15
-103
/
+80
2021-01-27
upstream: remove global variable used to stash compat flags and use the
djm@openbsd.org
14
-73
/
+70
2021-01-27
Install moduli file before tests.
Darren Tucker
1
-0
/
+8
2021-01-27
Run one test with -Werror to catch warnings.
Darren Tucker
2
-2
/
+2
2021-01-27
upstream: Logical not bitwise or. ok djm@
dtucker@openbsd.org
1
-2
/
+2
2021-01-27
upstream: move HostbasedAcceptedAlgorithms to the right place in
naddy@openbsd.org
4
-15
/
+15
2021-01-26
upstream: Remove unused variables leftover from refactoring. ok
dtucker@openbsd.org
1
-6
/
+4
2021-01-26
upstream: Rename HostbasedKeyTypes (ssh) and
dtucker@openbsd.org
13
-50
/
+55
2021-01-26
Disable sntrup761 if compiler doesn't support VLAs.
Darren Tucker
5
-1
/
+54
2021-01-26
upstream: refactor key constraint parsing in ssh-agent
djm@openbsd.org
1
-69
/
+95
2021-01-26
upstream: more ssh-agent refactoring
djm@openbsd.org
1
-67
/
+130
2021-01-26
upstream: make struct hostkeys public; I have no idea why I made it
djm@openbsd.org
2
-8
/
+6
2021-01-26
upstream: move check_host_cert() from sshconnect,c to sshkey.c and
djm@openbsd.org
7
-51
/
+69
2021-01-26
upstream: use recallocarray to allocate the agent sockets table;
djm@openbsd.org
1
-4
/
+16
2021-01-26
upstream: factor out common code in the agent client
djm@openbsd.org
1
-24
/
+39
2021-01-25
upstream: make ssh hostbased authentication send the signature
djm@openbsd.org
1
-3
/
+3
2021-01-23
ifdef new instance of sin6_scope_id
Darren Tucker
1
-0
/
+2
2021-01-22
upstream: Fix long->int for convtime tests here too. Spotted by
dtucker@openbsd.org
1
-17
/
+17
2021-01-22
upstream: PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms
dtucker@openbsd.org
1
-3
/
+3
2021-01-22
upstream: Rename PubkeyAcceptedKeyTypes keyword to
dtucker@openbsd.org
12
-73
/
+76
2021-01-18
upstream: Change types in convtime() unit test to int to match change
dtucker@openbsd.org
1
-16
/
+27
2021-01-18
upstream: Make output buffer larger to prevent potential truncation
dtucker@openbsd.org
1
-2
/
+2
2021-01-18
upstream: Change types in convtime() unit test to int to match
dtucker@openbsd.org
1
-3
/
+3
[next]