summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upstream: process agent requests for RSA certificate private keys usingV_8_0djm@openbsd.org2019-06-141-0/+5
* upstream: embiggen format buffer size for certificate serial number sodjm@openbsd.org2019-05-201-2/+2
* Add no-op implementation of pam_putenv.Darren Tucker2019-05-171-4/+8
* Don't install duplicate STREAMS modules on SolarisDarren Tucker2019-04-261-0/+9
* makedependV_8_0_P1Damien Miller2019-04-181-1/+1
* second thoughts: leave README in placeDamien Miller2019-04-051-0/+74
* Revert "rewrite README"Damien Miller2019-04-051-59/+47
* rewrite READMEDamien Miller2019-04-051-47/+59
* update versionsDamien Miller2019-04-053-3/+3
* upstream: openssh-8.0djm@openbsd.org2019-04-051-2/+2
* session: Do not use removed APIDamien Miller2019-04-041-1/+1
* upstream: when logging/fataling on error, include a bit more detaildjm@openbsd.org2019-04-031-17/+21
* Remove "struct ssh" from sys_auth_record_login.Darren Tucker2019-04-033-5/+5
* Adapt custom_failed_login to new prototype.Darren Tucker2019-04-021-1/+2
* Add includes.h for compat layer.Darren Tucker2019-04-011-0/+2
* Stop USL compilers for erroring with "integral constant expression expected"Tim Rice2019-03-311-4/+4
* Only use O_NOFOLLOW in fchownat and fchmodat if definedTim Rice2019-03-311-0/+4
* Adjust softhsm2 path on Fedora Linux for regressJakub Jelen2019-03-291-0/+1
* Only use O_NOFOLLOW in utimensat if defined.Darren Tucker2019-03-281-0/+2
* drop old Cygwin considerationsCorinna Vinschen2019-03-282-8/+0
* upstream: fix interaction between ClientAliveInterval and RekeyLimitdjm@openbsd.org2019-03-271-3/+4
* upstream: Fix authentication failures when "AuthenticationMethodsdjm@openbsd.org2019-03-261-1/+9
* upstream: whitespacedjm@openbsd.org2019-03-261-2/+1
* upstream: Expand comment to document rationale for default keydtucker@openbsd.org2019-03-261-3/+10
* upstream: Increase the default RSA key size to 3072 bits. Based ondtucker@openbsd.org2019-03-261-3/+6
* upstream: full stop in the wrong place;jmc@openbsd.org2019-03-261-3/+3
* 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