summaryrefslogtreecommitdiffstats
path: root/modules/ssh
Commit message (Collapse)AuthorAgeFilesLines
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-3/+3
|
* #2850 fix potential SSH commands dislocationUnknwon2016-03-181-1/+1
| | | | | | | When use builtin SSH server with concurrent operations, there are probabilities One connection could use the command from another connections. Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
* Remove cache avatar support and add its testsUnknwon2016-02-141-2/+0
|
* Fix one user may block entire listen loop for builtin SSHUnknwon2016-02-011-21/+34
|
* Minor fix for #2396Unknwon2016-01-251-1/+1
|
* Fix #2431 - handle requests waiting for replyDmitry Neverov2016-01-181-0/+1
| | | | | | | | | According to the docs [1], the Reply method must be called for all requests where WantReply is true. This fixes a hanging java ssh implementation (jsch) which sets WantReply flag and waits for reply from the server. [1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply
* Drop Go 1.3 supportUnknwon2015-12-132-9/+0
|
* ignore invalid envBruno2015-12-131-1/+2
|
* #1681 carry --config flag for builtin SSHUnknwon2015-11-301-1/+5
|
* fix api brokenUnknwon2015-11-151-0/+1
|
* minor UI fix and fix ssh raceUnknwon2015-11-141-6/+18
|
* fix 1540 and experimental SSH server supportUnknwon2015-11-082-39/+82
|
* fix subrepo break changeUnknwon2015-09-241-1/+1
|
* more on change avatarUnknwon2014-11-211-6/+7
|
* Docs fixUnknwon2014-07-261-1/+1
|
* New UI merge in progressUnknwon2014-07-261-0/+119