index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert most github hosted tests to new config structure.
Darren Tucker
2021-02-17
3
-85
/
+61
*
Only run selfhosted tests from selfhosted repo.
Darren Tucker
2021-02-17
1
-0
/
+1
*
Add self-hosted runners for VMs of other platforms.
Darren Tucker
2021-02-17
6
-14
/
+153
*
upstream: Make sure puttygen is new enough to successfully run the
dtucker@openbsd.org
2021-02-17
1
-10
/
+9
*
upstream: ssh: add PermitRemoteOpen for remote dynamic forwarding
markus@openbsd.org
2021-02-17
6
-9
/
+170
*
upstream: factor out opt_array_append; ok djm@
markus@openbsd.org
2021-02-17
3
-43
/
+51
*
upstream: ProxyJump takes "none" to disable processing like
dlg@openbsd.org
2021-02-17
1
-2
/
+5
*
upstream: sftp: add missing lsetstat@openssh.com documentation
djm@openbsd.org
2021-02-17
3
-13
/
+39
*
upstream: factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own
djm@openbsd.org
2021-02-17
1
-41
/
+59
*
Add __NR_futex_time64 to seccomp sandbox.
Darren Tucker
2021-02-11
1
-0
/
+3
*
Add a hostname function for systems that don't have it.
Darren Tucker
2021-02-05
1
-0
/
+9
*
upstream: Roll back the hostname->uname change in rev 1.10. It turns
dtucker@openbsd.org
2021-02-05
1
-3
/
+3
*
upstream: hostname is not specified by POSIX but uname -n is, so use
dtucker@openbsd.org
2021-02-05
1
-3
/
+3
*
Using explicit_memset for the explicit_bzero compatibility layer.
David Carlier
2021-02-05
2
-1
/
+10
*
Deny (non-fatal) statx in preauth privsep child.
Luca Weiss
2021-02-05
1
-0
/
+3
*
upstream: Remove debug message from sigchld handler. While this
dtucker@openbsd.org
2021-02-05
1
-3
/
+1
*
upstream: whitespace
djm@openbsd.org
2021-02-05
1
-2
/
+1
*
upstream: fix memleaks in private key deserialisation; enforce more
djm@openbsd.org
2021-02-05
1
-1
/
+20
*
upstream: memleak on error path; ok markus@
djm@openbsd.org
2021-02-05
1
-2
/
+2
*
upstream: more strictly enforce KEX state-machine by banning packet
djm@openbsd.org
2021-01-31
5
-9
/
+25
*
upstream: Set linesize returned by getline to zero when freeing and
dtucker@openbsd.org
2021-01-31
1
-1
/
+3
*
allow a fuzz case to contain more than one request
Damien Miller
2021-01-30
1
-1
/
+9
*
expect fuzz cases to have length prefix
Damien Miller
2021-01-30
1
-1
/
+1
*
ssh-agent fuzzer
Damien Miller
2021-01-30
3
-18
/
+213
*
move keys out of kex_fuzz.cc into separate header
Damien Miller
2021-01-30
2
-76
/
+121
*
some fixed test data (mostly keys) for fuzzing
Damien Miller
2021-01-30
20
-0
/
+146
*
upstream: add a SK_DUMMY_INTEGRATE define that allows the dummy
djm@openbsd.org
2021-01-30
1
-0
/
+7
*
upstream: fix the values of enum sock_type
djm@openbsd.org
2021-01-30
1
-4
/
+4
*
upstream: give typedef'd struct a struct name; makes the fuzzer I'm
djm@openbsd.org
2021-01-30
1
-2
/
+2
*
fuzz diffie-hellman-group-exchange-sha1 kex too
Damien Miller
2021-01-29
1
-0
/
+1
*
support for running kex fuzzer with null cipher
Damien Miller
2021-01-29
1
-4
/
+17
*
make with -j2 to use available CPUs.
Darren Tucker
2021-01-28
2
-7
/
+7
*
Add test against openssl head and libressl head.
Darren Tucker
2021-01-28
2
-4
/
+25
*
Remove whitespace.
Darren Tucker
2021-01-28
1
-6
/
+0
*
upstream: fix leak: was double allocating kex->session_id buffer
djm@openbsd.org
2021-01-28
1
-4
/
+6
*
correct kex name in disabled code
Damien Miller
2021-01-27
1
-1
/
+1
*
upstream: this needs kex.h now
djm@openbsd.org
2021-01-27
1
-1
/
+2
*
upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t
djm@openbsd.org
2021-01-27
15
-103
/
+80
*
upstream: remove global variable used to stash compat flags and use the
djm@openbsd.org
2021-01-27
14
-73
/
+70
*
Install moduli file before tests.
Darren Tucker
2021-01-27
1
-0
/
+8
*
Run one test with -Werror to catch warnings.
Darren Tucker
2021-01-27
2
-2
/
+2
*
upstream: Logical not bitwise or. ok djm@
dtucker@openbsd.org
2021-01-27
1
-2
/
+2
*
upstream: move HostbasedAcceptedAlgorithms to the right place in
naddy@openbsd.org
2021-01-27
4
-15
/
+15
*
upstream: Remove unused variables leftover from refactoring. ok
dtucker@openbsd.org
2021-01-26
1
-6
/
+4
*
upstream: Rename HostbasedKeyTypes (ssh) and
dtucker@openbsd.org
2021-01-26
13
-50
/
+55
*
Disable sntrup761 if compiler doesn't support VLAs.
Darren Tucker
2021-01-26
5
-1
/
+54
*
upstream: refactor key constraint parsing in ssh-agent
djm@openbsd.org
2021-01-26
1
-69
/
+95
*
upstream: more ssh-agent refactoring
djm@openbsd.org
2021-01-26
1
-67
/
+130
*
upstream: make struct hostkeys public; I have no idea why I made it
djm@openbsd.org
2021-01-26
2
-8
/
+6
*
upstream: move check_host_cert() from sshconnect,c to sshkey.c and
djm@openbsd.org
2021-01-26
7
-51
/
+69
[prev]
[next]