Adam Ierymenko
|
f3ad05347e
Improve code security posture by replacing sprintf with a safer function.
|
12 ani în urmă |
Adam Ierymenko
|
0afcf4877c
Build fixes for *nix.
|
12 ani în urmă |
Adam Ierymenko
|
aa96bdfd1e
Drop extra debug output.
|
12 ani în urmă |
Adam Ierymenko
|
c247a3d991
Build fix in tap, handling of Windows shutdown signals.
|
12 ani în urmă |
Adam Ierymenko
|
cd907a7662
More tap work -- DHCP configuration and such.
|
12 ani în urmă |
Adam Ierymenko
|
1c88a518cf
Dike out some cruft in Windows tap that we will never use, like TUN mode, DHCP masq, ARP emulation, NDP emulation, and related. We operate only in L2 mode. All tap, no tun.
|
12 ani în urmă |
Adam Ierymenko
|
b4be07149f
Tap now basically sorta works on Windows. Now have to figure out how to control DHCP behavior since we normally don't want that.
|
12 ani în urmă |
Adam Ierymenko
|
4a370c5f3f
Windows: disable and enable tap to allow changes to take effect.
|
12 ani în urmă |
Adam Ierymenko
|
487eb17ec0
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
|
12 ani în urmă |
Adam Ierymenko
|
bbbc032959
Tap works! At least in isolation. Time to create the Windows executable and the Windows service to run it and handle auto-update.
|
12 ani în urmă |
Adam Ierymenko
|
8637d06e0e
It builds and it installs! Well, except for not being digitally signed. :P
|
12 ani în urmă |
Adam Ierymenko
|
e2effbd1ce
Tap driver basically builds in VS2012... fork of tap-windows from OpenVPN (compatible license).
|
12 ani în urmă |
Adam Ierymenko
|
c8213a3f58
Commit of a draft of the pcap-based strategy for a Windows tap. This may, in the end, not work, since winpcap may not support immediate capture and also because some software flags winpcap as malware. Like I said, trying to do anything interesting with Windows is PAIN.
|
12 ani în urmă |
Adam Ierymenko
|
ca5334509c
Tap now creates Microsoft Loopback Adapter instances and tags them with a special ID... work in progress.
|
12 ani în urmă |
Adam Ierymenko
|
edad580c32
Some work on Windows tap.
|
12 ani în urmă |
Adam Ierymenko
|
2536352e5d
Make that an arbitrary tag to identify persistent taps...
|
12 ani în urmă |
Adam Ierymenko
|
dbb509a302
Add an interface description to EthernetTap, mostly for Windows.
|
12 ani în urmă |
Adam Ierymenko
|
08fe84d707
Windows builds, self test runs in Debug mode!
|
12 ani în urmă |
Adam Ierymenko
|
4ce88d7f72
Version 0.4.3: fix Gentoo ip config failures and crashes
|
12 ani în urmă |
Adam Ierymenko
|
95a23dc7ec
Fix for another wonderful C++ threading race condition.
|
12 ani în urmă |
Adam Ierymenko
|
8a46452a70
Move template parameter in Thread to a more logical scope location.
|
12 ani în urmă |
Adam Ierymenko
|
e73c4cb68b
Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener timing code.
|
12 ani în urmă |
Adam Ierymenko
|
a7c4cbe53a
CLI debugging, got rid of nasty old Thread class and replaced with newer cleaner portable idiom.
|
12 ani în urmă |
Adam Ierymenko
|
f823fd05ac
Replace fork() with vfork() in tap config, faster.
|
12 ani în urmă |
Adam Ierymenko
|
a20b540fb0
Small compiler warning fix
|
12 ani în urmă |
Adam Ierymenko
|
ef3e319c64
Several things:
|
12 ani în urmă |
Adam Ierymenko
|
6eb77da094
Fix for issue #6: OSX tap device forgets it has IPv6
|
12 ani în urmă |
Adam Ierymenko
|
e2a2d33f8f
Filter code, work in progress, wont build yet
|
12 ani în urmă |
Adam Ierymenko
|
2eaac3891e
Enable ff:ff:ff:ff:ff:ff w/no ADI a.k.a. broadcast. YOLO.
|
12 ani în urmă |
Adam Ierymenko
|
cfef114c31
Possible fix for issue #4 - segfault in ___removeIp helper function in EthernetTap on OSX -- I think the problem may have been that I was using set::erase(key) while also using an iterator, so now it uses erase(iterator). See if it happens again, cause I could not duplicate the issue. Possible minor difference in STL version.
|
12 ani în urmă |