|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@93058
|
3 years |
vboxsync |
VBoxNetLwipNAT::init: Just instantiate com::Utf8StrFmt directly …
|
|
|
@92613
|
3 years |
vboxsync |
SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
|
|
|
@91916
|
3 years |
vboxsync |
NAT/Net: Convert assertion about RTNetStrToIPv4Cidr returning a valid …
|
|
|
@90078
|
3 years |
vboxsync |
NAT/Net: VBoxNetLwipNAT::processFrame - drop the assert part of …
|
|
|
@88308
|
4 years |
vboxsync |
NAT/Net: Fix regression (lost line) introduced in r142754 that …
|
|
|
@87827
|
4 years |
vboxsync |
NAT/Net: Alleviate VC paranoia about integer size mismatch. bugref:9929.
|
|
|
@87826
|
4 years |
vboxsync |
NAT/Net: Finally get disinherited from VBoxNetBaseService that was a …
|
|
|
@87798
|
4 years |
vboxsync |
NAT/Net: Do our own getopt, we only need one option really (the …
|
|
|
@87791
|
4 years |
vboxsync |
NAT/Net: Move the code to create raw sockets closer to the rest of …
|
|
|
@87790
|
4 years |
vboxsync |
NAT/Net: Rename init methods so that related methods share common …
|
|
|
@87743
|
4 years |
vboxsync |
NAT/Net: Rewrite the code to manage API event listeners to be, …
|
|
|
@87738
|
4 years |
vboxsync |
NAT/Net: G/c unnecessary #include. bugref:9929.
|
|
|
@87723
|
4 years |
vboxsync |
NAT/Net: Try to placate VisualC that is really paranoid about integral …
|
|
|
@87710
|
4 years |
vboxsync |
NAT/Net: Call Loopback mapping initialization (forgotten in previous). …
|
|
|
@87707
|
4 years |
vboxsync |
NAT/Net: Move the code to init the loopback map into a method of its …
|
|
|
@87688
|
4 years |
vboxsync |
NAT/Net: Now that VBoxNetNAT gets all its settings via the API, the …
|
|
|
@87637
|
4 years |
vboxsync |
NAT/Net: Get IPv6 address from the API instead of always constructing …
|
|
|
@87620
|
4 years |
vboxsync |
NAT/Net: Get IPv4 settings from the API, not from the command line …
|
|
|
@87618
|
4 years |
vboxsync |
NAT/Net: Oops. getExtraData() - fix previous that was only partially …
|
|
|
@87617
|
4 years |
vboxsync |
NAT/Net: Factor out VBoxNetLwipNAT::getExtraData(). bugref:9929.
|
|
|
@87616
|
4 years |
vboxsync |
NAT/Net: Move the code to create event listeners to its own …
|
|
|
@87601
|
4 years |
vboxsync |
NAT/Net: Factor out finding the home folder. It's used as the base …
|
|
|
@87599
|
4 years |
vboxsync |
NAT/Net: Tweak the order of comInit() and logInit() declarations to …
|
|
|
@87598
|
4 years |
vboxsync |
NAT/Net: Ignore VBoxNetBaseService::init() and do COM init here with …
|
|
|
@87596
|
4 years |
vboxsync |
NAT/Net: Create network's own release log file only after we have …
|
|
|
@87549
|
4 years |
vboxsync |
NAT/Net: Plagiarize (but paraphrase) COM error reporting code from …
|
|
|
@87450
|
4 years |
vboxsync |
NAT/Net: Get rid of obsolete options -p/-P to pass port-forwarding …
|
|
|
@87449
|
4 years |
vboxsync |
NAT/Net: Refactor some more. Move the code to create raw sockets out …
|
|
|
@87400
|
4 years |
vboxsync |
NAT/Net: Fold fetchNatPortForwardRules into the class. Add doc …
|
|
|
@87399
|
4 years |
vboxsync |
NAT/Net: Collect port-forwarding functions in one place.
|
|
|
@87398
|
4 years |
vboxsync |
NAT/Net: Collect VBoxNetBaseService (receive) and lwip (send) …
|
|
|
@87397
|
4 years |
vboxsync |
NAT/Net: Sort some more. No code changes.
|
|
|
@87396
|
4 years |
vboxsync |
NAT/Net: Move onLwipTcpIpInit() to its place.
|
|
|
@87394
|
4 years |
vboxsync |
NAT/Net: Insertion-sort init() and run() into their place.
|
|
|
@87393
|
4 years |
vboxsync |
NAT/Net: Insertion-sort VBoxNetLwipNAT::parseOpt() where it belongs.
|
|
|
@87386
|
4 years |
vboxsync |
NAT/Net: Collect all data members in one place.
|
|
|
@87384
|
4 years |
vboxsync |
NAT/Net: Spell "service" correctly.
|
|
|
@87383
|
4 years |
vboxsync |
NAT/Net: Make the list of includes less chaotic.
|
|
|
@87382
|
4 years |
vboxsync |
NAT/Net: Oops, lost a hunk in r142368. Fix the build, updating the …
|
|
|
@87381
|
4 years |
vboxsync |
NAT/Net: Hiding the ctor/dtor of the main class right in the middle of …
|
|
|
@87380
|
4 years |
vboxsync |
NAT/Net: Move the code around a bit to untangle the naration and make …
|
|
|
@87379
|
4 years |
vboxsync |
NAT/Net: We already have AssertComRC family of macros, so use it where …
|
|
|
@87375
|
4 years |
vboxsync |
NAT/Net: In various callback functions consistently use the callback …
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@83806
|
5 years |
vboxsync |
VBoxNetNAT: VC++ 14.1 warnings. bugref:8489
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@69749
|
7 years |
vboxsync |
Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
|
|
|
@69500
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69498
|
7 years |
vboxsync |
backed out r118835 as it incorrectly updated the 'This file is based …
|
|
|
@69496
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@68545
|
7 years |
vboxsync |
NAT/Net: Provide immediate feedback if corresponding LogRel level is …
|
|
|
@65809
|
8 years |
vboxsync |
NetworkServices/VBoxNetLwipNAT: properly free the list of name servers …
|
|
|
@64759
|
8 years |
vboxsync |
NetworkServices/NAT: fixed two socket leaks to make Parfait happy (not …
|
|
|
@63567
|
8 years |
vboxsync |
scm: cleaning up todos
|
|
|
@63302
|
8 years |
vboxsync |
NAT: Seems NAT never enabled the DIFx hack, without any explanantion …
|
|
|
@63274
|
8 years |
vboxsync |
VBoxNetPortForwardString.cpp: Kicked the code into being warning free …
|
|
|
@63267
|
8 years |
vboxsync |
NetworkServices: warnings
|
|
|
@62481
|
8 years |
vboxsync |
(C) 2016
|
|
|
@60845
|
9 years |
vboxsync |
NAT/Net: Report IPv4 source address (or failure to parse it) if …
|
|
|
@57416
|
9 years |
vboxsync |
More DECLCALLBACK fixes; retired RTMemAutoPtr.
|
|
|
@56318
|
10 years |
vboxsync |
whitespace
|
|
|
@56300
|
10 years |
vboxsync |
NetworkServices: Updated (C) year.
|
|
|
@56030
|
10 years |
vboxsync |
postfix iterator => prefix iterator and stlSize => stlEmpty where …
|
|
|
@55365
|
10 years |
vboxsync |
NetworkServices: When handling COM/XPCOM events, always check if the …
|
|
|
@54700
|
10 years |
vboxsync |
VBoxNetNAT, VBoxNetDHCP: use the VirtualBoxClient interface
|
|
|
@54671
|
10 years |
vboxsync |
NAT networks: don't kill VBoxNetDHCP and VBoxNetNAT but send the …
|
|
|
@50494
|
11 years |
vboxsync |
VBoxNetLwipNAT: Windows build fix.
|
|
|
@50488
|
11 years |
vboxsync |
Massage release logging for port-forwarding a bit. Log rules on startup.
|
|
|
@50487
|
11 years |
vboxsync |
NATNet: clean up handling of port-forwarding rules a bit.
Don't assert …
|
|
|
@50484
|
11 years |
vboxsync |
Oops, fix TABs in previous.
|
|
|
@50483
|
11 years |
vboxsync |
fetchNatPortForwardRules: pass fIsIPv6 flag to netPfStrToPf.
|
|
|
@50480
|
11 years |
vboxsync |
VBoxNetLwipNAT::natServicePfRegister: fix trivial constness XXX.
|
|
|
@50450
|
11 years |
vboxsync |
VBoxNetBaseService.cpp: fix build on ancient Linux box.
|
|
|
@50360
|
11 years |
vboxsync |
Print ifconfig-like information about proxy netif to release log.
|
|
|
@50279
|
11 years |
vboxsync |
Entity parameter to VBoxLogRelCreate is used only for log file header …
|
|
|
@50240
|
11 years |
vboxsync |
Create NAT Network release logger. This can probably use some …
|
|
|
@50239
|
11 years |
vboxsync |
TrustedMain: when com::Initialize() fails make error reporting more sane.
|
|
|
@50213
|
11 years |
vboxsync |
spaces
|
|
|
@50082
|
11 years |
vboxsync |
Deal with ETH_PAD_SIZE != 0. Express processGSO() in terms of …
|
|
|
@50075
|
11 years |
vboxsync |
Get rid of LWIP_SOCKET - we don't need it for NAT and it pollutes …
|
|
|
@50072
|
11 years |
vboxsync |
Refer to lwip symbols without lwip_ prefix introduced by our internal …
|
|
|
@50068
|
11 years |
vboxsync |
Add ifdefed out code to use debug helper for raw ICMP sockets.
Add to …
|
|
|
@50002
|
11 years |
vboxsync |
VBoxNetLwipNAT::init: fix begin/end pasto in the condition of the loop …
|
|
|
@49842
|
11 years |
vboxsync |
DHCP/NAT and NAT are acting in the same manner: polling for events on …
|
|
|
@49839
|
11 years |
vboxsync |
NetworkServices/NAT: windows build fix
|
|
|
@49836
|
11 years |
vboxsync |
VBoxNetLwipNAT.cpp: extract fetchNatPortForwardRules() to fetch ipv4 …
|
|
|
@49835
|
11 years |
vboxsync |
VBoxNetLwipNAT.cpp: uses exported functions and listener declaration.
|
|
|
@49834
|
11 years |
vboxsync |
VBoxNetLwipNAT.cpp: G/c extra lines.
|
|
|
@49823
|
11 years |
vboxsync |
VBoxNetLwipNAT: G/c removes uniused members and its initializarion: …
|
|
|
@49735
|
11 years |
vboxsync |
VBoxNetBaseService hides all details of internal network …
|
|
|
@49711
|
11 years |
vboxsync |
ICMP_FILTER is not privileged. Drop the comment now that setsockopt …
|
|
|
@49710
|
11 years |
vboxsync |
Fix edito in previous: create icmp6 socket using OS-specific socket …
|
|
|
@49689
|
11 years |
vboxsync |
Create ICMP sockets for ping proxy.
|
|
|
@49688
|
11 years |
vboxsync |
G/c redundant lwIP includes.
|
|
|
@49560
|
11 years |
vboxsync |
NetworkServices: VBoxNetBaseService::isMainNeeded() +const.
|
|
|
@49559
|
11 years |
vboxsync |
VBoxNetNAT: always needs Main.
|
|
|
@49516
|
11 years |
vboxsync |
Introduce option "--need-main(-M) on|off" in network services to …
|
|
|
@49413
|
11 years |
vboxsync |
Handle VBoxNetLwipNAT::init() failure too.
|
|
|