summaryrefslogtreecommitdiffstats
path: root/modules/ssh
Commit message (Expand)AuthorAgeFilesLines
* Support Proxy protocol (#12527)zeripath2022-08-211-1/+1
* call builtinUnused() if internal SSH is disabled (#20877)JonRB2022-08-201-0/+1
* Use `strings.Cut` for GIT_PROTOCOL value (#20638)Gusted2022-08-031-2/+1
* Enable Wire 2 for Internal SSH Server (#20616)Gusted2022-08-021-0/+10
* Stop logging EOFs and exit(1)s in ssh handler (#20476)zeripath2022-07-281-2/+7
* Refactor SSH init code, fix directory creation for TrustedUserCAKeys file (#2...wxiaoguang2022-07-102-2/+57
* Implement http signatures support for the API (#17565)Wim2022-06-051-1/+2
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+7
* Update golang.org/x/crypto (#19097)Gusted2022-03-161-56/+0
* format with gofumpt (#18184)65432022-01-202-4/+2
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-5/+5
* Fix ipv6 parsing for builtin ssh server (#17561)Wim2021-11-061-1/+2
* Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281)zeripath2021-10-201-0/+56
* Second attempt at preventing zombies (#16326)zeripath2021-07-141-1/+13
* Prevent zombie processes (#16314)zeripath2021-06-301-1/+1
* Upgrade Gliderlabs SSH to 0.3.3 and add FailedConnectionCallback (#16278)zeripath2021-06-281-0/+11
* Set self-adjusting deadline for connection writing (#16068)zeripath2021-06-111-0/+3
* Make internal SSH server host key path configurable (#14918)zeripath2021-03-082-13/+23
* Internal ssh server respect Ciphers, MACs and KeyExchanges settings (#14523)Stefan2021-01-301-3/+7
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+2
* Standardise logging of failed authentication attempts in internal SSH (#13962)zeripath2020-12-151-7/+43
* Report permissions denied in internal SSH (#13953)zeripath2020-12-111-5/+14
* Log IP on SSH authentication failure for Built-in SSH server (#13150)Eric Lesiuta2020-12-081-1/+1
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-2/+7
* Add ssh certificate support (#12281)Wim2020-10-101-0/+47
* log.Fatal on failure to listen to SSH port (#10795)zeripath2020-03-231-1/+6
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-1/+1
* Add Graceful shutdown for Windows and hooks for shutdown of goroutines (#8964)zeripath2019-11-212-27/+1
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-153-6/+55
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* switch to use gliderlabs/ssh for builtin server (#7250)techknowlogick2019-07-061-156/+135
* Add golangci (#6418)kolaente2019-06-121-9/+41
* internal/ssh: ignore env command totally (#6825)Antoine GIRARD2019-05-091-12/+0
* Better logging (#6038) (#6095)zeripath2019-04-021-15/+15
* use native golang SSH library but ssh-keygen when enable built-in SSH server ...Lunny Xiao2019-02-071-2/+43
* Log IP of failed ssh connection (#5766)Robert Sprunk2019-01-191-2/+2
* Configurable SSH key exchange algorithm and MAC suite (#2806)Cum Gun2017-11-021-2/+4
* Configurable SSH cipher suite (#913)spacetourist2017-10-211-1/+4
* Cleanup log messagingGabriel Jackson2017-02-021-6/+5
* Fix SSH server on Windows when running as serviceAndrey Nering2017-01-231-1/+5
* New settings option for a custom SSH host (#3763) (#446)Lunny Xiao2016-12-221-5/+5
* Catch os... errorsBwko2016-12-021-1/+6
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* 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
* 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