Commit graph

1626 commits

Author SHA1 Message Date
Ev Kontsevoy f63c1bba97 Update README.md
fixed broken link in readme
2016-08-25 17:28:40 -07:00
Ev Kontsevoy 330965e647 Update README.md 2016-08-25 17:27:58 -07:00
Ev Kontsevoy c1991a90a5 Update README.md
Expanded the Status section
2016-08-25 17:27:13 -07:00
Ev Kontsevoy 45ace125a7 Merge pull request #509 from gravitational/ev/leak
Ev/leak
2016-08-24 10:17:13 -07:00
Ev Kontsevoy f01da3dbed Changes from PR 2016-08-23 16:03:24 -07:00
Ev Kontsevoy ec880ae700 Fixed resource leaks and removed dead code
Refs #508
2016-08-21 23:19:09 -07:00
Ev Kontsevoy 2646002a51 Improvement to help aid debugging
- Added more trace.Wrap() calls
- Added callback to control shell creation/destruction
2016-08-21 21:49:24 -07:00
Ev Kontsevoy f235f46b06 Released 1.0.5 2016-08-19 14:54:52 -07:00
Alexander Klizhentas 0c85a3d9e4 Merge pull request #506 from gravitational/ev/groups
Ev/groups
2016-08-18 17:39:02 -07:00
Ev Kontsevoy 4cd9bbdd91 Removed excessive logging and bumped Golang to 1.7 2016-08-18 17:13:05 -07:00
Ev Kontsevoy 377d1436d9 Fixed "supplemental groups" problem 2016-08-18 16:57:50 -07:00
Ev Kontsevoy 1a8246ea94 more logging 2016-08-17 22:55:00 -07:00
Ev Kontsevoy 2eead031c3 Merge branch 'ev/minor' 2016-08-17 18:02:25 -07:00
Ev Kontsevoy 9179b64301 Merge pull request #505 from gravitational/ev/504
--cluster flag was ignored for `tsh join`
2016-08-17 18:01:54 -07:00
Ev Kontsevoy 3e1506d959 Minor code refactoring
Noticed that `KeysDir` variable in ClientConfig structure was ignored.
2016-08-17 18:01:19 -07:00
Alexander Klizhentas 897b36db77 Merge branch 'master' into ev/504 2016-08-17 17:49:44 -07:00
Ev Kontsevoy f98d172eb5 Merge pull request #503 from gravitational/alexey/fixing/fonts
fixing fonts on safari and other browsers
2016-08-17 17:43:58 -07:00
Ev Kontsevoy 6283c80cba Merge branch 'master' into alexey/fixing/fonts 2016-08-17 17:34:24 -07:00
Ev Kontsevoy 4ce8d5db0d --cluster flag was ignored for tsh join
Looks like `client.ConnectToNode()` always needs to be given the site name as
in "host:port@site" format. We do this for SSH, but forgot to do this
for Join.

Fixes #504
2016-08-17 17:30:10 -07:00
Ev Kontsevoy 2f60436d5f Minor bug with integration tests 2016-08-17 17:06:59 -07:00
Ev Kontsevoy 110e783d5c Killed some dead code 2016-08-16 22:27:46 -07:00
Ev Kontsevoy 5c0b0aa294 Merge pull request #500 from gravitational/alexey/cursor-does-not-wrap
closes #496
2016-08-16 14:42:09 -07:00
Alexey Kontsevoy 4565e6c308 fixing fonts 2016-08-15 14:17:03 -04:00
Alexey Kontsevoy c850133e9c closes #496 2016-08-14 16:54:59 -04:00
Ev Kontsevoy 3fd4402333 Merge pull request #498 from gravitational/sasha/iface
fix missing interface methods
2016-08-12 13:25:13 -07:00
Sasha Klizhentas 438856e74d fix missing interface methods 2016-08-11 17:30:48 -07:00
Ev Kontsevoy 15479822e3 Merge pull request #495 from gaoyifan/master
fix build error on 32bit environment
2016-08-08 18:34:06 -07:00
Ev Kontsevoy 8f5c4cfa2c Added documentation for keyboard shortcuts
Closes #471
2016-08-08 17:38:46 -07:00
Yifan Gao e5b4a4330e update buger/goterm: fix build error on 32bit environment 2016-08-09 02:39:29 +08:00
Ev Kontsevoy b20fd60d78 Released 1.0.4 2016-08-05 15:48:55 -07:00
Ev Kontsevoy df05b9e6d2 Merge pull request #493 from gravitational/ev/491
Adds the ability to specify non-standard HTTPS proxy port
2016-08-05 15:48:08 -07:00
Ev Kontsevoy 3060cf2650 Adds the ability to specify non-standard HTTPS proxy port
This commit fixes #491

Now `tsh` accepts `--proxy=host:port,port` allowing to specify two
ports, one for SSH and another for HTTPS.
2016-08-05 15:46:12 -07:00
Ev Kontsevoy 222c7ea6db Released 1.0.3 2016-08-04 17:01:50 -07:00
Alexander Klizhentas 82da884d8e Merge pull request #492 from gravitational/ev/486
Fixed the regression with GuessAdvertiseIP()
2016-08-04 16:28:07 -07:00
Ev Kontsevoy e932dbe5c3 Fixed the regression with GuessAdvertiseIP()
Fixes #486
2016-08-04 16:23:00 -07:00
Alexander Klizhentas aac45e096f Merge pull request #480 from gravitational/sasha/admin
allow admin users generate certs for other users
2016-07-29 10:09:57 -07:00
Sasha Klizhentas 44dfc86ed8 fix test 2016-07-29 10:01:00 -07:00
Sasha Klizhentas a4dcebf127 update code review comments 2016-07-29 09:55:13 -07:00
Sasha Klizhentas 6bb48bb850 fix tests 2016-07-28 17:47:22 -07:00
Sasha Klizhentas eeaa6af75c allow admin users generate certs 2016-07-28 17:27:06 -07:00
Ev Kontsevoy ab56bcc7d2 Fixed OSX vagrant environment
Fixes #474
2016-07-11 17:36:07 -07:00
Alexander Klizhentas b7e33f8329 Merge pull request #473 from gravitational/ev/tc
Frozen tunnels (instead of closed connection) due to an expired session
2016-07-04 16:20:09 -07:00
Ev Kontsevoy ddedd8b923 Frozen tunnels (instead of closed connection) due to an expired session 2016-07-04 16:08:58 -07:00
Ev Kontsevoy 0535b4d711 Merge pull request #466 from obivan/master
Error checks
2016-06-30 10:53:36 -07:00
obivan 49179e0da2 Wrap error 2016-06-30 11:30:52 +06:00
obivan 4257311d3e Wrap error 2016-06-30 11:29:45 +06:00
Alexander Klizhentas dc36f30f98 Merge pull request #469 from gravitational/ev/rt
Goroutine leak when closing reverse tunnels
2016-06-29 20:23:30 -07:00
Ev Kontsevoy 8e1acd1fca Merge remote-tracking branch 'origin/master' into ev/rt 2016-06-29 20:10:57 -07:00
Alexander Klizhentas efd19db1d3 Merge pull request #470 from gravitational/ev/make
Replaced echo with printf in Makefile
2016-06-29 19:36:31 -07:00
Ev Kontsevoy 91412716d7 Replaced echo with printf in Makefile
Fixes #467
2016-06-29 19:12:19 -07:00