1
0
mirror of https://github.com/solemnwarning/ipxwrapper synced 2024-12-30 16:45:37 +01:00

13 Commits

Author SHA1 Message Date
Daniel Collins
4fd24354a5 Refactored ipxconfig, allow enabling Ethernet encapsulation. 2014-04-18 14:45:09 +01:00
Daniel Collins
223bfeb35a Automatically add exceptions to Windows Firewall
If enabled (default is off) and running as an admin, add the running executable
to the Windows Firewall exception list during DLL initialisation.
2013-12-11 20:23:48 +00:00
Daniel Collins
7b6501526c Removed config_version, cleaned up config code and implemented set_primary_iface. 2012-11-12 20:59:32 +00:00
Daniel Collins
d921d206f0 Create main config key before attempting to create interface config key. 2012-11-11 22:48:56 +00:00
Daniel Collins
9046a8ba1d Removed router_port option from main_config. 2012-11-11 20:58:56 +00:00
Daniel Collins
1f77b0f90e Removed bcast_all, src_filter and iface_mode options. The former two are now
implemented by the wildcard interface.
2012-11-10 22:24:47 +00:00
Daniel Collins
6c1ab421da Implemented wildcard interface support. 2012-11-10 19:55:59 +00:00
Daniel Collins
2f9677c3d2 Replaced single_iface option with iface_mode. 2012-11-03 13:11:16 +00:00
Daniel Collins
f087fc26b1 Removed addr_cache_ttl and iface_ttl from main_config structure. 2012-11-03 02:14:14 +00:00
Daniel Collins
7fe8d74f22 Implemented config saving functions and added log_level to main_config. 2012-10-28 15:53:54 +00:00
Daniel Collins
39c6e18b46 Implemented registry writing functions.
Implemented random (locally-administered) MAC address generator.

Added config options for single interface mode.
2012-10-28 13:08:36 +00:00
Daniel Collins
e96c9db3e2 Moved address cache and interface TTL values into main_config. 2012-10-21 10:33:20 +00:00
Daniel Collins
ebcf1673e2 REFACTOR ALL THE THINGS. 2012-10-21 10:26:52 +00:00