Pierre Pronchery
Pierre Pronchery
From original comments in the code: ```c /* Though hacky and clunky, we just sleep for a second then * close the socket. No need to read or write anything....
This branch adds complete support for IPv6 on fwknop. It still has a few limitations though: - fwknop must be run with the `-6` command-line parameter - when using IPTables,...
In `common/common.h`, line 93: ```c 87 /* Some hoops for accommodating Windows 88 */ 89 #ifdef WIN32 90 #include 91 #define strcasecmp _stricmp 92 #define strncasecmp _strnicmp 93 #define snprintf...
Running the tests twice, on `master`, with the same binaries, on the same Linux VM, yield different results: ``` $ diff test.log.1 test.log.2 207c207 < [basic operations] [client save rc...
These two commits will hopefully help bring support for NetBSD to the project. I have not been able to verify if these changes are correct yet ("go test" did not...
When compiling with `-Wuse-after-free=2`, GCC catches the following problem in `parse.c` from the 1.8.3 release: ``` --- parse.o --- contrib/ldns/parse.c: In function 'ldns_fget_token_l_st': contrib/ldns/parse.c:151:57: error: pointer may be used after...
This adds an ldns/internal.h C header, containing a copy of the function prototypes for internal functions not exposed in the API. It effectively works around the following compilation error: error:...
gbsddialog is an implementation of bsddialog, a text-based user interface to be used in scripts and tools, such as in the official FreeBSD installer, bsdinstall(8). gbsddialog uses Gtk+ dialogs and...
Hi there, this is a build fix for NetBSD, where: * does not exist but alloca(3) is available in instead * is not automatically visible Cheers, -- khorben
**Describe the bug** When unloading the `i915drm` kernel module on a machine with supported Intel-based graphics, the system crashes and instantly reboots. (Black screen and then POST) **FreeBSD version** ```...