]> git.ipfire.org Git - thirdparty/openssh-portable.git/shortlog
thirdparty/openssh-portable.git
2021-02-17  djm@openbsd.orgupstream: factor SSH_AGENT_CONSTRAIN_EXTENSION parsing...
2021-02-10  Darren TuckerAdd __NR_futex_time64 to seccomp sandbox.
2021-02-05  Darren TuckerAdd a hostname function for systems that don't have it.
2021-02-05  dtucker@openbsd.orgupstream: Roll back the hostname->uname change in rev...
2021-02-05  dtucker@openbsd.orgupstream: hostname is not specified by POSIX but uname...
2021-02-05  David CarlierUsing explicit_memset for the explicit_bzero compatibil...
2021-02-05  Luca WeissDeny (non-fatal) statx in preauth privsep child.
2021-02-05  dtucker@openbsd.orgupstream: Remove debug message from sigchld handler...
2021-02-05  djm@openbsd.orgupstream: whitespace
2021-02-05  djm@openbsd.orgupstream: fix memleaks in private key deserialisation...
2021-02-05  djm@openbsd.orgupstream: memleak on error path; ok markus@
2021-01-31  djm@openbsd.orgupstream: more strictly enforce KEX state-machine by...
2021-01-31  dtucker@openbsd.orgupstream: Set linesize returned by getline to zero...
2021-01-30  Damien Millerallow a fuzz case to contain more than one request
2021-01-30  Damien Millerexpect fuzz cases to have length prefix
2021-01-30  Damien Millerssh-agent fuzzer
2021-01-30  Damien Millermove keys out of kex_fuzz.cc into separate header
2021-01-30  Damien Millersome fixed test data (mostly keys) for fuzzing
2021-01-30  djm@openbsd.orgupstream: add a SK_DUMMY_INTEGRATE define that allows...
2021-01-30  djm@openbsd.orgupstream: fix the values of enum sock_type
2021-01-30  djm@openbsd.orgupstream: give typedef'd struct a struct name; makes...
2021-01-29  Damien Millerfuzz diffie-hellman-group-exchange-sha1 kex too
2021-01-29  Damien Millersupport for running kex fuzzer with null cipher
2021-01-28  Darren Tuckermake with -j2 to use available CPUs.
2021-01-28  Darren TuckerAdd test against openssl head and libressl head.
2021-01-28  Darren TuckerRemove whitespace.
2021-01-27  djm@openbsd.orgupstream: fix leak: was double allocating kex->session_...
2021-01-27  Damien Millercorrect kex name in disabled code
2021-01-27  djm@openbsd.orgupstream: this needs kex.h now
2021-01-27  djm@openbsd.orgupstream: make ssh->kex->session_id a sshbuf instead...
2021-01-27  djm@openbsd.orgupstream: remove global variable used to stash compat...
2021-01-27  Darren TuckerInstall moduli file before tests.
2021-01-27  Darren TuckerRun one test with -Werror to catch warnings.
2021-01-27  dtucker@openbsd.orgupstream: Logical not bitwise or. ok djm@
2021-01-27  naddy@openbsd.orgupstream: move HostbasedAcceptedAlgorithms to the right...
2021-01-26  dtucker@openbsd.orgupstream: Remove unused variables leftover from refacto...
2021-01-26  dtucker@openbsd.orgupstream: Rename HostbasedKeyTypes (ssh) and
2021-01-26  Darren TuckerDisable sntrup761 if compiler doesn't support VLAs.
2021-01-26  djm@openbsd.orgupstream: refactor key constraint parsing in ssh-agent
2021-01-26  djm@openbsd.orgupstream: more ssh-agent refactoring
2021-01-26  djm@openbsd.orgupstream: make struct hostkeys public; I have no idea...
2021-01-26  djm@openbsd.orgupstream: move check_host_cert() from sshconnect,c...
2021-01-26  djm@openbsd.orgupstream: use recallocarray to allocate the agent socke...
2021-01-26  djm@openbsd.orgupstream: factor out common code in the agent client
2021-01-25  djm@openbsd.orgupstream: make ssh hostbased authentication send the...
2021-01-23  Darren Tuckerifdef new instance of sin6_scope_id
2021-01-22  dtucker@openbsd.orgupstream: Fix long->int for convtime tests here too...
2021-01-22  dtucker@openbsd.orgupstream: PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms
2021-01-22  dtucker@openbsd.orgupstream: Rename PubkeyAcceptedKeyTypes keyword to
2021-01-18  dtucker@openbsd.orgupstream: Change types in convtime() unit test to int...
2021-01-18  dtucker@openbsd.orgupstream: Make output buffer larger to prevent potentia...
2021-01-18  dtucker@openbsd.orgupstream: Change types in convtime() unit test to int...
2021-01-18  dtucker@openbsd.orgupstream: In waitfd(), when poll returns early we are...
2021-01-18  rob@openbsd.orgupstream: Minor grammatical correction.
2021-01-13  Darren TuckerMerge Mac OS X targets into a single config.
2021-01-12  Darren TuckerAdd Mac OS X test targets.
2021-01-11  anatasluoRemove duplicated declaration in fatal.c .
2021-01-11  dtucker@openbsd.orgupstream: Correct spelling of persourcenetblocksize...
2021-01-11  dtucker@openbsd.orgupstream: Adjust kexfuzz to addr.c/addrmatch.c split.
2021-01-11  dtucker@openbsd.orgupstream: Update unittests for addr.c/addrmatch.c split.
2021-01-11  dtucker@openbsd.orgupstream: Change convtime() from returning long to...
2021-01-11  jmc@openbsd.orgupstream: add a comma to previous;
2021-01-11  dtucker@openbsd.orgupstream: Add PerSourceMaxStartups and PerSourceNetBloc...
2021-01-11  dtucker@openbsd.orgupstream: Move address handling functions out into...
2021-01-08  Darren TuckerAdd test against Graphene hardened malloc.
2021-01-08  djm@openbsd.orgupstream: make CheckHostIP default to 'no'. It doesn...
2021-01-08  Darren TuckerRun tests with sudo for better coverage.
2021-01-08  Darren TuckerAdd Ubuntu 16.04 and 20.04 test targets.
2021-01-08  djm@openbsd.orgupstream: If a signature operation on a FIDO key fails...
2021-01-08  djm@openbsd.orgupstream: don't try to use timespeccmp(3) directly...
2021-01-08  dtucker@openbsd.orgupstream: Update the sntrup761 creation script and...
2021-01-08  djm@openbsd.orgupstream: mention that DisableForwarding is valid in...
2021-01-08  dtucker@openbsd.orgupstream: estructure sntrup761.sh to process all files...
2021-01-08  tobhe@openbsd.orgupstream: Prevent redefinition of `crypto_int32' error...
2021-01-01  Darren TuckerUndef int32 after sort routines.
2020-12-31  Damien Millerfix: missing pieces of previous commit
2020-12-31  tobhe@openbsd.orgupstream: Use int64_t for intermediate values in int32_...
2020-12-29  Damien Milleradapt KEX fuzzer to PQ kex change
2020-12-29  djm@openbsd.orgupstream: Adapt to replacement of
2020-12-29  djm@openbsd.orgupstream: Update/replace the experimental post-quantim...
2020-12-29  jmc@openbsd.orgupstream: tweak the description of KnownHostsCommand...
2020-12-22  Damien Millerwhitespace at EOL
2020-12-22  Damien Millerwhitespace at EOL
2020-12-22  Darren TuckerImprove AIX text.
2020-12-22  Darren TuckerInclude stdio.h for FILE in misc.h.
2020-12-22  Damien Millerensure $LOGNAME is set in tests
2020-12-22  djm@openbsd.orgupstream: more detail for failing tests
2020-12-22  djm@openbsd.orgupstream: regress test for KnownHostsCommand
2020-12-22  tb@openbsd.orgupstream: Remove lines accidentally left behind in...
2020-12-22  djm@openbsd.orgupstream: add a ssh_config KnownHostsCommand that allow...
2020-12-22  djm@openbsd.orgupstream: move subprocess() from auth.c to misc.c
2020-12-21  dtucker@openbsd.orgupstream: Remove explicit rijndael-cbc@lysator.liu...
2020-12-21  dtucker@openbsd.orgupstream: Remove the pre-standardization cipher
2020-12-21  djm@openbsd.orgupstream: properly fix ProxyJump parsing; Thanks to...
2020-12-21  djm@openbsd.orgupstream: adapt to API change in hostkeys_foreach(...
2020-12-21  djm@openbsd.orgupstream: few more things needs match.c and addrmatch...
2020-12-21  Darren TuckerPull in missing rev 1.2.
2020-12-20  djm@openbsd.orgupstream: plumb ssh_conn_info through to sshconnect...
2020-12-20  djm@openbsd.orgupstream: allow UserKnownHostsFile=none; feedback and...
2020-12-20  djm@openbsd.orgupstream: load_hostkeys()/hostkeys_foreach() variants...
next