Nicola Murino
Nicola Murino
Hi, I sent a similar patch [here](https://github.com/golang/crypto/pull/130). I think we need to wrote a proposal for the API change before a patch can be accepted
> There's a pretty significant security issue in the current implementation. > > If `PublicKeyCallback` returns `ErrPartialSuccess`, a client will be able to authenticate by presenting any public key without...
This seems too easy, I'm sure something is missing here, a review would help. The purpose of this patch is to be able to disable some (weak) algorithms such as...
Hi, thanks for working on this. I planned to take a look this weekend. Maybe something like the following (untested) is a bit more generic and will potentially work for...
I had something similar [here](https://github.com/drakkan/net/commit/3793bc96d0e50bc3e6ad32af6dd309cb60881304), I'll test your patch too, thank you
> @ianlancetaylor I don't like poking people like this, but I have a series of webdav reviews that have been open for ~5 months with no feedback at all. Is...
I consent https://accounts.eclipse.org/users/nmurino
@fclairamb thanks for reviewing/approving this PR so quickly. This code is already included in SFTPGo v2.3.5 (I had a security related release planned for this weekend) but I prefer to...
there is another subtle difference with ProFTPD. If you run a `LIST` command that points to a file not in the current directory, we return something like this: ``` ftp>...
I tested ftpserver 0.12.1 and it works for me ``` CentOS release 6.7 (Final) kernel: 2.6.32-573.el6.x86_64 ```