Andrey Nering
6a3a40b29a
Fix SSH server on Windows when running as service
Closes #680
9 years ago
Lunny Xiao
c64c578acf
New settings option for a custom SSH host ( #3763 ) ( #446 )
* New settings option for a custom SSH host (#3763 )
* let default ssh listen addr empty
9 years ago
Bwko
6299533be7
Catch os... errors
9 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- 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
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Unknwon
762a19a143
#2850 fix potential SSH commands dislocation
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.
10 years ago
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
10 years ago
Unknwon
eb15f928e8
Fix one user may block entire listen loop for builtin SSH
10 years ago
Unknwon
b80af0d28c
Minor fix for #2396
10 years ago
Dmitry Neverov
08b2f41a02
Fix #2431 - handle requests waiting for reply
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
10 years ago
Unknwon
baf08c53d7
Drop Go 1.3 support
10 years ago
Bruno
fa2094ab19
ignore invalid env
10 years ago
Unknwon
b8aaca0747
#1681 carry --config flag for builtin SSH
10 years ago
Unknwon
d35b3a94f2
fix api broken
10 years ago
Unknwon
65562d2514
minor UI fix and fix ssh race
10 years ago
Unknwon
eeb3cdfa9d
fix 1540 and experimental SSH server support
10 years ago
Unknwon
265883d6ba
fix subrepo break change
10 years ago
Unknwon
ef275ebf62
more on change avatar
11 years ago
Unknwon
545d320648
Docs fix
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago