Nicola Murino

Results 33 issues of Nicola Murino

Unfortunately SFTPGo is not financially viable yet which means its sustainability model is failing. SFTPGo users have increased a lot but only a few of you support the project with...

The `ListerAt` is stored in the `Request` state and reused across requests. Some implementations don't store the entire `[]os.FileInfo` buffer in the `ListerAt` implementation but instead return an open file...

Hello, thank you for this great project. I have added CLA assistant to sftpgo repo some days ago. It works fine with new pull requests see for example the following...

Hello, first of all thank you for this great tool. Really useful. I wonder if we can remove the check for OpenSSH [here](https://github.com/jtesta/ssh-audit/blob/master/src/ssh_audit/gextest.py#L163), other servers can implement the same fallback...

The following commit reversed the logic of some error checks https://github.com/fclairamb/ftpserverlib/commit/8cdfc8db70344a007e3f6ec1d54656cf25b2b6ec

This method is similar to this [one](https://cs.opensource.google/go/x/oauth2/+/d3ed0bb2:token.go;l=86). I need a way, in my test cases, to return an ID Token from my mock verifier, I currently use this [reflect hack](https://github.com/drakkan/sftpgo/blob/main/httpd/oidc_test.go#L72).

see https://github.com/go-jose/go-jose/releases/tag/v3.0.1 thanks

Fixes #306 Maybe we should also limit the size while reading the body itself, currently we have ``` body, err := ioutil.ReadAll(resp.Body) ``` we could do instead ``` body, err...

jwt.Validate is already called in [Verifier](https://github.com/go-chi/jwtauth/blob/1ff608193a049433794670a8c18fd739c5b2f236/jwtauth.go#L114), no need to call it twice. If jwt.Validate fails in `Verifier`, the error is set in the `context` and the Authenticator retrieves the token...

### Proposal Details If `ClientConfig.HostKeyAlgorithms` is not set, a reasonable default is set for acceptable host key type, which may be one for which you do not have a matching...

Proposal
Proposal-Crypto