Uglymotha
Uglymotha
igmpproxy currently lacks a SIGHUP handler to reread the config. Going to implement this as follows. This will be based upon my rework of ifvc.c for issue #62 1. loadconfig...
This has been reported before I think, but because freebsd creates multiple logical interfaces for one actual, the default value of 40 for MAX_IF is often not sufficient. In my...
Fixes Issue 106 (https://github.com/gssapi/gssproxy/issues/106) modified: external/dinglibs.m4 A warning message is displayed to the user to make sure lib_ini_config supprts extenden INI_MS_DETECT, since the test cannot be run in a cross...
Currently it is not possible to cross compile gssproxy. This is due to two autoconf macros. 1. In external/dinglibs.m4 AC_RUN_IFELSE is used without cross compile action, leading to error: cannot...