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

43 Commits

Author SHA1 Message Date
Daniel Collins
3eda6148c3 Update readme. 2023-10-19 09:27:34 +01:00
Daniel Collins
0a2bc5f629 Updated readme, changelog, manifest. 2023-10-18 21:30:11 +01:00
Daniel Collins
fd4d78575d Update changelog. 2017-09-23 21:59:05 +01:00
Daniel Collins
91c39a769f Update readme/changelog. 2015-08-23 19:36:31 +01:00
Daniel Collins
d582e27e3e Added missing initialisations of ipx_socket.addr.sa_family.
Field not used internally, but returned by getsockname() which can lead to
whatever we're wrapping trying to use an invalid family later.
2015-07-11 17:00:10 +01:00
Daniel Collins
3b99400f4a Updated changelog and readme 2014-10-11 20:23:37 +01:00
Daniel Collins
fdc1204426 Updated changelog. 2014-03-11 21:44:19 +00:00
Daniel Collins
b5a92e00ad Updated changelog. 2014-01-25 23:17:15 +00:00
Daniel Collins
880024b8c8 Added workarounds for Jane's Combat Simulations: WWWII Fighters 2014-01-25 23:16:47 +00:00
Daniel Collins
a930a972df Log entry and target of stub calls. 2014-01-25 23:14:29 +00:00
Daniel Collins
018c66873f Fixed segfault in recvfrom when called with NULL addrlen. 2014-01-25 22:32:27 +00:00
Daniel Collins
b342f6c68d Removed send/connect -> ws2_32 stubs from ipxwrapper.dll. 2014-01-25 22:32:26 +00:00
Daniel Collins
33071b40dd Initialise ptype of IPX sockets correctly. 2014-01-25 22:32:26 +00:00
Daniel Collins
68d13baac2 Allow address sharing when the existing socket doesn't have SO_REUSEADDR.
The IPX/SPX protocol versions in 98/2000/XP only require the second socket to
have SO_REUSEADDR when attempting to bind to an already-used address. The state
of the option on the first socket is ignored.

The ADDR_TABLE_ENTRY_REUSE flag is kept and set on all sockets in the address
table to keep compatibility with previous versions.
2014-01-12 00:07:52 +00: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
0e3a9e556a Updated changelog. 2012-12-01 16:20:13 +00:00
Daniel Collins
d9ee86d985 Updated changelog and readme. 2012-11-17 23:07:27 +00:00
Daniel Collins
7239a8ea63 Added 0.3.4 release tag. 2012-05-10 14:03:38 +00:00
Daniel Collins
702a895d69 Updated changelog. 2012-01-14 15:34:13 +00:00
Daniel Collins
f1fa666c00 Log stub DLL name rather than target DLL when logging calls. 2011-11-16 22:29:27 +00:00
Daniel Collins
4266b85cc9 Cleaned up error handling in SPInit and updated changelog. 2011-11-14 02:59:15 +00:00
Daniel Collins
91b6550a86 Updated changelog 2011-11-13 02:21:12 +00:00
Daniel Collins
aa36058c1d Updated changelog and added some notes to service provider. 2011-11-08 22:01:32 +00:00
Daniel Collins
8fd710578d Set 0x02 in sa_flags when packet is from a local (IPX) IP and free the hosts list while cleaning up. 2011-10-03 11:13:45 +00:00
Daniel Collins
33b3e39a98 Added warning when unknown NSPROTO_IPX socket options are used and updated changelog. 2011-09-28 22:05:36 +00:00
Daniel Collins
7c822c97b6 Tweaked some code and updated changelog. 2011-09-21 21:57:28 +00:00
Daniel Collins
f8b53b1d1b Added ipxconfig icon. 2011-09-18 22:24:26 +00:00
Daniel Collins
a778b55e0a Updated SRC_FILES and changelog. 2011-09-18 22:00:25 +00:00
Daniel Collins
db4d9060b1 Updated changelog. 2011-09-15 19:07:02 +00:00
Daniel Collins
fdb9e69241 Updated BIN_FILES, SRC_FILES and changelog. 2011-09-12 18:23:23 +00:00
Daniel Collins
48b141d7e9 Updated changelog. 2011-09-08 00:43:45 +00:00
Daniel Collins
14e7e08dda Added 0.2.2 release tag. 2011-08-22 07:12:51 +00:00
Daniel Collins
bfa611ae6e Correctly terminate strings in stub DLLs. 2011-08-12 01:12:10 +00:00
Daniel Collins
adfdff8fb7 Log DLL and function names in ipxwrapper.log instead of seperate log file. 2011-08-11 20:36:35 +00:00
Daniel Collins
d3adf8efef Added missing exports to wsock32.dll/mswsock.dll and tweaked Makefile. 2011-08-10 01:44:13 +00:00
Daniel Collins
5f06b2250c Correctly order interfaces when first interface has the force primary flag set. 2011-08-06 16:18:44 +00:00
Daniel Collins
7b50221c63 Changed format of log timestamp and fixed buffer overflow when converting some IPX addresses to text. 2011-07-21 18:41:52 +00:00
Daniel Collins
fb68a9a593 Cleaned up logging code, added log timestamps (using GetTickCount) and changed calls in router code to prevent it from generating extra log messages. 2011-07-13 22:56:19 +00:00
Daniel Collins
877edb3d85 Replaced remaining asserts in ipxconfig with error messages 2011-07-09 03:31:54 +00:00
Daniel Collins
8228b5af49 Updated changelog. 2011-07-09 03:19:16 +00:00
Daniel Collins
898c0bd1cb Added call logging option to config tool. 2011-06-17 01:17:56 +00:00
Daniel Collins
7cab37479e Updated changelog 2011-06-13 14:07:47 +00:00
Daniel Collins
a1eff83b9a Build stripped ipxconfig.exe and added changelog. 2011-04-30 16:25:52 +00:00