|
|
@54542
|
10 年 |
vboxsync |
VBoxNetDHCP: Use map::end() instead of map::cend() to cater to older STL.
|
|
|
@54541
|
10 年 |
vboxsync |
VBoxNetDHCP: Quick and dirty code to pass extra DHCP options to …
|
|
|
@54504
|
10 年 |
vboxsync |
VBoxNetDHCP: Drag kicking and screaming VBoxNetDhcp::m_DhcpServer to …
|
|
|
@54499
|
10 年 |
vboxsync |
VBoxNetDHCP: keep a pointer to NetworkManager instead of using a …
|
|
|
@54128
|
10 年 |
vboxsync |
nit
|
|
|
@54125
|
10 年 |
vboxsync |
Add missing Id/@file/copyright header.
|
|
|
@54124
|
10 年 |
vboxsync |
NAT/Network: Add missing Id/@file/copyright headers.
|
|
|
@53855
|
10 年 |
vboxsync |
build fix
|
|
|
@53828
|
10 年 |
vboxsync |
build fix
|
|
|
@53827
|
10 年 |
vboxsync |
build fix
|
|
|
@53826
|
10 年 |
vboxsync |
added another two Windows resource files
|
|
|
@53624
|
10 年 |
vboxsync |
scm automatic cleanups.
|
|
|
@53502
|
10 年 |
vboxsync |
NetworkServices: no need to poll here
|
|
|
@53368
|
10 年 |
vboxsync |
NET/Nat: pxping_recv6 - parrot pxping_recv4 change r96987.
|
|
|
@53367
|
10 年 |
vboxsync |
NAT/Net: pxping_recv4 - ensure that for small ping payloads we still …
|
|
|
@53366
|
10 年 |
vboxsync |
NAT/Net: Fix size calculations when allocating a pong, don't …
|
|
|
@52938
|
10 年 |
vboxsync |
VBoxNetPortForwardString.cpp: fixed braces to properly differ between …
|
|
|
@52930
|
10 年 |
vboxsync |
NetworkServices/NAT/proxy: fixed wrong condition
|
|
|
@52650
|
10 年 |
vboxsync |
NAT/Net: pxtcp_pmgr_connect: Solaris doesn't report either POLLERR or …
|
|
|
@52288
|
10 年 |
vboxsync |
NAT/Net: Ouch, FIONBIO argument has been wrong since initial check-in …
|
|
|
@52287
|
10 年 |
vboxsync |
NAT/Net: Convert couple of missed checks to SOCKET_ERROR.
|
|
|
@52286
|
10 年 |
vboxsync |
NAT/Net: Add SET_SOCKERRNO() macro. Use it avoid clobbering errno.
|
|
|
@52285
|
10 年 |
vboxsync |
NAT/Net: Amend r95372 and do return normal poll bits along with …
|
|
|
@52284
|
10 年 |
vboxsync |
NAT Network: On Windows FD_CLOSE is reported for incoming FIN, not on …
|
|
|
@52273
|
10 年 |
vboxsync |
Untabify previous.
|
|
|
@52272
|
10 年 |
vboxsync |
NAT Network: WSANETWORKEVENTS::iErrorCode[] elements can be accessed …
|
|
|
@52271
|
10 年 |
vboxsync |
NAT Network: Successful FD_CLOSE is not accompanied with FD_READ, so …
|
|
|
@52257
|
10 年 |
vboxsync |
NAT Network: Check if IP_MTU_DISCOVER defined instead of RT_OS_LINUX …
|
|
|
@52253
|
10 年 |
vboxsync |
NAT Network: preserve IPv4 DF (is possible), TTL, TOS and IPv6 Hop …
|
|
|
@52008
|
10 年 |
vboxsync |
NAT/Net: Fix corner case of incorrect wraparound in ring buffer logic …
|
|
|
@52001
|
10 年 |
vboxsync |
NAT/Net: Bump up TCP_SND_QUEUELEN. IPv6 has smaller MSS, so it needs …
|
|
|
@51974
|
10 年 |
vboxsync |
NAT/Net: Careful with that DWORD... It's unsigned, so assigning …
|
|
|
@51895
|
10 年 |
vboxsync |
build fix
|
|
|
@51893
|
10 年 |
vboxsync |
VBoxNetDHCP: Icon.
|
|
|
@51892
|
10 年 |
vboxsync |
VBoxNetNat: Added icon.
|
|
|
@51770
|
10 年 |
vboxsync |
Merged in iprt++ dev branch.
|
|
|
@51703
|
10 年 |
vboxsync |
NAT/Net: Cosmetics - prefer ip_addr_* APIs to memcpy/memset.
|
|
|
@51702
|
10 年 |
vboxsync |
NAT/Net: Cosmetic follow up to r94469 - use ipoff variable in debug …
|
|
|
@51700
|
10 年 |
vboxsync |
NAT/Net: OS X converts total length field of the inner IP header …
|
|
|
@51692
|
10 年 |
vboxsync |
NAT/Net: When using IP_HDRINCL we need to rewrite mapped ping …
|
|
|
@51691
|
10 年 |
vboxsync |
NAT/Net: pxping_pcb_rtstrfmt: for mapped addresses print both original …
|
|
|
@51690
|
10 年 |
vboxsync |
NAT/Net: OS X reports IP datagrams on raw sockets with IP header …
|
|
|
@51684
|
10 年 |
vboxsync |
NAT/Net: Solaris doesn't compute IPv4 header checksum for ICMP echo …
|
|
|
@51682
|
10 年 |
vboxsync |
NAT/Net: init pxping::hdrincl appropriately as we know IP_HDRINCL is …
|
|
|
@51681
|
10 年 |
vboxsync |
NAT/Net: Solaris doesn't report POLLHUP for TCP sockets.
|
|
|
@51674
|
10 年 |
vboxsync |
NAT/Net: OS X reports POLLHUP when inbound closes, not when both sides …
|
|
|
@51653
|
10 年 |
vboxsync |
NAT/Net: add missing newlines to DPRINTFs.
|
|
|
@51608
|
10 年 |
vboxsync |
NAT/Net: return negated errno from pxtcp_sock_recv()/pxtcp_sock_send() …
|
|
|
@51597
|
10 年 |
vboxsync |
NAT/Net: convert perror/warn/warnx to DPRINTFs.
|
|
|
@51594
|
10 年 |
vboxsync |
NAT/Net: don't forget to close socket if FIONBIO fails.
|
|
|
@51585
|
10 年 |
vboxsync |
NAT/Net: Fix previous - provide #include's necessary for …
|
|
|
@51584
|
10 年 |
vboxsync |
NAT/Net: Hide checking for transient errors (EWOULDBLOCK &co) in an …
|
|
|
@51583
|
10 年 |
vboxsync |
NAT/Net: On Windows provide all "Berkeley" WSAE* error codes with …
|
|
|
@51582
|
10 年 |
vboxsync |
NAT/Net: Drop errno redefinition kludge, socket errors are now …
|
|
|
@51581
|
10 年 |
vboxsync |
NAT/Net: Start untangling errno vs. winsock mess. Don't refer errno …
|
|
|
@51577
|
10 年 |
vboxsync |
NAT/Net: Minor cosmetics in the unix section.
|
|
|
@51576
|
10 年 |
vboxsync |
NAT/Net: Get rid of inet_ntop(3) (not available on Windows XP). Since …
|
|
|
@51575
|
10 年 |
vboxsync |
NAT/Net: Get rid of inet_ntop(3). Add formatter for %R[ping_pcb] and …
|
|
|
@51574
|
10 年 |
vboxsync |
NAT/Net: #define LOG_GROUP LOG_GROUP_NAT_SERVICE
|
|
|
@51573
|
10 年 |
vboxsync |
NAT/Net: Use logger for DPRINTFs.
|
|
|
@51332
|
11 年 |
vboxsync |
pxtcp_pcb_forward_outbound: move code to do sendmsg/WSASend to a …
|
|
|
@51300
|
11 年 |
vboxsync |
pxtcp_sock_read: move code to do recvmsg/WSARecv to a separate function.
|
|
|
@51156
|
11 年 |
vboxsync |
Convince Solaris headers to expose socket stuff we need in a way that …
|
|
|
@51022
|
11 年 |
vboxsync |
NAT/Net: call fcntl(F_GETFL) correctly, it ignores its argument and …
|
|
|
@50587
|
11 年 |
vboxsync |
NetworkServices/DHCP: use Utf8Str
|
|
|
@50494
|
11 年 |
vboxsync |
VBoxNetLwipNAT: Windows build fix.
|
|
|
@50489
|
11 年 |
vboxsync |
fwspec_set: use LogRel to log gai_strerror().
|
|
|
@50488
|
11 年 |
vboxsync |
Massage release logging for port-forwarding a bit. Log rules on startup.
|
|
|
@50487
|
11 年 |
vboxsync |
NATNet: clean up handling of port-forwarding rules a bit.
Don't assert …
|
|
|
@50484
|
11 年 |
vboxsync |
Oops, fix TABs in previous.
|
|
|
@50483
|
11 年 |
vboxsync |
fetchNatPortForwardRules: pass fIsIPv6 flag to netPfStrToPf.
|
|
|
@50480
|
11 年 |
vboxsync |
VBoxNetLwipNAT::natServicePfRegister: fix trivial constness XXX.
|
|
|
@50459
|
11 年 |
vboxsync |
G/c uPfrHostAddr and uPfrGuestAddr from struct PORTFORWARDRULE.
…
|
|
|
@50450
|
11 年 |
vboxsync |
VBoxNetBaseService.cpp: fix build on ancient Linux box.
|
|
|
@50360
|
11 年 |
vboxsync |
Print ifconfig-like information about proxy netif to release log.
|
|
|
@50279
|
11 年 |
vboxsync |
Entity parameter to VBoxLogRelCreate is used only for log file header …
|
|
|
@50273
|
11 年 |
vboxsync |
Provide LWIP_DEBUGF definition that uses VBox logging facilities. …
|
|
|
@50264
|
11 年 |
vboxsync |
TCP_OVERSIZE_DBGCHECK is defined automatically for LWIP_DEBUG if …
|
|
|
@50256
|
11 年 |
vboxsync |
LWIP_DEBUG is only tested for being defined. Don't define it as …
|
|
|
@50240
|
11 年 |
vboxsync |
Create NAT Network release logger. This can probably use some …
|
|
|
@50239
|
11 年 |
vboxsync |
TrustedMain: when com::Initialize() fails make error reporting more sane.
|
|
|
@50213
|
11 年 |
vboxsync |
spaces
|
|
|
@50106
|
11 年 |
vboxsync |
G/c temporary local redefinitions of DPRINTF*.
|
|
|
@50105
|
11 年 |
vboxsync |
Get rid of plain printfs: convert to DPRINTFs or g/c.
|
|
|
@50103
|
11 年 |
vboxsync |
LWIP_NOASSERT is tested with #ifdef, not #if. Drop it its incorrect …
|
|
|
@50083
|
11 年 |
vboxsync |
#define ETH_PAD_SIZE 2 - to make IP header &c aligned.
|
|
|
@50082
|
11 年 |
vboxsync |
Deal with ETH_PAD_SIZE != 0. Express processGSO() in terms of …
|
|
|
@50075
|
11 年 |
vboxsync |
Get rid of LWIP_SOCKET - we don't need it for NAT and it pollutes …
|
|
|
@50073
|
11 年 |
vboxsync |
Drop lwip-namespace.h renaming for VBoxNetNAT. It is only necessary …
|
|
|
@50072
|
11 年 |
vboxsync |
Refer to lwip symbols without lwip_ prefix introduced by our internal …
|
|
|
@50069
|
11 年 |
vboxsync |
Give this file its own multiple inclusion protection guard.
|
|
|
@50068
|
11 年 |
vboxsync |
Add ifdefed out code to use debug helper for raw ICMP sockets.
Add to …
|
|
|
@50067
|
11 年 |
vboxsync |
Add commented out DEFS line to enable valgrind instrumentation for …
|
|
|
@50066
|
11 年 |
vboxsync |
Use component-specific lwipopts.h instead of sharing single one. This …
|
|
|
@50065
|
11 年 |
vboxsync |
Add commented out snippet to use debug helper for raw ICMP sockets.
|
|
|
@50029
|
11 年 |
vboxsync |
pxping_recv6: translate errors from proxy_sendto() into ICMPv6 error …
|
|
|
@50028
|
11 年 |
vboxsync |
pxping_recv6: check if pbuf_header() succeeded.
|
|
|
@50024
|
11 年 |
vboxsync |
pxping_pcb_deregister: clear ping_pcb::next to satisfy assertion (now …
|
|
|
@50022
|
11 年 |
vboxsync |
Don't call pbuf_free() in proxy_sendto(), leave it up to the caller …
|
|
|
@50021
|
11 年 |
vboxsync |
pxping_pcb_delete: fix assertions (that were not compiled).
|
|
|