| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for ed25519_sk and ecdsa_sk SSH keys (#13462) | Artemis Tosini | 2021-01-20 | 1 | -17/+31 |
* | Disable DSA ssh keys by default (#13056) | zeripath | 2020-10-09 | 1 | -1/+3 |
* | Fix SSH2 conditonal in key parsing code (#8806) | mrsdizzie | 2019-11-03 | 1 | -0/+13 |
* | Make PKCS8, PEM and SSH2 keys work (#7600) | zeripath | 2019-07-25 | 1 | -0/+61 |
* | Improve SSH key parser to handle newlines in keys (#7522) | silverwind | 2019-07-23 | 1 | -0/+16 |
* | Use go method to calculate ssh key fingerprint (#7128) | Antoine GIRARD | 2019-06-16 | 1 | -20/+62 |
* | Add work path CLI option (#6922) | zeripath | 2019-05-14 | 1 | -1/+1 |
* | Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) | zeripath | 2019-04-29 | 1 | -0/+1 |
* | Use assert in legacy unit tests (#867) | Ethan Koenig | 2017-02-08 | 1 | -35/+22 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -1/+1 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -1/+1 |
* | Code clean up for new config options | Unknwon | 2016-08-14 | 1 | -1/+1 |
* | #3442 add test suites | Unknwon | 2016-08-12 | 1 | -1/+12 |
* | Post work for #2637 | Unknwon | 2016-02-27 | 1 | -29/+35 |
* | variable should not use ALL_CAPS | Gibheer | 2016-02-23 | 1 | -3/+3 |
* | remove ed25519 test for now | Gibheer | 2016-02-17 | 1 | -7/+6 |
* | fix ssh public key tests | Gibheer | 2016-02-17 | 1 | -8/+12 |
* | allow native and ssh-keygen public key check | Gibheer | 2016-02-16 | 1 | -0/+36 |