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) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93058   3 years vboxsync VBoxNetLwipNAT::init: Just instantiate com::Utf8StrFmt directly …
(edit) @92613   3 years vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @91916   3 years vboxsync NAT/Net: Convert assertion about RTNetStrToIPv4Cidr returning a valid …
(edit) @90078   3 years vboxsync NAT/Net: VBoxNetLwipNAT::processFrame - drop the assert part of …
(edit) @88308   4 years vboxsync NAT/Net: Fix regression (lost line) introduced in r142754 that …
(edit) @87827   4 years vboxsync NAT/Net: Alleviate VC paranoia about integer size mismatch. bugref:9929.
(edit) @87826   4 years vboxsync NAT/Net: Finally get disinherited from VBoxNetBaseService that was a …
(edit) @87798   4 years vboxsync NAT/Net: Do our own getopt, we only need one option really (the …
(edit) @87791   4 years vboxsync NAT/Net: Move the code to create raw sockets closer to the rest of …
(edit) @87790   4 years vboxsync NAT/Net: Rename init methods so that related methods share common …
(edit) @87743   4 years vboxsync NAT/Net: Rewrite the code to manage API event listeners to be, …
(edit) @87738   4 years vboxsync NAT/Net: G/c unnecessary #include. bugref:9929.
(edit) @87723   4 years vboxsync NAT/Net: Try to placate VisualC that is really paranoid about integral …
(edit) @87710   4 years vboxsync NAT/Net: Call Loopback mapping initialization (forgotten in previous). …
(edit) @87707   4 years vboxsync NAT/Net: Move the code to init the loopback map into a method of its …
(edit) @87688   4 years vboxsync NAT/Net: Now that VBoxNetNAT gets all its settings via the API, the …
(edit) @87637   4 years vboxsync NAT/Net: Get IPv6 address from the API instead of always constructing …
(edit) @87620   4 years vboxsync NAT/Net: Get IPv4 settings from the API, not from the command line …
(edit) @87618   4 years vboxsync NAT/Net: Oops. getExtraData() - fix previous that was only partially …
(edit) @87617   4 years vboxsync NAT/Net: Factor out VBoxNetLwipNAT::getExtraData(). bugref:9929.
(edit) @87616   4 years vboxsync NAT/Net: Move the code to create event listeners to its own …
(edit) @87601   4 years vboxsync NAT/Net: Factor out finding the home folder. It's used as the base …
(edit) @87599   4 years vboxsync NAT/Net: Tweak the order of comInit() and logInit() declarations to …
(edit) @87598   4 years vboxsync NAT/Net: Ignore VBoxNetBaseService::init() and do COM init here with …
(edit) @87596   4 years vboxsync NAT/Net: Create network's own release log file only after we have …
(edit) @87549   4 years vboxsync NAT/Net: Plagiarize (but paraphrase) COM error reporting code from …
(edit) @87450   4 years vboxsync NAT/Net: Get rid of obsolete options -p/-P to pass port-forwarding …
(edit) @87449   4 years vboxsync NAT/Net: Refactor some more. Move the code to create raw sockets out …
(edit) @87400   4 years vboxsync NAT/Net: Fold fetchNatPortForwardRules into the class. Add doc …
(edit) @87399   4 years vboxsync NAT/Net: Collect port-forwarding functions in one place.
(edit) @87398   4 years vboxsync NAT/Net: Collect VBoxNetBaseService (receive) and lwip (send) …
(edit) @87397   4 years vboxsync NAT/Net: Sort some more. No code changes.
(edit) @87396   4 years vboxsync NAT/Net: Move onLwipTcpIpInit() to its place.
(edit) @87394   4 years vboxsync NAT/Net: Insertion-sort init() and run() into their place.
(edit) @87393   4 years vboxsync NAT/Net: Insertion-sort VBoxNetLwipNAT::parseOpt() where it belongs.
(edit) @87386   4 years vboxsync NAT/Net: Collect all data members in one place.
(edit) @87384   4 years vboxsync NAT/Net: Spell "service" correctly.
(edit) @87383   4 years vboxsync NAT/Net: Make the list of includes less chaotic.
(edit) @87382   4 years vboxsync NAT/Net: Oops, lost a hunk in r142368. Fix the build, updating the …
(edit) @87381   4 years vboxsync NAT/Net: Hiding the ctor/dtor of the main class right in the middle of …
(edit) @87380   4 years vboxsync NAT/Net: Move the code around a bit to untangle the naration and make …
(edit) @87379   4 years vboxsync NAT/Net: We already have AssertComRC family of macros, so use it where …
(edit) @87375   4 years vboxsync NAT/Net: In various callback functions consistently use the callback …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @83806   5 years vboxsync VBoxNetNAT: VC++ 14.1 warnings. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(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.
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