Caleb James DeLisle
|
3cf79da359
Iface_DEFUN return an error type
|
4 years ago |
Caleb James DeLisle
|
781f5f2e6a
Bad checksums: 1. Rename Checksum functions with _be suffix so it is clear they generate big endian, 2. better testing
|
4 years ago |
Caleb James DeLisle
|
b6a1d3bf2f
Switch from using long to using uintptr_t because on windows, long is not pointer-size
|
4 years ago |
Caleb James DeLisle
|
338f5671e0
Use a pair of /1s as default route for all platforms, not just darwin
|
4 years ago |
Caleb James DeLisle
|
286d751b6e
Reduce logging noise
|
4 years ago |
Caleb James DeLisle
|
6c1751d868
Got rid of usages of Except and simplified Message.h
|
4 years ago |
Caleb James DeLisle
|
ca4be7578d
Rid the project of setjmp()
|
4 years ago |
Caleb James DeLisle
|
a574e6aaa7
Fix UDPInterface to not send beacons down the tun device
|
6 years ago |
Valentin Lorentz
|
98c704ce1c
Replace address checks by function calls.
|
7 years ago |
Valentin Lorentz
|
95cba4a738
Show the 'wrong address for connection' in iptunnel.
|
7 years ago |
Caleb James DeLisle
|
1881da934d
Automatic refactoring to get rid of dangerous usage of String_CONST()
|
7 years ago |
soredake
|
c49cc24869
links update
|
7 years ago |
Antti Jaakkola
|
5a3d225d5e
fix ipTunnel IPv6 comparison
|
8 years ago |
Alex R
|
2041d8201e
Assert fix
|
8 years ago |
Alex R
|
8f680b83cb
Added assert instead of silently failing
|
8 years ago |
Alex R
|
32b3f05c4e
Implemented IpTunnel_removeConnection
|
8 years ago |
Mada
|
6b4b32bb46
Do not add route when TUN interface not setup (rootless android will configurate tunnel interface external)
|
8 years ago |
Caleb James DeLisle
|
c88be44888
Had prefixLen and allocSize backwards
|
8 years ago |
Caleb James DeLisle
|
b1679ba17c
Everything working for Darwin
|
8 years ago |
Caleb James DeLisle
|
294c18ddd8
RouteGen mostly wired into the system now
|
8 years ago |
Caleb James DeLisle
|
bd83dba64b
Merged in crashey and wrote a basic test
|
9 years ago |
Caleb James DeLisle
|
68693cc4c7
Revert "Add networkSize to IPTunnel"
|
9 years ago |
Caleb James DeLisle
|
07919edf14
partially done stuff written on the metro
|
9 years ago |
Caleb James DeLisle
|
5b649af59d
Use excaping of message before logging it because otherwise it prints crap to the terminal
|
9 years ago |
Caleb James DeLisle
|
c24326b46c
wip
|
9 years ago |
Kubuxu
|
5706884464
Add networkSize to IPTunnel
|
9 years ago |
Caleb James DeLisle
|
63244a0dfd
better logging when an ip address is assigned from IPTunnel
|
9 years ago |
Kubuxu
|
a38e58b1c7
Remove usage of Bits_memcpyConst and Bits_memmoveConst
|
9 years ago |
Caleb James DeLisle
|
3d879c0326
typo in GET32()
|
9 years ago |
Caleb James DeLisle
|
f964d14faf
Fixed IpTunnel unaligned access, thanks Viric for pointing it out
|
9 years ago |