summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-27upstream: fix interaction between ClientAliveInterval and RekeyLimitdjm@openbsd.org
2019-03-26upstream: Fix authentication failures when "AuthenticationMethodsdjm@openbsd.org
2019-03-26upstream: whitespacedjm@openbsd.org
2019-03-26upstream: Expand comment to document rationale for default keydtucker@openbsd.org
2019-03-26upstream: Increase the default RSA key size to 3072 bits. Based ondtucker@openbsd.org
2019-03-26upstream: full stop in the wrong place;jmc@openbsd.org
2019-03-26upstream: benno helped me clean up the tcp forwarding section;jmc@openbsd.org
2019-03-26upstream: fix use-after-free in ssh-pkcs11; found by hshoexer w/AFLmarkus@openbsd.org
2019-03-14Fix build when configured --without-openssl.Darren Tucker
2019-03-14On Cygwin run sshd as SYSTEM where possible.Darren Tucker
2019-03-13Replace alloca with xcalloc.Darren Tucker
2019-03-12Use Cygwin-specific matching only for users+groups.Darren Tucker
2019-03-08upstream: Move checks for lists of users or groups into their owndtucker@openbsd.org
2019-03-08upstream: Reset last-seen time when sending a keepalive. Preventsdtucker@openbsd.org
2019-03-08upstream: PKCS#11 support is no longer limited to RSA; ok benno@naddy@openbsd.org
2019-03-08upstream: in ssh_set_newkeys(), mention the direction that we'redjm@openbsd.org
2019-03-01upstream: Fix two race conditions in sshd relating to SIGHUP:djm@openbsd.org
2019-03-01upstream: mention PKCS11Provide=none, reword a little and removedjm@openbsd.org
2019-03-01upstream: let PKCS11Provider=none do what users expectdjm@openbsd.org
2019-03-01upstream: dup stdout/in for proxycommand=-, otherwise stdout mightmarkus@openbsd.org
2019-02-24upstream: openssh-7.9 accidentally reused the server's algorithm listsdjm@openbsd.org
2019-02-22Cygwin: implement case-insensitive Unicode user and group name matchingCorinna Vinschen
2019-02-22Revert unintended parts of previous commit.Darren Tucker
2019-02-22Revert "[auth.c] On Cygwin, refuse usernames that have differences in case"Corinna Vinschen
2019-02-22Add tags to .gitignoreCorinna Vinschen
2019-02-22upstream: perform removal of agent-forwarding directory in forwarddjm@openbsd.org
2019-02-22upstream: sync the description of ~/.ssh/config with djm's updatedjmc@openbsd.org
2019-02-13upstream: fix regression in r1.302 reported by naddy@ - only the firstdjm@openbsd.org
2019-02-11upstream: cleanup GSSAPI authentication context after completion of thedjm@openbsd.org
2019-02-11upstream: ssh-keygen -D pkcs11.so needs to initialize pkcs11benno@openbsd.org
2019-02-10upstream: when checking that filenames sent by the server sidedjm@openbsd.org
2019-02-10upstream: syslog when connection is dropped for attempting to run adjm@openbsd.org
2019-02-08don't set $MAIL if UsePam=yesDamien Miller
2019-02-08use same close logic for stderr as stdoutDamien Miller
2019-02-08upstream: Adapt code in the non-USE_PIPES codepath to the new packetdtucker@openbsd.org
2019-02-05upstream: fix NULL-deref crash in PKCS#11 code when attemptingdjm@openbsd.org
2019-02-04upstream: Remove obsolete "Protocol" from commented out examples. Patchdtucker@openbsd.org
2019-02-01upstream: Save connection timeout and restore for 2nd anddtucker@openbsd.org
2019-02-01upstream: Add authors for public domain sntrup4591761 code;markus@openbsd.org
2019-02-01upstream: add -T to usage();jmc@openbsd.org
2019-01-28upstream: The test sshd_config in in $OBJ.dtucker@openbsd.org
2019-01-28upstream: Remove leftover debugging.dtucker@openbsd.org
2019-01-28upstream: Enable ssh-dss for the agent test. Disable it for thedtucker@openbsd.org
2019-01-28upstream: Count the number of key types instead of assuming theredtucker@openbsd.org
2019-01-28Cygwin: only tweak sshd_config file if it's new, drop creating sshd userCorinna Vinschen
2019-01-28Cygwin: Change service name to cygsshdCorinna Vinschen
2019-01-27upstream: Generate all key supported key types and enable for keyscandtucker@openbsd.org
2019-01-27upstream: check in scp client that filenames sent duringdjm@openbsd.org
2019-01-27upstream: make ssh-keyscan return a non-zero exit status if itdjm@openbsd.org
2019-01-25upstream: Accept the host key fingerprint as a synonym for "yes"dtucker@openbsd.org