summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upstream: benno helped me clean up the tcp forwarding section;jmc@openbsd.org2019-03-261-32/+18
* upstream: fix use-after-free in ssh-pkcs11; found by hshoexer w/AFLmarkus@openbsd.org2019-03-261-1/+3
* Fix build when configured --without-openssl.Darren Tucker2019-03-141-0/+6
* On Cygwin run sshd as SYSTEM where possible.Darren Tucker2019-03-141-9/+20
* Replace alloca with xcalloc.Darren Tucker2019-03-131-3/+8
* Use Cygwin-specific matching only for users+groups.Darren Tucker2019-03-123-18/+13
* upstream: Move checks for lists of users or groups into their owndtucker@openbsd.org2019-03-084-14/+21
* upstream: Reset last-seen time when sending a keepalive. Preventsdtucker@openbsd.org2019-03-081-6/+9
* upstream: PKCS#11 support is no longer limited to RSA; ok benno@naddy@openbsd.org2019-03-082-7/+7
* upstream: in ssh_set_newkeys(), mention the direction that we'redjm@openbsd.org2019-03-081-5/+7
* upstream: Fix two race conditions in sshd relating to SIGHUP:djm@openbsd.org2019-03-011-28/+86
* upstream: mention PKCS11Provide=none, reword a little and removedjm@openbsd.org2019-03-011-6/+8
* upstream: let PKCS11Provider=none do what users expectdjm@openbsd.org2019-03-011-2/+3
* upstream: dup stdout/in for proxycommand=-, otherwise stdout mightmarkus@openbsd.org2019-03-011-3/+11
* upstream: openssh-7.9 accidentally reused the server's algorithm listsdjm@openbsd.org2019-02-244-18/+12
* Cygwin: implement case-insensitive Unicode user and group name matchingCorinna Vinschen2019-02-224-0/+158
* Revert unintended parts of previous commit.Darren Tucker2019-02-224-158/+0
* Revert "[auth.c] On Cygwin, refuse usernames that have differences in case"Corinna Vinschen2019-02-225-13/+158
* Add tags to .gitignoreCorinna Vinschen2019-02-221-0/+1
* upstream: perform removal of agent-forwarding directory in forwarddjm@openbsd.org2019-02-221-1/+3
* upstream: sync the description of ~/.ssh/config with djm's updatedjmc@openbsd.org2019-02-221-3/+3
* upstream: fix regression in r1.302 reported by naddy@ - only the firstdjm@openbsd.org2019-02-131-5/+5
* upstream: cleanup GSSAPI authentication context after completion of thedjm@openbsd.org2019-02-111-67/+88
* upstream: ssh-keygen -D pkcs11.so needs to initialize pkcs11benno@openbsd.org2019-02-111-2/+2
* upstream: when checking that filenames sent by the server sidedjm@openbsd.org2019-02-101-12/+270
* upstream: syslog when connection is dropped for attempting to run adjm@openbsd.org2019-02-101-3/+6
* don't set $MAIL if UsePam=yesDamien Miller2019-02-081-2/+5
* use same close logic for stderr as stdoutDamien Miller2019-02-081-3/+5
* upstream: Adapt code in the non-USE_PIPES codepath to the new packetdtucker@openbsd.org2019-02-081-2/+2
* upstream: fix NULL-deref crash in PKCS#11 code when attemptingdjm@openbsd.org2019-02-051-2/+17
* upstream: Remove obsolete "Protocol" from commented out examples. Patchdtucker@openbsd.org2019-02-041-2/+1
* upstream: Save connection timeout and restore for 2nd anddtucker@openbsd.org2019-02-011-2/+3
* upstream: Add authors for public domain sntrup4591761 code;markus@openbsd.org2019-02-012-2/+23
* upstream: add -T to usage();jmc@openbsd.org2019-02-011-2/+2
* upstream: The test sshd_config in in $OBJ.dtucker@openbsd.org2019-01-281-2/+2
* upstream: Remove leftover debugging.dtucker@openbsd.org2019-01-281-3/+1
* upstream: Enable ssh-dss for the agent test. Disable it for thedtucker@openbsd.org2019-01-281-1/+6
* upstream: Count the number of key types instead of assuming theredtucker@openbsd.org2019-01-281-3/+5
* Cygwin: only tweak sshd_config file if it's new, drop creating sshd userCorinna Vinschen2019-01-281-3/+13
* Cygwin: Change service name to cygsshdCorinna Vinschen2019-01-281-1/+1
* upstream: Generate all key supported key types and enable for keyscandtucker@openbsd.org2019-01-272-7/+15
* upstream: check in scp client that filenames sent duringdjm@openbsd.org2019-01-272-12/+43
* upstream: make ssh-keyscan return a non-zero exit status if itdjm@openbsd.org2019-01-271-2/+6
* upstream: Accept the host key fingerprint as a synonym for "yes"dtucker@openbsd.org2019-01-251-8/+11
* upstream: Have progressmeter force an update at the beginning anddtucker@openbsd.org2019-01-254-14/+11
* upstream: Check for both EAGAIN and EWOULDBLOCK. This is a no-opdtucker@openbsd.org2019-01-241-1/+1
* upstream: Always initialize 2nd arg to hpdelim2. It populates thatdtucker@openbsd.org2019-01-241-5/+5
* upstream: Remove support for obsolete host/port syntax.dtucker@openbsd.org2019-01-243-11/+16
* upstream: Remove duplicate word. bz#2958, patch from jjelen atdtucker@openbsd.org2019-01-241-3/+3
* upstream: Remove 3 as a guess for possible generator during modulidtucker@openbsd.org2019-01-241-3/+1