Xavier Chanthavong

Results 189 comments of Xavier Chanthavong

Right, we currently support a single port or a `*`. We could also introduce a range denoted with `-` or `:` which would indicate to parse two integers. e.g. `*:3000-3009`...

Following an arch discussion, going to move ahead with the following: For Host: > `*` - allow everything > `www.example.org` - allow one domain > `192.168.1.234` - allow one ip...

Now that npt is available, I'm even more inclined to say we shouldn't. I think the bar for entry is at least "knows / needs to know how to use...

Also, SSH No Ports Desktop we require that the user uploads a public key, since we can't pull from the .ssh directory due to app sandboxing. I think it might...

After `client = SSHClient(...);`, try: ```dart try { // Ensure we are connected and authenticated correctly await client.ping().catchError((e) => throw e); } catch (e, s) { // Handle SSH auth...

Backlogging until we have determined this is a requirement for someone

@yanesca can you help me find someone to take a look at this issue please. While this was less of an issue during static pinned linkage, we are currently in...

> So in practice you can just not call `mbedtls_net_free()` in the child process. That's what I am doing while pinned. > can be done in a backward-compatible way Is...

> We won't make this change in a 3.6 LTS patch update Noted. > We can, at any time, add a function that frees the associated data in an `mbedtls_net_context`...