-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh: allow dialing named services in addition to port numbers #235
Open
HouseK
wants to merge
16
commits into
golang:master
Choose a base branch
from
HouseK:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+96
−11
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d804107 - Browse repository at this point
Copy the full SHA d804107View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ad08cc - Browse repository at this point
Copy the full SHA 4ad08ccView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35b875b - Browse repository at this point
Copy the full SHA 35b875bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e37048c - Browse repository at this point
Copy the full SHA e37048cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cddb69 - Browse repository at this point
Copy the full SHA 3cddb69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a84b0 - Browse repository at this point
Copy the full SHA 41a84b0View commit details
Commits on Oct 12, 2023
-
all: update go directive to 1.18
Done with: go get [email protected] go mod tidy go fix ./... Using go1.21.3. Also update avo to v0.5.0 in the curve25519/internal/field/_asm module. It's newer and produces no diff in the generated code. For golang/go#60268. Change-Id: I9bd771ee8561595d7f68aaca76df6e3e33d35013 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/534141 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Damien Neil <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d219d02 - Browse repository at this point
Copy the full SHA d219d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee18608 - Browse repository at this point
Copy the full SHA ee18608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e97f4 - Browse repository at this point
Copy the full SHA 53e97f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bcfdde - Browse repository at this point
Copy the full SHA 7bcfddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 612be71 - Browse repository at this point
Copy the full SHA 612be71View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b972a0 - Browse repository at this point
Copy the full SHA 6b972a0View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9da4131 - Browse repository at this point
Copy the full SHA 9da4131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 127a3e6 - Browse repository at this point
Copy the full SHA 127a3e6View commit details
Commits on Dec 4, 2023
-
ssh: add (*Client).DialContext method
This change adds DialContext to ssh.Client, which opens a TCP-IP connection tunneled over the SSH connection. This is useful for proxying network connections, e.g. setting (net/http.Transport).DialContext. Fixes golang/go#20288. Change-Id: I110494c00962424ea803065535ebe2209364ac27 GitHub-Last-Rev: 3176984 GitHub-Pull-Request: golang#260 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/504735 Run-TryBot: Nicola Murino <[email protected]> Run-TryBot: Han-Wen Nienhuys <[email protected]> Auto-Submit: Nicola Murino <[email protected]> Reviewed-by: Han-Wen Nienhuys <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Nicola Murino <[email protected]> Commit-Queue: Nicola Murino <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40517c7 - Browse repository at this point
Copy the full SHA 40517c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2112bf - Browse repository at this point
Copy the full SHA f2112bfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.