|
|
@49926
|
11 years |
vboxsync |
VBoxNetDHCP:Config.h: G/c trailing white spaces.
|
|
|
@49920
|
11 years |
vboxsync |
VBoxNetServices: moves bool operator== (const RTMAC&, const RTMAC&) to …
|
|
|
@49919
|
11 years |
vboxsync |
VBoxNetDHCP:Config.h G/c -lines.
|
|
|
@49918
|
11 years |
vboxsync |
VBoxNetDHCP: Leases shouldn't cache settings which are could be …
|
|
|
@49865
|
11 years |
vboxsync |
pxping_recv4: comment update for previous after testing - OS X really …
|
|
|
@49863
|
11 years |
vboxsync |
pxping_recv4: according to ping sources at www.opensource.apple.com …
|
|
|
@49862
|
11 years |
vboxsync |
pxping_pmgr_icmp6_error: g/c unused variable.
|
|
|
@49861
|
11 years |
vboxsync |
Use either IP_HDRINCL or OS-specific socket option to deal with IPv4 …
|
|
|
@49860
|
11 years |
vboxsync |
proxy_sendto: return negated error code.
|
|
|
@49859
|
11 years |
vboxsync |
VBoxNetDHCP.cpp: G/c nukes trailing whitespaces.
|
|
|
@49858
|
11 years |
vboxsync |
VBoxNetDHCP: extraction of configGetBoundryAddress function. (todo)
|
|
|
@49857
|
11 years |
vboxsync |
socklen_t is already defined in <ws2tcpip.h>, drop local definition.
|
|
|
@49856
|
11 years |
vboxsync |
Redefine a few more socket errno values without WSA prefix. Note …
|
|
|
@49842
|
11 years |
vboxsync |
DHCP/NAT and NAT are acting in the same manner: polling for events on …
|
|
|
@49839
|
11 years |
vboxsync |
NetworkServices/NAT: windows build fix
|
|
|
@49838
|
11 years |
vboxsync |
VBoxNetDHCP.cpp: G/c: -lines and todo.
|
|
|
@49837
|
11 years |
vboxsync |
VBoxNetDHCP.cpp: adds listener for host DNS change event.
|
|
|
@49836
|
11 years |
vboxsync |
VBoxNetLwipNAT.cpp: extract fetchNatPortForwardRules() to fetch ipv4 …
|
|
|
@49835
|
11 years |
vboxsync |
VBoxNetLwipNAT.cpp: uses exported functions and listener declaration.
|
|
|
@49834
|
11 years |
vboxsync |
VBoxNetLwipNAT.cpp: G/c extra lines.
|
|
|
@49832
|
11 years |
vboxsync |
VBoxNetBaseService.h: G/c -line.
|
|
|
@49831
|
11 years |
vboxsync |
VBoxNetBaseService.cpp: G/c nuke trailing whitespaces.
|
|
|
@49830
|
11 years |
vboxsync |
ComHostUtils.cpp: +line.
|
|
|
@49828
|
11 years |
vboxsync |
ComHostUtils.cpp: createNatListener warning [-Wreturn-type].
|
|
|
@49827
|
11 years |
vboxsync |
VBoxNetDHCP: G/c -line.
|
|
|
@49826
|
11 years |
vboxsync |
VBoxNetDHCP: usage of exported functions.
|
|
|
@49825
|
11 years |
vboxsync |
NetLib: 'const' is commented out because of compilation erro on …
|
|
|
@49824
|
11 years |
vboxsync |
VBoxNetDHCP: exposed fetchAndUpdateDnsInfo() used in listener(not …
|
|
|
@49823
|
11 years |
vboxsync |
VBoxNetLwipNAT: G/c removes uniused members and its initializarion: …
|
|
|
@49822
|
11 years |
vboxsync |
NetLib/ComHostUtils.cpp: defines VBOX_COM_OUTOFPROC_MODULE to create …
|
|
|
@49821
|
11 years |
vboxsync |
VBoxNetDHCP/Config.h uses shared declaration of "<" operator.
|
|
|
@49820
|
11 years |
vboxsync |
Functions and operators to let some IPRT types meet STL container …
|
|
|
@49819
|
11 years |
vboxsync |
extracts Main-helper functions and listener declaration for sharing …
|
|
|
@49782
|
11 years |
vboxsync |
pxping_recv4, pxping_recv6: free incoming pbuf after reporting time …
|
|
|
@49759
|
11 years |
vboxsync |
pxping_recv4: disable setsockopt-based code to set DF - it's too …
|
|
|
@49746
|
11 years |
vboxsync |
Disable DF code on Linux for now to unbreak the build.
Apparently, …
|
|
|
@49745
|
11 years |
vboxsync |
pxping_recv4: propagate DF flag if OS provides a socket option for that.
|
|
|
@49735
|
11 years |
vboxsync |
VBoxNetBaseService hides all details of internal network …
|
|
|
@49715
|
11 years |
vboxsync |
Try to fix in6_pktinfo kludge again. Test for GLIBC_PREREQ in a …
|
|
|
@49714
|
11 years |
vboxsync |
Try to fix in6_pktinfo kludge. Apparently it was hidden under …
|
|
|
@49713
|
11 years |
vboxsync |
Enable ping proxy.
|
|
|
@49711
|
11 years |
vboxsync |
ICMP_FILTER is not privileged. Drop the comment now that setsockopt …
|
|
|
@49710
|
11 years |
vboxsync |
Fix edito in previous: create icmp6 socket using OS-specific socket …
|
|
|
@49709
|
11 years |
vboxsync |
Do the song and dance to use WSARecvMsg on Windows.
|
|
|
@49708
|
11 years |
vboxsync |
proxy_sendto: declare nsent under Windows properly instead of papering …
|
|
|
@49707
|
11 years |
vboxsync |
Provide CMSG_FIRSTHDR and CMSG_NXTHDR.
|
|
|
@49695
|
11 years |
vboxsync |
Provide some cmsghdr compat. CMSG_FIRSTHDR/CMSG_NXTHDR are not yet …
|
|
|
@49694
|
11 years |
vboxsync |
Provide implementation of inet_ntop(), which is available only since …
|
|
|
@49693
|
11 years |
vboxsync |
rtadvd_recv: declare optlen as int to avoid "unary minus operator …
|
|
|
@49692
|
11 years |
vboxsync |
G/c unused variable.
|
|
|
@49691
|
11 years |
vboxsync |
#include <mswsock.h> for LPFN_WSARECVMSG and friends.
|
|
|
@49690
|
11 years |
vboxsync |
G/c unused variable.
|
|
|
@49689
|
11 years |
vboxsync |
Create ICMP sockets for ping proxy.
|
|
|
@49688
|
11 years |
vboxsync |
G/c redundant lwIP includes.
|
|
|
@49663
|
11 years |
vboxsync |
Convince Solaris headers to expose socket stuff we need with …
|
|
|
@49650
|
11 years |
vboxsync |
Init sin6_flowinfo.
|
|
|
@49649
|
11 years |
vboxsync |
Set sin6_port through correct union member.
|
|
|
@49648
|
11 years |
vboxsync |
Complete ICMPv6.
|
|
|
@49637
|
11 years |
vboxsync |
Refactor a bit.
|
|
|
@49617
|
11 years |
vboxsync |
Add a few comments.
|
|
|
@49616
|
11 years |
vboxsync |
Delay TTL check until after loopback remapping check.
Fix loopback …
|
|
|
@49613
|
11 years |
vboxsync |
Add a comment that RFC 3542 IPV6_RECVTCLASS has no RFC 2292 …
|
|
|
@49611
|
11 years |
vboxsync |
On OS X request RFC 3542 API (neither old RFC 2292, nor new RFC 3542 …
|
|
|
@49609
|
11 years |
vboxsync |
Oops. Revert previous. <netinet/icmp6.h> that it needs (and that I …
|
|
|
@49607
|
11 years |
vboxsync |
Use ICMP filters if present.
|
|
|
@49606
|
11 years |
vboxsync |
proxy_init: Add call to pxping_init(), #if0'ed for now.
|
|
|
@49605
|
11 years |
vboxsync |
Add pxping bits.
|
|
|
@49593
|
11 years |
vboxsync |
Snapshot work in progress on IPv6 ping now that it seems to work for …
|
|
|
@49569
|
11 years |
vboxsync |
VBoxNetDHCP/Config.cpp: lines.
|
|
|
@49568
|
11 years |
vboxsync |
DHCP: hides implementations requiring internals of ClientData from …
|
|
|
@49567
|
11 years |
vboxsync |
DHCP/NetworkManager: visibility (ack,nak, offer4Client) from public to …
|
|
|
@49566
|
11 years |
vboxsync |
DHCP: G/c lines.
|
|
|
@49565
|
11 years |
vboxsync |
DHCP/Config.h reverts occidental commit in r90758.
|
|
|
@49564
|
11 years |
vboxsync |
DHCP/VBoxNetDHCP.cpp: G/c unused declarations.
|
|
|
@49563
|
11 years |
vboxsync |
DHCP: first-level DHCP request packet processing moved to …
|
|
|
@49562
|
11 years |
vboxsync |
VBoxNetDHCP/Config.h: license header.
|
|
|
@49561
|
11 years |
vboxsync |
VBoxNetDHCP: g/c removed #if 0/endif.
|
|
|
@49560
|
11 years |
vboxsync |
NetworkServices: VBoxNetBaseService::isMainNeeded() +const.
|
|
|
@49559
|
11 years |
vboxsync |
VBoxNetNAT: always needs Main.
|
|
|
@49558
|
11 years |
vboxsync |
NetworkServices: changed the manner network services verify their …
|
|
|
@49555
|
11 years |
vboxsync |
pxping_timeout_del: mark pxping argument as unused.
|
|
|
@49545
|
11 years |
vboxsync |
Use rand(3) on Windows. It's not good, but we don't need …
|
|
|
@49544
|
11 years |
vboxsync |
G/c unused variables. Pass iplen around as u16_t.
This makes Windows …
|
|
|
@49543
|
11 years |
vboxsync |
DHCP: missed part from (r90725)
|
|
|
@49542
|
11 years |
vboxsync |
DHCP/NetworkManager hides internals in implementation.
|
|
|
@49533
|
11 years |
vboxsync |
Handle mapped loopbacks. Propagate TTL, TOS.
|
|
|
@49516
|
11 years |
vboxsync |
Introduce option "--need-main(-M) on|off" in network services to …
|
|
|
@49515
|
11 years |
vboxsync |
Snapshot work in progress on ping proxy. Not hooked into the build yet.
|
|
|
@49492
|
11 years |
vboxsync |
VboxNetBaseService.cpp: comments and style.
|
|
|
@49490
|
11 years |
vboxsync |
VBoxNetDHCP. split ::init to ::initWithMain and ::initNoMain. The …
|
|
|
@49443
|
11 years |
vboxsync |
Don't schedule pxdns_timer() if we don't have any active requests.
|
|
|
@49415
|
11 years |
vboxsync |
VBoxNetBaseService: comment
|
|
|
@49413
|
11 years |
vboxsync |
Handle VBoxNetLwipNAT::init() failure too.
|
|
|
@49412
|
11 years |
vboxsync |
VBoxNetBaseService::tryGoOnline: return iprt status code.
Adapt …
|
|
|
@49399
|
11 years |
vboxsync |
Fix indentation.
|
|
|
@49398
|
11 years |
vboxsync |
G/c leftover DPRINTFs for closesocket().
|
|
|
@49348
|
11 years |
vboxsync |
tstDhcpCongig was g/c'ed in r90317, so delete it from the makefile as well
|
|
|
@49339
|
11 years |
vboxsync |
export to OSE
|
|
|
@49330
|
11 years |
vboxsync |
NetworkServices/proxy.c: removes annoying asserts on darwin.
|
|
|
@49328
|
11 years |
vboxsync |
NetServices/DHCP: XML lease serialization/deserialization.
|
|
|