Commit graph

20 commits

Author SHA1 Message Date
Alexey Kontsevoy 6d9348e900 (web) adding multiple clusters support 2016-12-24 14:54:23 -05:00
Ev Kontsevoy 95aa7f1e1c Better timeout handling
ObeyTimeouts() facility was handling errors more arggessively than
needed.

So if you pass net.Conn implementation which does not support timeouts,
it would simply fail on every read() and write() instead of ignoring
them.

Now it ignores them.
2016-12-14 18:08:40 -08:00
Ev Kontsevoy 2f9c669d26 Merge branch 'master' into ev/standalone 2016-10-14 00:11:41 -07:00
Ev Kontsevoy 81c0560553 Version bump 2016-10-10 16:28:04 -07:00
Ev Kontsevoy 263ec1ca1e Added "samples" directory with sample configurations
Also some minor changes around error reporting...
2016-10-09 16:33:18 -07:00
Ev Kontsevoy 020a5404ae Zero-config Vagrant environment with trusted clusters 2016-06-21 12:09:55 -07:00
Ev Kontsevoy 828e6a77aa Simpler version implementation 2016-06-14 18:03:06 -07:00
klizhentas ab302215cf update releases according to comments 2016-03-22 18:22:48 -07:00
Ev Kontsevoy 7dda940b45 Updated .gitignore 2016-03-19 10:41:54 -07:00
Ev Kontsevoy 952c1d6bc3 Clode / structure cleanup 2016-03-15 20:45:04 -07:00
Ev Kontsevoy f87478943c WTF... 2016-03-03 18:06:54 -08:00
Ev Kontsevoy a29c11f1dc Updated .gitignore 2016-03-03 18:03:57 -08:00
Ev Kontsevoy 408ce7483f Removed build artifact (added it to .gitignore) 2016-03-01 18:30:35 -08:00
Ev Kontsevoy 68badf4bc2 Moved the default build output from ./ to out/
Otherwise tctl, teleport and tsh binaries were causing issues with
.gitignore conflicts (we have directories with these names in tool)
2016-02-09 15:05:02 -08:00
Ev Kontsevoy 7592e974cf Merge branch 'ev/105' into ev/105-tctl
Conflicts:
	tool/tctl/main.go
2016-02-09 14:47:59 -08:00
Ev Kontsevoy 5b5dd5b306 Intermediate commit:
- Reverse tunnel service is now configurable
- Separated logging output from the console UI output
2016-02-08 15:02:20 -08:00
Ev Kontsevoy 5a59704e13 Ansible delpoyment script for teleport 2016-01-17 14:50:00 -08:00
Alex Lyulkov 1b71e6b51c Added 2 factor hotp authentication, everyting works 2015-10-23 13:34:09 -07:00
Alexander Klizhentas 0c425d32d5 Initial working prototype 2015-03-14 14:35:43 -07:00
Alexander Klizhentas 1aff702c2a Initial commit 2015-03-02 11:36:00 -08:00