Adam Ierymenko
ed8fe8990b
Revert "Removed language from comments"
...
This reverts commit 1bd1923964 .
5 years ago
Adam Ierymenko
50703534b1
Revert "Removed language from comments"
...
This reverts commit 57a225cb39 .
5 years ago
Adam Ierymenko
4a7c156bf8
Revert "Removed language from comments"
...
This reverts commit 0a18e66a83 .
5 years ago
Adam Ierymenko
54680a6edc
Revert "Update zttap300.inf"
...
This reverts commit 3af693af34 .
5 years ago
showipintbri
3af693af34
Update zttap300.inf
5 years ago
showipintbri
0a18e66a83
Removed language from comments
5 years ago
showipintbri
57a225cb39
Removed language from comments
5 years ago
showipintbri
1bd1923964
Removed language from comments
5 years ago
Adam Ierymenko
1afd097445
Microsoft signed 32-bit Windows x86 driver.
5 years ago
Adam Ierymenko
eefe34354e
Embeddable MSI for new MS-signed X64 Windows tap driver.
5 years ago
Grant Limberg
f2ba613fb5
line endings
5 years ago
Adam Ierymenko
73b5eadd3c
Windows X64 Microsoft-Signed Driver for Windows 10
5 years ago
Adam Ierymenko
aca31c7055
Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device)
7 years ago
Adam Ierymenko
e37eb0aa54
More cleanup of old stuff no longer used.
7 years ago
Adam Ierymenko
8900b30b6e
Windows installer tweaks and version bumps.
8 years ago
Adam Ierymenko
6679a55693
certutil needs -f in case TrustedProvider store is not yet created
8 years ago
Adam Ierymenko
1101c1d919
Works on 32-bit too now.
8 years ago
Adam Ierymenko
fcb529b348
Take two on unattended driver installs. I think it works now.'
8 years ago
Adam Ierymenko
680b1ca208
Upgrade installer AIP versions and redo how we bundle the driver sub-installer to allow unattended driver installs (hopefully).
8 years ago
Adam Ierymenko
7a94f63058
Back out NaCl since the old one with xmm6 salsa2012 does not support multi-block use and the new one is slower.
9 years ago
Adam Ierymenko
db0edf154c
Use right deployment target in OSX bin.
9 years ago
Adam Ierymenko
a1cd94a61d
Actually include .a
9 years ago
Adam Ierymenko
df48738ac9
Enable use of NaCl for faster X64 Salsa20 implementations. Also include binary for OSX for easy build. Blazingly fast.
9 years ago
Adam Ierymenko
d377ef01af
Windows build process updates, and repackage everything using new EV certificate and SHA256.
9 years ago
Adam Ierymenko
b88f573733
tap-windows-ndis5 is definitely dead
9 years ago
Adam Ierymenko
25c3d3a452
cleanup
10 years ago
Adam Ierymenko
a27d8b2910
Windows cleanup.
10 years ago
Adam Ierymenko
823c9979c0
Erase more debug junk.
10 years ago
Adam Ierymenko
0f5fb48a0b
Turns out it wasn't hard to add miniupnpc to the VS2012 project and just have it build with the rest of the code.
10 years ago
Adam Ierymenko
a13a21377c
Delete pre-build miniupnpc for Linux and Mac -- will add Make rules to build from source and include source in ext/
10 years ago
Adam Ierymenko
e4d1aba3f8
Use new OSX tap version, and update OSX install scripts.
10 years ago
Adam Ierymenko
3b9411044f
Patch tap-mac to latest tuntaposx upstream changes, and add updated build for 10.8 or later (keep old one for 10.7).
11 years ago
Joseph Henry
3e84e8b8c3
Performance tweaks to lwipopts.h (TX=12MB/s)
11 years ago
Joseph Henry
4b07987210
Added throughput-test Docker files
11 years ago
Joseph Henry
4c20fa4874
Added debug statements for transfer test
11 years ago
Joseph Henry
0405ba1ccf
Misc changes
11 years ago
Joseph Henry
7f56678d84
Added liblwip.so and libintercept build files
11 years ago
Joseph Henry
c85dd262ed
moved lib files to ext
11 years ago
Adam Ierymenko
085734aaba
Windows driver (NDIS6) rebuild using earlier DDK revision to allow driver to load in Windows 2008 Server and Windows Vista. Still issues with those platforms, but driver loads -- and shouldn't hurt newer versions (will test).
11 years ago
Adam Ierymenko
8169b35482
Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and setupapi and using these functions directly.
11 years ago
Adam Ierymenko
14264c2d6f
Add miniupnpc builds for Windows, fix some Windows build warnings.
11 years ago
Adam Ierymenko
3c54187c40
Linux x86 libminiupnpc.a
11 years ago
Adam Ierymenko
7df4eb69b5
Linux x64 libminiupnpc.a
11 years ago
Adam Ierymenko
559e384130
Linux make support for libminiupnpc.
11 years ago
Adam Ierymenko
ebe5c526bb
libminiupnpc.a for arm6l
11 years ago
Adam Ierymenko
569c5e77fd
Add binary build of libminiupnpc for Mac x64.
11 years ago
Adam Ierymenko
63cea7d337
Try to automatically enable access to http://127.0.0.1 in web wrapper if IE is in enhanced security mode.
11 years ago
Adam Ierymenko
44d1bd14bd
Enable right-click menu for copy/paste/etc. in Windows UI wrapper.
11 years ago
Adam Ierymenko
b4a34cc105
Add 32-bit chained MSI for NDIS6 driver... now to go test on 32-bit Windows (clean). (And Windows 10, and Windows Server, and ...)
11 years ago
Adam Ierymenko
32588b3d84
A visit to the Windows house of pain:
...
(1) Yes, you *can* create a mixed 32/64 bit Windows MSI installer that installs drivers. All you have to do is... umm... create individual sub-MSI files for each driver (one for 32, one for 64) and then package those in the main MSI files as "chained" MSI installers. Each of these must only be considered a prerequisite on 32 or 64 bit machines, respectively.
(2) Upgrade Advanced Installer version, add rules to uninstall NDIS6 tap device on uninstall.
(3) Fix IE issue in UI code.
11 years ago