Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gnulib #311

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

bastien-roucaries
Copy link

Hi,

Above the siplify address a patchset that allow to use gnulib.

I plan to push more change simplifying fwknop by using well know and tested function from gnulib

It will allow to simplify the code

bastien

bastien-roucaries and others added 13 commits April 4, 2020 14:33
INET_ADDRSTRLEN is portable and allow to be robust against special crafted adress

signed-off: Bastien Roucariès <rouca@debian.org>
getaddrinfo is the correct API for resolving IP and checking correctness

Use it, instead of manual parsing
Less code and less copy/paste thus less errors
Signed-off-by: Bastien Roucariès <rouca@debian.org>
Avoid circular depends by moving dump function to fko lib.

Use libtool
gnulib allow to simplify code by using stdint module

Signed-off-by: Bastien Roucariès <rouca@debian.org>
Signed-off-by: Bastien Roucariès <rouca@debian.org>
Signed-off-by: Bastien Roucariès <rouca@debian.org>
Signed-off-by: Bastien Roucariès <rouca@debian.org>
Thanks to gnulib use it inconditionally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants