Michael Rash

Results 79 comments of Michael Rash

Hi - can you send a pull request for this one? Not sure if I have it correct. I'm assuming server/fwknopd_common.h needs to be modified at line 72.

I think portability may pose an issue with the **func** identifier. My opinion is that it would need to be gated by an autoconf check (assuming this is possible and...

Ideally I think fwknop be able to support both ipv4 and ipv6 at run time without having to recompile (which would make it harder for users whenever there are mixed...

So, ssh -4 is able to resolve to an IPv4 address? I need to add the ability to force IPv4 then too. In your case the resolver must be returning...

Ok, looks like the client just needs to require the AF_INET family from getaddrinfo(). I'll send you a patch for testing.

I've pushed a commit to master (b03c007c) to add a new --server-resolve-ipv4 option. If you pull from git and recompile then the client should function in your environment I think....

IPv6 support is coming likely in fwknop-3.0. So, fwknop does not yet support IPv6 today. There was a switch to getaddrinfo() in the client which will make supporting IPv6 easier...

Hello @khorben. Adding IPv6 support to fwknop would indeed be an amazing contribution. I would start with a lightweight approach to this. On the server side, the easiest path would...

Hello Franck, Quick note before I fly home - definitely fko_util.c, and I think the dump_ctx() function used by the server is pretty close to what we want. Then the...

Merged, thanks. Made a couple of minor additions.