summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01releasing package openssh version 1:7.9p1-9Colin Watson
2019-03-01Handle shell-style brace expansions in scp checksColin Watson
2019-03-01upstream: when checking that filenames sent by the server sidedjm@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-28releasing package openssh version 1:7.9p1-8Colin Watson
2019-02-28Move moduli(5) manual page to openssh-serverColin Watson
2019-02-28Correctly handle conffile move to openssh-serverDominik George
2019-02-28Request RSA-SHA2 signatures for corresponding cert algorithmsColin Watson
2019-02-28upstream: Request RSA-SHA2 signatures fordjm@openbsd.org
2019-02-28Fix key type checks with RSA-SHA2 signature typesColin Watson
2019-02-28upstream: fix bug in HostbasedAcceptedKeyTypes anddjm@openbsd.org
2019-02-26releasing package openssh version 1:7.9p1-7Colin Watson
2019-02-25Tighten up start-stop-daemon invocationsColin Watson
2019-02-25Update logind recommendationColin Watson
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-08releasing package openssh version 1:7.9p1-6Colin Watson
2019-02-08scp: Check remote->local directory copy filenamesColin Watson
2019-02-08upstream: check in scp client that filenames sent duringdjm@openbsd.org
2019-02-08Sanitize scp filenames via snmprintfColin Watson
2019-02-08upstream: Have progressmeter force an update at the beginning anddtucker@openbsd.org
2019-02-08upstream: Sanitize scp filenames via snmprintf. To do this we movedtucker@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