Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ssh_key: create parent directory of 'authorized_keys' file | Unknwon | 2017-03-08 |
| | |||
* | models/access: hasAccess only need userID not user object | Unknwon | 2017-02-23 |
| | |||
* | models/ssh_key: fix SSH_KEYGEN_PATH not working (#3770) | Unknwon | 2017-02-10 |
| | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 |
| | |||
* | models/ssh_key: little key methods receiver rename | Unknwon | 2017-02-01 |
| | |||
* | cmd/serve: minor code improve for PR #4078 | Unknwon | 2017-02-01 |
| | |||
* | #3480 Fix new ssh key adding issues (#3565) | Najeeb R | 2016-12-21 |
| | | | | | | | | | | | * #3480 Fix new ssh key adding issues Added regular exp match (108) and remove training new line (111) that cause system to think its an ssh2 key. * #3480 Fix new ssh key adding issues -Sanitizate new lines (windows format) in posted key -Edit sanitization implementation to use string replace for code readability and maintenability. | ||
* | #3281 fix x.Iterate returns nothing inside session scope with SQLite3 | Unknwon | 2016-07-26 |
| | |||
* | models/ssh_key: code cleaning | Unknwon | 2016-07-26 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Remove redundant Unix timestamp method call | Unknwon | 2016-07-23 |
| | | | | Unix() already uses UTC as timezone | ||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 |
| | |||
* | Post work for #2637 | Unknwon | 2016-02-27 |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | ||
* | variable should not use ALL_CAPS | Gibheer | 2016-02-23 |
| | |||
* | allow native and ssh-keygen public key check | Gibheer | 2016-02-16 |
| | | | | | | | | | | | | | | | | | | | This commit adds the possibibility to use either the native golang libraries or ssh-keygen to check public keys. The check is adjusted depending on the settings, so that only supported keys are let through. This commit also brings back the blacklist feature, which was removed in 7ef9a055886574655d9f2be70c957bc16bf30500. This allows to blacklist algorythms or keys based on the key length. This works with the native and the ssh-keygen way. Because of #2179 it also includes a way to adjust the path to ssh-keygen and the working directory for ssh-keygen. With this, sysadmins should be able to adjust the settings in a way, that SELinux is okay with it. In the worst case, they can switch to the native implementation and only loose support for ed25519 keys at the moment. There are some other places which need adjustment to utilize the parameters and the native implementation, but this sets the ground work. | ||
* | Trim whitespace when adding SSH keys (fixes #2447) | John Maguire | 2016-01-31 |
| | |||
* | Add debug log when SSH key for deletion isn't found | John Maguire | 2016-01-31 |
| | |||
* | #2179 use Go sub-repo ssh to verify public key content | Unknwon | 2016-01-15 |
| | |||
* | fix #1436 | Unknwon | 2015-12-19 |
| | |||
* | #2147 fix rewrites authorized_keys when builtin SSH server is enabled | Unknwon | 2015-12-11 |