VirtualBox

source: vbox/trunk/src/VBox/NetworkServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52938   10 years vboxsync VBoxNetPortForwardString.cpp: fixed braces to properly differ between …
(edit) @52930   10 years vboxsync NetworkServices/NAT/proxy: fixed wrong condition
(edit) @52650   10 years vboxsync NAT/Net: pxtcp_pmgr_connect: Solaris doesn't report either POLLERR or …
(edit) @52288   10 years vboxsync NAT/Net: Ouch, FIONBIO argument has been wrong since initial check-in …
(edit) @52287   10 years vboxsync NAT/Net: Convert couple of missed checks to SOCKET_ERROR.
(edit) @52286   10 years vboxsync NAT/Net: Add SET_SOCKERRNO() macro. Use it avoid clobbering errno.
(edit) @52285   10 years vboxsync NAT/Net: Amend r95372 and do return normal poll bits along with …
(edit) @52284   10 years vboxsync NAT Network: On Windows FD_CLOSE is reported for incoming FIN, not on …
(edit) @52273   10 years vboxsync Untabify previous.
(edit) @52272   10 years vboxsync NAT Network: WSANETWORKEVENTS::iErrorCode[] elements can be accessed …
(edit) @52271   10 years vboxsync NAT Network: Successful FD_CLOSE is not accompanied with FD_READ, so …
(edit) @52257   10 years vboxsync NAT Network: Check if IP_MTU_DISCOVER defined instead of RT_OS_LINUX …
(edit) @52253   10 years vboxsync NAT Network: preserve IPv4 DF (is possible), TTL, TOS and IPv6 Hop …
(edit) @52008   10 years vboxsync NAT/Net: Fix corner case of incorrect wraparound in ring buffer logic …
(edit) @52001   10 years vboxsync NAT/Net: Bump up TCP_SND_QUEUELEN. IPv6 has smaller MSS, so it needs …
(edit) @51974   10 years vboxsync NAT/Net: Careful with that DWORD... It's unsigned, so assigning …
(edit) @51895   10 years vboxsync build fix
(edit) @51893   10 years vboxsync VBoxNetDHCP: Icon.
(edit) @51892   10 years vboxsync VBoxNetNat: Added icon.
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51703   10 years vboxsync NAT/Net: Cosmetics - prefer ip_addr_* APIs to memcpy/memset.
(edit) @51702   10 years vboxsync NAT/Net: Cosmetic follow up to r94469 - use ipoff variable in debug …
(edit) @51700   10 years vboxsync NAT/Net: OS X converts total length field of the inner IP header …
(edit) @51692   10 years vboxsync NAT/Net: When using IP_HDRINCL we need to rewrite mapped ping …
(edit) @51691   10 years vboxsync NAT/Net: pxping_pcb_rtstrfmt: for mapped addresses print both original …
(edit) @51690   10 years vboxsync NAT/Net: OS X reports IP datagrams on raw sockets with IP header …
(edit) @51684   10 years vboxsync NAT/Net: Solaris doesn't compute IPv4 header checksum for ICMP echo …
(edit) @51682   10 years vboxsync NAT/Net: init pxping::hdrincl appropriately as we know IP_HDRINCL is …
(edit) @51681   10 years vboxsync NAT/Net: Solaris doesn't report POLLHUP for TCP sockets.
(edit) @51674   10 years vboxsync NAT/Net: OS X reports POLLHUP when inbound closes, not when both sides …
(edit) @51653   10 years vboxsync NAT/Net: add missing newlines to DPRINTFs.
(edit) @51608   10 years vboxsync NAT/Net: return negated errno from pxtcp_sock_recv()/pxtcp_sock_send() …
(edit) @51597   10 years vboxsync NAT/Net: convert perror/warn/warnx to DPRINTFs.
(edit) @51594   10 years vboxsync NAT/Net: don't forget to close socket if FIONBIO fails.
(edit) @51585   10 years vboxsync NAT/Net: Fix previous - provide #include's necessary for …
(edit) @51584   10 years vboxsync NAT/Net: Hide checking for transient errors (EWOULDBLOCK &co) in an …
(edit) @51583   10 years vboxsync NAT/Net: On Windows provide all "Berkeley" WSAE* error codes with …
(edit) @51582   10 years vboxsync NAT/Net: Drop errno redefinition kludge, socket errors are now …
(edit) @51581   10 years vboxsync NAT/Net: Start untangling errno vs. winsock mess. Don't refer errno …
(edit) @51577   10 years vboxsync NAT/Net: Minor cosmetics in the unix section.
(edit) @51576   10 years vboxsync NAT/Net: Get rid of inet_ntop(3) (not available on Windows XP). Since …
(edit) @51575   10 years vboxsync NAT/Net: Get rid of inet_ntop(3). Add formatter for %R[ping_pcb] and …
(edit) @51574   10 years vboxsync NAT/Net: #define LOG_GROUP LOG_GROUP_NAT_SERVICE
(edit) @51573   10 years vboxsync NAT/Net: Use logger for DPRINTFs.
(edit) @51332   11 years vboxsync pxtcp_pcb_forward_outbound: move code to do sendmsg/WSASend to a …
(edit) @51300   11 years vboxsync pxtcp_sock_read: move code to do recvmsg/WSARecv to a separate function.
(edit) @51156   11 years vboxsync Convince Solaris headers to expose socket stuff we need in a way that …
(edit) @51022   11 years vboxsync NAT/Net: call fcntl(F_GETFL) correctly, it ignores its argument and …
(edit) @50587   11 years vboxsync NetworkServices/DHCP: use Utf8Str
(edit) @50494   11 years vboxsync VBoxNetLwipNAT: Windows build fix.
(edit) @50489   11 years vboxsync fwspec_set: use LogRel to log gai_strerror().
(edit) @50488   11 years vboxsync Massage release logging for port-forwarding a bit. Log rules on startup.
(edit) @50487   11 years vboxsync NATNet: clean up handling of port-forwarding rules a bit. Don't assert …
(edit) @50484   11 years vboxsync Oops, fix TABs in previous.
(edit) @50483   11 years vboxsync fetchNatPortForwardRules: pass fIsIPv6 flag to netPfStrToPf.
(edit) @50480   11 years vboxsync VBoxNetLwipNAT::natServicePfRegister: fix trivial constness XXX.
(edit) @50459   11 years vboxsync G/c uPfrHostAddr and uPfrGuestAddr from struct PORTFORWARDRULE. …
(edit) @50450   11 years vboxsync VBoxNetBaseService.cpp: fix build on ancient Linux box.
(edit) @50360   11 years vboxsync Print ifconfig-like information about proxy netif to release log.
(edit) @50279   11 years vboxsync Entity parameter to VBoxLogRelCreate is used only for log file header …
(edit) @50273   11 years vboxsync Provide LWIP_DEBUGF definition that uses VBox logging facilities. …
(edit) @50264   11 years vboxsync TCP_OVERSIZE_DBGCHECK is defined automatically for LWIP_DEBUG if …
(edit) @50256   11 years vboxsync LWIP_DEBUG is only tested for being defined. Don't define it as …
(edit) @50240   11 years vboxsync Create NAT Network release logger. This can probably use some …
(edit) @50239   11 years vboxsync TrustedMain: when com::Initialize() fails make error reporting more sane.
(edit) @50213   11 years vboxsync spaces
(edit) @50106   11 years vboxsync G/c temporary local redefinitions of DPRINTF*.
(edit) @50105   11 years vboxsync Get rid of plain printfs: convert to DPRINTFs or g/c.
(edit) @50103   11 years vboxsync LWIP_NOASSERT is tested with #ifdef, not #if. Drop it its incorrect …
(edit) @50083   11 years vboxsync #define ETH_PAD_SIZE 2 - to make IP header &c aligned.
(edit) @50082   11 years vboxsync Deal with ETH_PAD_SIZE != 0. Express processGSO() in terms of …
(edit) @50075   11 years vboxsync Get rid of LWIP_SOCKET - we don't need it for NAT and it pollutes …
(edit) @50073   11 years vboxsync Drop lwip-namespace.h renaming for VBoxNetNAT. It is only necessary …
(edit) @50072   11 years vboxsync Refer to lwip symbols without lwip_ prefix introduced by our internal …
(edit) @50069   11 years vboxsync Give this file its own multiple inclusion protection guard.
(edit) @50068   11 years vboxsync Add ifdefed out code to use debug helper for raw ICMP sockets. Add to …
(edit) @50067   11 years vboxsync Add commented out DEFS line to enable valgrind instrumentation for …
(edit) @50066   11 years vboxsync Use component-specific lwipopts.h instead of sharing single one. This …
(edit) @50065   11 years vboxsync Add commented out snippet to use debug helper for raw ICMP sockets.
(edit) @50029   11 years vboxsync pxping_recv6: translate errors from proxy_sendto() into ICMPv6 error …
(edit) @50028   11 years vboxsync pxping_recv6: check if pbuf_header() succeeded.
(edit) @50024   11 years vboxsync pxping_pcb_deregister: clear ping_pcb::next to satisfy assertion (now …
(edit) @50022   11 years vboxsync Don't call pbuf_free() in proxy_sendto(), leave it up to the caller …
(edit) @50021   11 years vboxsync pxping_pcb_delete: fix assertions (that were not compiled).
(edit) @50006   11 years vboxsync We still own pbuf after ip_output_if/ip6_output_if so call pbuf_free …
(edit) @50005   11 years vboxsync On Windows use pxping_win.c based on crippled but unprivileged Icmp API.
(edit) @50004   11 years vboxsync Simple ping proxy that uses rather limited but unprivileged Windows …
(edit) @50002   11 years vboxsync VBoxNetLwipNAT::init: fix begin/end pasto in the condition of the loop …
(edit) @49926   11 years vboxsync VBoxNetDHCP:Config.h: G/c trailing white spaces.
(edit) @49920   11 years vboxsync VBoxNetServices: moves bool operator== (const RTMAC&, const RTMAC&) to …
(edit) @49919   11 years vboxsync VBoxNetDHCP:Config.h G/c -lines.
(edit) @49918   11 years vboxsync VBoxNetDHCP: Leases shouldn't cache settings which are could be …
(edit) @49865   11 years vboxsync pxping_recv4: comment update for previous after testing - OS X really …
(edit) @49863   11 years vboxsync pxping_recv4: according to ping sources at www.opensource.apple.com …
(edit) @49862   11 years vboxsync pxping_pmgr_icmp6_error: g/c unused variable.
(edit) @49861   11 years vboxsync Use either IP_HDRINCL or OS-specific socket option to deal with IPv4 …
(edit) @49860   11 years vboxsync proxy_sendto: return negated error code.
(edit) @49859   11 years vboxsync VBoxNetDHCP.cpp: G/c nukes trailing whitespaces.
(edit) @49858   11 years vboxsync VBoxNetDHCP: extraction of configGetBoundryAddress function. (todo)
(edit) @49857   11 years vboxsync socklen_t is already defined in <ws2tcpip.h>, drop local definition.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette