VirtualBox

source: vbox/trunk/src/VBox/NetworkServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @49856   11 years vboxsync Redefine a few more socket errno values without WSA prefix. Note …
(edit) @49842   11 years vboxsync DHCP/NAT and NAT are acting in the same manner: polling for events on …
(edit) @49839   11 years vboxsync NetworkServices/NAT: windows build fix
(edit) @49838   11 years vboxsync VBoxNetDHCP.cpp: G/c: -lines and todo.
(edit) @49837   11 years vboxsync VBoxNetDHCP.cpp: adds listener for host DNS change event.
(edit) @49836   11 years vboxsync VBoxNetLwipNAT.cpp: extract fetchNatPortForwardRules() to fetch ipv4 …
(edit) @49835   11 years vboxsync VBoxNetLwipNAT.cpp: uses exported functions and listener declaration.
(edit) @49834   11 years vboxsync VBoxNetLwipNAT.cpp: G/c extra lines.
(edit) @49832   11 years vboxsync VBoxNetBaseService.h: G/c -line.
(edit) @49831   11 years vboxsync VBoxNetBaseService.cpp: G/c nuke trailing whitespaces.
(edit) @49830   11 years vboxsync ComHostUtils.cpp: +line.
(edit) @49828   11 years vboxsync ComHostUtils.cpp: createNatListener warning [-Wreturn-type].
(edit) @49827   11 years vboxsync VBoxNetDHCP: G/c -line.
(edit) @49826   11 years vboxsync VBoxNetDHCP: usage of exported functions.
(edit) @49825   11 years vboxsync NetLib: 'const' is commented out because of compilation erro on …
(edit) @49824   11 years vboxsync VBoxNetDHCP: exposed fetchAndUpdateDnsInfo() used in listener(not …
(edit) @49823   11 years vboxsync VBoxNetLwipNAT: G/c removes uniused members and its initializarion: …
(edit) @49822   11 years vboxsync NetLib/ComHostUtils.cpp: defines VBOX_COM_OUTOFPROC_MODULE to create …
(edit) @49821   11 years vboxsync VBoxNetDHCP/Config.h uses shared declaration of "<" operator.
(edit) @49820   11 years vboxsync Functions and operators to let some IPRT types meet STL container …
(edit) @49819   11 years vboxsync extracts Main-helper functions and listener declaration for sharing …
(edit) @49782   11 years vboxsync pxping_recv4, pxping_recv6: free incoming pbuf after reporting time …
(edit) @49759   11 years vboxsync pxping_recv4: disable setsockopt-based code to set DF - it's too …
(edit) @49746   11 years vboxsync Disable DF code on Linux for now to unbreak the build. Apparently, …
(edit) @49745   11 years vboxsync pxping_recv4: propagate DF flag if OS provides a socket option for that.
(edit) @49735   11 years vboxsync VBoxNetBaseService hides all details of internal network …
(edit) @49715   11 years vboxsync Try to fix in6_pktinfo kludge again. Test for GLIBC_PREREQ in a …
(edit) @49714   11 years vboxsync Try to fix in6_pktinfo kludge. Apparently it was hidden under …
(edit) @49713   11 years vboxsync Enable ping proxy.
(edit) @49711   11 years vboxsync ICMP_FILTER is not privileged. Drop the comment now that setsockopt …
(edit) @49710   11 years vboxsync Fix edito in previous: create icmp6 socket using OS-specific socket …
(edit) @49709   11 years vboxsync Do the song and dance to use WSARecvMsg on Windows.
(edit) @49708   11 years vboxsync proxy_sendto: declare nsent under Windows properly instead of papering …
(edit) @49707   11 years vboxsync Provide CMSG_FIRSTHDR and CMSG_NXTHDR.
(edit) @49695   11 years vboxsync Provide some cmsghdr compat. CMSG_FIRSTHDR/CMSG_NXTHDR are not yet …
(edit) @49694   11 years vboxsync Provide implementation of inet_ntop(), which is available only since …
(edit) @49693   11 years vboxsync rtadvd_recv: declare optlen as int to avoid "unary minus operator …
(edit) @49692   11 years vboxsync G/c unused variable.
(edit) @49691   11 years vboxsync #include <mswsock.h> for LPFN_WSARECVMSG and friends.
(edit) @49690   11 years vboxsync G/c unused variable.
(edit) @49689   11 years vboxsync Create ICMP sockets for ping proxy.
(edit) @49688   11 years vboxsync G/c redundant lwIP includes.
(edit) @49663   11 years vboxsync Convince Solaris headers to expose socket stuff we need with …
(edit) @49650   11 years vboxsync Init sin6_flowinfo.
(edit) @49649   11 years vboxsync Set sin6_port through correct union member.
(edit) @49648   11 years vboxsync Complete ICMPv6.
(edit) @49637   11 years vboxsync Refactor a bit.
(edit) @49617   11 years vboxsync Add a few comments.
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