VirtualBox

source: vbox/trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @69749   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @68545   7 years vboxsync NAT/Net: Provide immediate feedback if corresponding LogRel level is …
(edit) @65809   8 years vboxsync NetworkServices/VBoxNetLwipNAT: properly free the list of name servers …
(edit) @64759   8 years vboxsync NetworkServices/NAT: fixed two socket leaks to make Parfait happy (not …
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63302   8 years vboxsync NAT: Seems NAT never enabled the DIFx hack, without any explanantion …
(edit) @63274   8 years vboxsync VBoxNetPortForwardString.cpp: Kicked the code into being warning free …
(edit) @63267   8 years vboxsync NetworkServices: warnings
(edit) @62481   8 years vboxsync (C) 2016
(edit) @60845   9 years vboxsync NAT/Net: Report IPv4 source address (or failure to parse it) if …
(edit) @57416   9 years vboxsync More DECLCALLBACK fixes; retired RTMemAutoPtr.
(edit) @56318   10 years vboxsync whitespace
(edit) @56300   10 years vboxsync NetworkServices: Updated (C) year.
(edit) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @55365   10 years vboxsync NetworkServices: When handling COM/XPCOM events, always check if the …
(edit) @54700   10 years vboxsync VBoxNetNAT, VBoxNetDHCP: use the VirtualBoxClient interface
(edit) @54671   10 years vboxsync NAT networks: don't kill VBoxNetDHCP and VBoxNetNAT but send the …
(edit) @50494   11 years vboxsync VBoxNetLwipNAT: Windows build fix.
(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) @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) @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) @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) @50072   11 years vboxsync Refer to lwip symbols without lwip_ prefix introduced by our internal …
(edit) @50068   11 years vboxsync Add ifdefed out code to use debug helper for raw ICMP sockets. Add to …
(edit) @50002   11 years vboxsync VBoxNetLwipNAT::init: fix begin/end pasto in the condition of the loop …
(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) @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) @49823   11 years vboxsync VBoxNetLwipNAT: G/c removes uniused members and its initializarion: …
(edit) @49735   11 years vboxsync VBoxNetBaseService hides all details of internal network …
(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) @49689   11 years vboxsync Create ICMP sockets for ping proxy.
(edit) @49688   11 years vboxsync G/c redundant lwIP includes.
(edit) @49560   11 years vboxsync NetworkServices: VBoxNetBaseService::isMainNeeded() +const.
(edit) @49559   11 years vboxsync VBoxNetNAT: always needs Main.
(edit) @49516   11 years vboxsync Introduce option "--need-main(-M) on|off" in network services to …
(edit) @49413   11 years vboxsync Handle VBoxNetLwipNAT::init() failure too.
(edit) @49412   11 years vboxsync VBoxNetBaseService::tryGoOnline: return iprt status code. Adapt …
(edit) @49249   11 years vboxsync Finish DNS proxy code and hook it in.
(edit) @49210   11 years vboxsync Add listener for HostNameResolutionConfigurationChange (a do-nothing …
(edit) @49200   11 years vboxsync VBoxNetLwipNAT::init: Move code to read IPv6 options so that …
(edit) @49199   11 years vboxsync VBoxNetLwipNAT::init: shuffle delcarations a bit to improve readability.
(edit) @49198   11 years vboxsync Rename VBoxNetLwipNAT::net to m_net
(edit) @49149   11 years vboxsync On NATNetworkSetting trigger quick RAs.
(edit) @49125   11 years vboxsync Fix TAB/spaces in previous.
(edit) @49124   11 years vboxsync VBoxNetLwipNAT::HandleEvent: set NATSEVICEPORTFORWARDRULE::Pfr::fPfrIPv6
(edit) @49119   11 years vboxsync VBoxNetNAT: drops Windows's limitation on registering listeners.
(edit) @49113   11 years vboxsync NetworkServices: coding style
(edit) @49112   11 years vboxsync VBoxNetLwipNAT.cpp: event qeue processing (borrowed from VBoxHeadless).
(edit) @49110   11 years vboxsync VBoxNetLwipNAT.cpp: extend listener scope to class level.
(edit) @49109   11 years vboxsync VBoxNetLwipNAT.cpp: typo (copy'n'paste) in dynamic port-forwarding …
(edit) @49102   11 years vboxsync Listen for VBoxEventType_OnNATNetworkSetting to pick up changes in …
(edit) @49096   11 years vboxsync Blank lines nit.
(edit) @49095   11 years vboxsync Rename PortForwardListener to NATNetworkListener (with more events to …
(edit) @49042   11 years vboxsync Do not configure IPv6 addresses and netif::output_ip6 method on the …
(edit) @49016   11 years vboxsync Change vestigial names proxytest.* to proxy.*
(edit) @48956   11 years vboxsync NetworkServices: Whitespace (including tabs!) and svn:keywords …
(edit) @48904   11 years vboxsync VBoxNetLwipNAT: warns [-Wunused-parameter].
(edit) @48903   11 years vboxsync VBoxNetLwipNAT: PortForwardListener::PortForwardListener() explicitly …
(edit) @48876   11 years vboxsync VBoxNetLwipNAT: PortForwardListener: cosmetic(lines).
(edit) @48875   11 years vboxsync VBoxNetLwipNAT: PortForwardListener uses default (de)constructor, …
(edit) @48873   11 years vboxsync VBoxNetLwipNAT::HandleEvent: pfEvt->COMGETTER(HostPort -> …
(edit) @48482   11 years vboxsync VBoxNetLwipNAT::init(): vbox-style of multiline if-clause.
(edit) @48481   11 years vboxsync VBoxNetLwipNAT::init() Loopback mapping should be loaded unconditionally.
(edit) @48480   11 years vboxsync VBoxNetLwipNAT::VBoxNetLwipNAT() initialization of …
(edit) @48434   11 years vboxsync VBoxNetLwipNAT::init: temporary com::Utf8Str object is destructed at …
(edit) @48405   11 years vboxsync NAT/Loopback mapping: changes semantically unrelated symbol ";" with …
(edit) @48403   11 years vboxsync NAT/Lwip: bypass registered loopbacks to proxy.
(edit) @48376   11 years vboxsync lwip-nat: warnings [-Wshadow]
(edit) @48374   11 years vboxsync lwip-nat: warning [-Wshadow].
(edit) @48373   11 years vboxsync lwip-nat: fetching local bindings. (disabled).
(edit) @48372   11 years vboxsync VBoxNetNAT: binding to specific interface (IPv4). Address to interface …
(edit) @48365   11 years vboxsync lwip-nat: move IPv6 to _DEFS
(edit) @48337   11 years vboxsync VBoxNetNAT: (tabs).
(edit) @48336   11 years vboxsync VBoxNetNAT: typo: adding ipv4 rules to ip6 list.
(edit) @48289   11 years vboxsync Move code to set up IPv6 addresses to VBoxNetLwipNAT::netifInit. While …
(edit) @48288   11 years vboxsync VBoxNetLwipNAT::netifInit: it's Ethernet, so create ipv6 link-local …
(edit) @48242   11 years vboxsync Oops, use sin_len/sin6_len instead of sa_len.
(edit) @48241   11 years vboxsync Provide ability to bind proxy socket to a local address - to be used …
(edit) @47950   11 years vboxsync lwip-nat: give just allocated copy of PF descriptor.
(edit) @47948   11 years vboxsync lwip-nat: Don't apply port-forward rules immediatly (pollmgr isn't …
(add) @47877   11 years vboxsync fix OSE
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