summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-10in pick_salt() avoid dereference of NULL passwordsDamien Miller
2018-10-09upstream: Treat all PEM_read_bio_PrivateKey() errors when a passphrasedjm@openbsd.org
2018-10-07upstream: Support using service names for port numbers.naddy@openbsd.org
2018-10-04upstream: when the peer sends a channel-close message, make sure wedjm@openbsd.org
2018-10-04upstream: factor out channel status formatting fromdjm@openbsd.org
2018-10-04upstream: include a little more information about the status anddjm@openbsd.org
2018-10-04upstream: explicit_bzero here to be consistent with other kex*.c;djm@openbsd.org
2018-10-03upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org
2018-10-02upstream: mention INFO@openssh.com for sending SIGINFOdjm@openbsd.org
2018-10-02only support SIGINFO on systems with SIGINFODamien Miller
2018-10-02upstream: Add server support for signalling sessions via the SSHdjm@openbsd.org
2018-09-26upstream: remove big ugly TODO comment from start of file. Some ofdjm@openbsd.org
2018-09-26upstream: Document mux proxy mode; added by Markus in openssh-7.4djm@openbsd.org
2018-09-26upstream: s/process_mux_master/mux_master_process/ in mux masterdjm@openbsd.org
2018-09-22Remove unused variable in _ssh_compat_fflush.Darren Tucker
2018-09-22Import updated moduli.Darren Tucker
2018-09-21upstream: Allow ssh_config ForwardX11Timeout=0 to disable thedjm@openbsd.org
2018-09-21upstream: when compiled with GSSAPI support, cache supported methoddjm@openbsd.org
2018-09-21upstream: In sshkey_in_file(), ignore keys that are considered fordjm@openbsd.org
2018-09-21upstream: Treat connections with ProxyJump specified the same as onesdjm@openbsd.org
2018-09-21upstream: actually make CASignatureAlgorithms available as a configdjm@openbsd.org
2018-09-21upstream: Import updated moduli.dtucker@openbsd.org
2018-09-21upstream: reorder CASignatureAlgorithms, and add them to thejmc@openbsd.org
2018-09-20upstream: fix "ssh -Q sig" to show correct signature algorithm listdjm@openbsd.org
2018-09-20upstream: add CASignatureAlgorithms option for the client, allowingdjm@openbsd.org
2018-09-20upstream: Add sshd_config CASignatureAlgorithms option to allowdjm@openbsd.org
2018-09-20upstream: Make "ssh-add -q" do what it says on the tin: silencedjm@openbsd.org
2018-09-20upstream: When choosing a prime from the moduli file, avoidmillert@openbsd.org
2018-09-15Fix openssl-1.1 fallout for --without-openssl.Darren Tucker
2018-09-15add futex(2) syscall to seccomp sandboxDamien Miller
2018-09-15really add source for authopt_fuzz this timeDamien Miller
2018-09-15remove accidentally checked-in authopt_fuzz binaryDamien Miller
2018-09-14upstream: second try, deals properly with missing and private-onlydjm@openbsd.org
2018-09-14fuzzer harness for authorized_keys option parsingDamien Miller
2018-09-14upstream: revert following; deals badly with agent keysdjm@openbsd.org
2018-09-14upstream: garbage-collect moribund ssh_new_private() API.djm@openbsd.org
2018-09-14upstream: Use consistent format in debug log for keys readied,djm@openbsd.org
2018-09-14upstream: Fix warnings caused by user_from_uid() and group_from_gid()millert@openbsd.org
2018-09-14allow SIGUSR1 as synonym for SIGINFODamien Miller
2018-09-13add compat headerDamien Miller
2018-09-13upstream: missed a bit of openssl-1.0.x API in this unittestdjm@openbsd.org
2018-09-13upstream: use only openssl-1.1.x API here toodjm@openbsd.org
2018-09-13adapt -portable to OpenSSL 1.1x APIDamien Miller
2018-09-13forgot to stage these test files in commit d70d061Damien Miller
2018-09-13upstream: hold our collective noses and use the openssl-1.1.x API indjm@openbsd.org
2018-09-12upstream: Include certs with multiple RSA signature variants indjm@openbsd.org
2018-09-12upstream: test revocation by explicit hash and by fingerprintdjm@openbsd.org
2018-09-12upstream: s/sshkey_demote/sshkey_from_private/gdjm@openbsd.org
2018-09-12delete the correct thing; kexfuzz binaryDamien Miller
2018-09-12upstream: fix edit mistake; spotted by jmc@djm@openbsd.org