An open API service providing commit metadata for open source projects.

GitHub / tailscale/ssh / commits

SHA Message Author Date Stats
be8b7add address comments from #1
Signed-off-by: Maisem Ali <m****m@t****m>
Maisem Ali <m****m@t****m>
Committed by: Maisem Ali <3****m@u****m>
over 4 years ago
4f6e0b53 document behavior of NL to CRNL translation in Write and add a way to disable...
Signed-off-by: Maisem Ali <m****m@t****m>
Maisem Ali <m****m@t****m>
Committed by: Maisem Ali <3****m@u****m>
over 4 years ago
851f95c5 go.mod: change name to github.com/tailscale/ssh
Signed-off-by: Maisem Ali <m****m@t****m>
Maisem Ali <m****m@t****m>
Committed by: Maisem Ali <3****m@u****m>
over 4 years ago
db3ef2c0 add support for terminal opcodes
Signed-off-by: Maisem Ali <m****m@t****m>
Maisem Ali <m****m@t****m>
Committed by: Maisem Ali <3****m@u****m>
over 4 years ago
c9fc4412 merge Merge pull request #134 from vladimir-ch/session-docs-typo Kaleb Elwert <b****k@c****o>
Committed by: GitHub <n****y@g****m>
about 5 years ago
34273549 Update go.mod Kaleb Elwert <b****k@c****o> about 5 years ago
bf02c415 Add go mod files (#153)
Co-authored-by: Kaleb Elwert <k****b@c****o>
Stefan Tatschner <s****n@r****g>
Committed by: GitHub <n****y@g****m>
about 5 years ago
4204f8c4 merge Merge pull request #143 from zeripath/connection-failed-callback Kaleb Elwert <b****k@c****o>
Committed by: GitHub <n****y@g****m>
about 5 years ago
c7b4a1b9 Prevent Context.RemoteAddr() from exploding when called from ConnCallback
Signed-off-by: Alejandro Mery <a****y@g****l>
Alejandro Mery <a****y@g****l>
Committed by: Kaleb Elwert <b****k@c****o>
over 5 years ago
30ec06db change pty repo into github.com/creack/pty as the origin one is archievd (#139) muryliang <m****g@g****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
1593226e Fix: KeyboardInteractive Login Philipp Lehmann <p****n@m****m>
Committed by: Kaleb Elwert <k****b@c****o>
over 5 years ago
98ce6bfe Add ConnectionFailedCallback to enable reporting of failed connection
Signed-off-by: Andrew Thornton <a****7@c****t>
Andrew Thornton <a****7@c****t> over 5 years ago
fb345120 Register chan to Session to listen for break requests (#141)
Co-authored-by: Jacob Meisler <m****j@a****m>
meislerj <m****j@u****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
76cadaa3 merge Merge pull request #111 from gliderlabs/subsystem-support Kaleb Elwert <b****k@c****o>
Committed by: GitHub <n****y@g****m>
about 6 years ago
f5cb472d Update README.md (#135) Alan Yee <a****e@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
a7de8ac2 Fix typo in Session docs Vladimír Chalupecký <v****y@c****m> over 6 years ago
59d6e454 merge Merge pull request #123 from gliderlabs/optimize-add-host-key Kaleb Elwert <b****k@c****o>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
1db07d8a Make TestSignals a bit more bulletproof Kaleb Elwert <b****k@c****o> almost 7 years ago
be3a169b Fix TestSignals to remove a possible race Kaleb Elwert <b****k@c****o> almost 7 years ago
38820366 Start cleaning up config to fix race conditions Kaleb Elwert <b****k@c****o> almost 7 years ago
f79e6921 Update AddHostKey to avoid always appending Kaleb Elwert <b****k@c****o> almost 7 years ago
63518b52 merge Merge pull request #122 from Michael9127/pass-ConnCallback-context Kaleb Elwert <b****k@c****o>
Committed by: GitHub <n****y@g****m>
almost 7 years ago
e9ac9d7a Passes Context into ConnCallback Michael Borkenstein <m****n@c****m> almost 7 years ago
f6d256ee feat: Make the HandleConn method public. (#120) Hiram Chirino <h****m@h****m>
Committed by: Jeff Lindsay <p****m@g****m>
almost 7 years ago
866d0ddf Ensure user information is available in KeyboardInteractive callback xf0rk <x****k@o****m>
Committed by: Kaleb Elwert <b****k@c****o>
about 7 years ago
5b6cc703 merge Merge pull request #110 from gliderlabs/belak/raw-cmd Kaleb Elwert <b****k@c****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
93eb0734 merge Merge pull request #112 from gustavosbarreto/fix_build_error Kaleb Elwert <b****k@c****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
ac34fea3 Update remoteforward example to follow configurable handlers feature Luis Gustavo S. Barreto <g****o@o****r>
Committed by: Kaleb Elwert <b****k@c****o>
about 7 years ago
31eb4b71 Fix build error Luis Gustavo S. Barreto <g****o@g****m>
Committed by: Luis Gustavo S. Barreto <g****o@o****r>
about 7 years ago
0f1eb383 Rename DefaultServerConfigCallback to ServerConfigCallback Kaleb Elwert <b****k@c****o> about 7 years ago
446473b0 examples/ssh-pty: wait for child process after client disconnect (#104) kuehnelth <k****h@g****m>
Committed by: Kaleb Elwert <b****k@c****o>
about 7 years ago
86efb706 Fix ForwardedTCPHandler by switching to a pointer receiver Luis Gustavo S. Barreto <g****o@g****m>
Committed by: Kaleb Elwert <b****k@c****o>
about 7 years ago
bb0e5c06 Simplify handlers to remove additional types Kaleb Elwert <b****k@c****o> about 7 years ago
a462277f Add subsystem support Kaleb Elwert <b****k@c****o> about 7 years ago
f199e8cd merge Merge pull request #108 from gliderlabs/configurable-handlers Kaleb Elwert <k****b@c****o>
Committed by: GitHub <n****y@g****m>
about 7 years ago
44274595 Add Session.RawCommand() Andrew Chambers <a****s@f****m>
Committed by: Kaleb Elwert <b****k@c****o>
about 7 years ago
dd61f8b0 Disable port forwarding by default Kaleb Elwert <b****k@c****o> about 7 years ago
465d1bd2 Clean up Request replies Kaleb Elwert <b****k@c****o> about 7 years ago
c9e327eb Remove Handler getters and setters Kaleb Elwert <b****k@c****o> about 7 years ago
77856273 Clean up Channel and Request Handler interfaces Kaleb Elwert <b****k@c****o> about 7 years ago
75b69547 merge Merge remote-tracking branch 'moul/dev/moul/configurable-handlers' into confi... Kaleb Elwert <b****k@c****o> about 7 years ago
a9daaccc Fix panic with missing request handler Kaleb Elwert <b****k@c****o> over 7 years ago
9253a53e Fix connection kill, when IdleTimeout given without setting MaxTimeout. czoczo <m****o@g****m>
Committed by: Kaleb Elwert <b****k@c****o>
over 7 years ago
ef6d8904 Remove Pty minimum size requirement Kaleb Elwert <b****k@c****o> over 7 years ago
e5ece148 Add SessionPolicyCallback (#80) Kaleb Elwert <b****k@c****o>
Committed by: Jeff Lindsay <p****m@g****m>
over 7 years ago
4b72c663 Add DefaultServerConfigCallback option for create custom default (#95) Philipp C. Heckel <p****l@g****m>
Committed by: Jeff Lindsay <p****m@g****m>
over 7 years ago
bed87f39 merge Merge pull request #92 from glassechidna/master Kaleb Elwert <b****k@c****o>
Committed by: GitHub <n****y@g****m>
over 7 years ago
c2883aad Import x/net/crypto/ssh with alias gossh Aidan Steele <a****e@g****u>
Committed by: GitHub <n****y@g****m>
over 7 years ago
6dcd5356 Added Server.KeyboardInteractiveHandler Aidan Steele <a****e@g****u> over 7 years ago
570aa23f fix: use idiomatic go Jose Diaz-Gonzalez <e****l@j****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
8b3cdd49 feat: configurable server handlers Manfred Touron <m****@4****m> almost 8 years ago
cbabf541 Remote forwarding (#88)
Signed-off-by: Jeff Lindsay <p****m@g****m>, Jeff Lindsay <p****m@g****m>, Jeff Lindsay <p****m@g****m>, Jeff Lindsay <p****m@g****m>, Jeff Lindsay <p****m@g****m>
Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
c072a107 Support port forwarding of literal IPv6 addresses (#85) Marc Fielding <m****g@g****m>
Committed by: Jeff Lindsay <p****m@g****m>
almost 8 years ago
2a96aa1c Update CircleCI config to test 1.9 and the latest Kaleb Elwert <b****k@c****o> over 8 years ago
d3a67562 Wait for connections to finish when shutting down John Barnette <j****n@j****m>
Committed by: Kaleb Elwert <b****k@c****o>
over 8 years ago
8c170773 Update circleci config to test multiple go versions Kaleb Elwert <b****k@c****o> over 8 years ago
8ba78c2f Fix race condition in TestServerClose (#75) Kaleb Elwert <b****k@c****o>
Committed by: Jeff Lindsay <p****m@g****m>
over 8 years ago
ef66069a Update shutdown to use a WaitGroup rather than sleeping (#74) Kaleb Elwert <b****k@c****o>
Committed by: Jeff Lindsay <p****m@g****m>
over 8 years ago
66f55c87 Update tests to work with go 1.10+ (#73) Kaleb Elwert <b****k@c****o>
Committed by: Jeff Lindsay <p****m@g****m>
over 8 years ago
d6295a6c Move channelHandlers to avoid data race (#59) phil-halley <p****y@g****m>
Committed by: Jeff Lindsay <p****m@g****m>
over 8 years ago
47df570d small api updates (#69) Manfred Touron <m****@4****m>
Committed by: Jeff Lindsay <p****m@g****m>
over 8 years ago
ce31f3cc Add syntax highlighting to readme (#67) Fredrik Forsmo <f****e@u****m>
Committed by: Jeff Lindsay <p****m@g****m>
over 8 years ago
3d95f1a0 Update generateSigner key size to 2048 (#62) Kaleb Elwert <b****k@c****o>
Committed by: Jeff Lindsay <p****m@g****m>
almost 9 years ago
0c9c3575 Switch to using gossh.ParsePrivateKey when reading PrivateKeys (#61) Kaleb Elwert <b****k@c****o>
Committed by: Jeff Lindsay <p****m@g****m>
almost 9 years ago
3eeacb78 session: adding signal handling support (#44) Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
4a4de396 merge Merge pull request #54 from stevemurr/master Steven Murr <s****r@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
2d7ad489 updated with riku's code Steven Murr <s****r@g****m> about 9 years ago
6bdaa811 Updated function signature in ssh-docker example. Added Dockerfile for examp... Steven Murr <s****r@g****m> about 9 years ago
c986e7ff fix timeout bug (#52) Anmol Sethi <n****r@u****m>
Committed by: Jeff Lindsay <p****m@g****m>
about 9 years ago
9ccc7bbb Document session context canceling (#50) Shuanglei Tao <t****2@g****m>
Committed by: Jeff Lindsay <p****m@g****m>
about 9 years ago
cff9b0cc Update README.md Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
7d5e6966 bump quote Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
aa0cea23 ci badge Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
de939e73 email updates badge Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
48c9603b server: timeouts and context canceling on closed connections (#46)
Signed-off-by: Jeff Lindsay <p****m@g****m>
Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
f892d8d8 Added LocalAddr() to session interface (#48) Mester <m****3@l****g>
Committed by: Jeff Lindsay <p****m@g****m>
about 9 years ago
33ad2fe3 [proposal] ConnCallback (#36) Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
bf307363 server: fixing change in test helper api (#42)
Signed-off-by: Jeff Lindsay <p****m@g****m>
Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
74da58b7 check for nil interface before returning public key (#37) aerth <a****h@r****t>
Committed by: Jeff Lindsay <p****m@g****m>
over 9 years ago
b47c6daa server: first pass at Shutdown and Close (#34) Matt Aitchison <M****t@l****m>
Committed by: Jeff Lindsay <p****m@g****m>
over 9 years ago
bbb28830 update config for CircleCI 2.0 (#39) Mahmood Ali <m****d@c****m>
Committed by: Jeff Lindsay <p****m@g****m>
over 9 years ago
20a45472 Support for local port forwarding (#38) Mahmood Ali <m****d@c****m>
Committed by: Jeff Lindsay <p****m@g****m>
over 9 years ago
1051a0d1 agent forwarding support (#31)
Signed-off-by: Jeff Lindsay <p****m@g****m>
Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
9b56478e contexts (#29)
Signed-off-by: Jeff Lindsay <p****m@g****m>
Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
791cd4b7 Add backers and sponsors from Open Collective (#30) Pia Mancini <p****i@g****m>
Committed by: Jeff Lindsay <p****m@g****m>
over 9 years ago
6f812536 Update README.md Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
edf30fc0 Fix short write (#28)
Signed-off-by: Jeff Lindsay <p****m@g****m>
Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
a2a47496 fixed/finished basic pty support, added an example, and included tests (#25) Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
a307f226 merge Merge pull request #24 from gliderlabs/misc-progrium Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
0922cadd fixing a type led to general cleanup. also added a comment.
Signed-off-by: Jeff Lindsay <p****m@g****m>
Jeff Lindsay <p****m@g****m> over 9 years ago
f3131153 merge Merge pull request #21 from hloeffler/master Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
398834c6 output port hloeffler <h****r@u****m> over 9 years ago
39bc88bc merge Merge pull request #15 from atlassian/belak/always-send-pty-response Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
3c203723 merge Merge pull request #19 from atlassian/belak/add-server-version Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
80be538d Add ServerVersion as an option in the config Kaleb Elwert <b****k@c****o> over 9 years ago
d6ddd5d5 merge Merge pull request #18 from atlassian/belak/ensure-exit-only-called-once Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
71d4b985 Ensure Session.Exit can only be called once Kaleb Elwert <b****k@c****o> over 9 years ago
7b69159c merge Merge pull request #16 from atlassian/belak/exec-reply-reordering Jeff Lindsay <p****m@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
8fb939fd Send the exec/shell reply before starting the session Kaleb Elwert <b****k@c****o> over 9 years ago
b9687a28 Always respond to PTY requests Kaleb Elwert <b****k@c****o> over 9 years ago

← Back to repository