-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: eeeeethan2333/ssh
base: master
head repository: gliderlabs/ssh
compare: master
Commits on Feb 13, 2020
-
Vladimír Chalupecký committed
Feb 13, 2020 Configuration menu - View commit details
-
Copy full SHA for a7de8ac - Browse repository at this point
Copy the full SHA a7de8acView commit details
Commits on Oct 7, 2020
-
Register chan to Session to listen for break requests (gliderlabs#141)
Co-authored-by: Jacob Meisler <meislerj@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for fb34512 - Browse repository at this point
Copy the full SHA fb34512View commit details
Commits on Dec 12, 2020
-
Add ConnectionFailedCallback to enable reporting of failed connection
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 98ce6bf - Browse repository at this point
Copy the full SHA 98ce6bfView commit details
Commits on Feb 1, 2021
-
Fix: KeyboardInteractive Login
+ Include KeyboardInteractive in decision if NoClientAuth should be performed + Add option for KeyboardInteractive
Configuration menu - View commit details
-
Copy full SHA for 1593226 - Browse repository at this point
Copy the full SHA 1593226View commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 30ec06d - Browse repository at this point
Copy the full SHA 30ec06dView commit details
Commits on Jun 28, 2021
-
Merge pull request gliderlabs#143 from zeripath/connection-failed-cal…
…lback Add ConnectionFailedCallback to enable reporting of failed connection
Configuration menu - View commit details
-
Copy full SHA for 4204f8c - Browse repository at this point
Copy the full SHA 4204f8cView commit details -
Add go mod files (gliderlabs#153)
* Add go mod files * Fix circle ci * Update minimum supported version to 1.12 Co-authored-by: Kaleb Elwert <kaleb@coded.io>
Configuration menu - View commit details
-
Copy full SHA for bf02c41 - Browse repository at this point
Copy the full SHA bf02c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3427354 - Browse repository at this point
Copy the full SHA 3427354View commit details -
Prevent Context.RemoteAddr() from exploding when called from ConnCall…
…back When calling ctx.RemoteAddr() within ConnCallback one gets a panic due to unsafe casting within the accessor. I understand it's not a valid scenario as such, but I accidentally called a logger that expected that checked for RemoteAddr() in ssh.Context panic: interface conversion: interface is nil, not net.Addr Signed-off-by: Alejandro Mery <amery@geeks.cl>
Configuration menu - View commit details
-
Copy full SHA for c7b4a1b - Browse repository at this point
Copy the full SHA c7b4a1bView commit details -
Merge pull request gliderlabs#134 from vladimir-ch/session-docs-typo
Fix typo in Session docs
Configuration menu - View commit details
-
Copy full SHA for c9fc441 - Browse repository at this point
Copy the full SHA c9fc441View commit details
Commits on Jan 6, 2022
-
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd71f10 - Browse repository at this point
Copy the full SHA dd71f10View commit details
Commits on May 9, 2022
-
Merge pull request gliderlabs#168 from caarlos0/ctx
feat: return ssh.Context
Configuration menu - View commit details
-
Copy full SHA for 777ab34 - Browse repository at this point
Copy the full SHA 777ab34View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 334c16f - Browse repository at this point
Copy the full SHA 334c16fView commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5cf2edf - Browse repository at this point
Copy the full SHA 5cf2edfView commit details -
Merge pull request gliderlabs#180 from gustavosbarreto/update-crypto-ssh
Update golang.org/x/crypto/ssh
Configuration menu - View commit details
-
Copy full SHA for 0f80af4 - Browse repository at this point
Copy the full SHA 0f80af4View commit details
Commits on Oct 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3cef403 - Browse repository at this point
Copy the full SHA 3cef403View commit details
Commits on Oct 25, 2022
-
Merge pull request gliderlabs#182 from jm33-m0/master
add sftp-server example
Configuration menu - View commit details
-
Copy full SHA for db09465 - Browse repository at this point
Copy the full SHA db09465View commit details
Commits on Feb 25, 2023
-
Bump golang.org/x/net from 0.0.0-20220826154423-83b083e8dc8b to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220826154423-83b083e8dc8b to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8aa15f7 - Browse repository at this point
Copy the full SHA 8aa15f7View commit details
Commits on Mar 16, 2023
-
Merge pull request gliderlabs#198 from gliderlabs/dependabot/go_modul…
…es/golang.org/x/net-0.7.0 Bump golang.org/x/net from 0.0.0-20220826154423-83b083e8dc8b to 0.7.0
Configuration menu - View commit details
-
Copy full SHA for cf1ec7e - Browse repository at this point
Copy the full SHA cf1ec7eView commit details
Commits on Aug 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 02f9d57 - Browse repository at this point
Copy the full SHA 02f9d57View commit details
Commits on Sep 27, 2023
-
Merge pull request gliderlabs#211 from wxiaoguang/fix-data-race
Make sshContext thread safe and fix the data race bug
Configuration menu - View commit details
-
Copy full SHA for ece6c79 - Browse repository at this point
Copy the full SHA ece6c79View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67def36 - Browse repository at this point
Copy the full SHA 67def36View commit details
Commits on Dec 19, 2023
-
Merge pull request gliderlabs#217 from adrianosela/master
[CVE-2023-48795] Bump golang.org/x/crypto to v0.17.0
Configuration menu - View commit details
-
Copy full SHA for 7de97f6 - Browse repository at this point
Copy the full SHA 7de97f6View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 973b62f - Browse repository at this point
Copy the full SHA 973b62fView commit details -
Merge pull request gliderlabs#221 from charmbracelet/banner-upstream
feat: allow to set a server banner
Configuration menu - View commit details
-
Copy full SHA for 8867fb1 - Browse repository at this point
Copy the full SHA 8867fb1View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7a15f4 - Browse repository at this point
Copy the full SHA c7a15f4View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1393df - Browse repository at this point
Copy the full SHA c1393dfView commit details -
Merge pull request gliderlabs#222 from aymanbagabas/ioutil
fix: remove ioutil deprecations
Configuration menu - View commit details
-
Copy full SHA for ee51862 - Browse repository at this point
Copy the full SHA ee51862View commit details -
Merge pull request gliderlabs#227 from gustavosbarreto/master
fix: bannerhandler
Configuration menu - View commit details
-
Copy full SHA for adec695 - Browse repository at this point
Copy the full SHA adec695View commit details
Commits on Apr 20, 2024
-
time out a client connection if a successful handshake has not happen…
…ed within the duration HandshakeTimeout
Configuration menu - View commit details
-
Copy full SHA for 2326046 - Browse repository at this point
Copy the full SHA 2326046View commit details
Commits on Dec 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8ecd3e - Browse repository at this point
Copy the full SHA a8ecd3eView commit details -
Bump minimum supported Go version to 1.20
This is a requirement, now that x/crypto requires 1.20 or above and we had to update x/crypto for CVE-2024-45337
Configuration menu - View commit details
-
Copy full SHA for d137aad - Browse repository at this point
Copy the full SHA d137aadView commit details
Commits on Jan 27, 2025
-
Merge pull request gliderlabs#204 from aderouineau/handshaketimeout
handshake timeout
Configuration menu - View commit details
-
Copy full SHA for 909fa95 - Browse repository at this point
Copy the full SHA 909fa95View commit details
There are no files selected for viewing