VirtualBox

source: vbox/trunk/src/VBox/NetworkServices/NAT

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49399   11 years vboxsync Fix indentation.
(edit) @49398   11 years vboxsync G/c leftover DPRINTFs for closesocket().
(edit) @49330   11 years vboxsync NetworkServices/proxy.c: removes annoying asserts on darwin.
(edit) @49323   11 years vboxsync Few more missed -1 -> INVALID_SOCKET replacements.
(edit) @49315   11 years vboxsync fwspec_set: use getaddrinfo() version on Windows too
(edit) @49300   11 years vboxsync G/c unused variables.
(edit) @49299   11 years vboxsync On Windows getsockopt() takes char *, not void * - add cast to pacify …
(edit) @49298   11 years vboxsync G/c unused variable.
(edit) @49297   11 years vboxsync pxdns_create_resolver_sockaddrs: enable getaddrinfo() code on Windows too
(edit) @49252   11 years vboxsync NATNetwork: localize windows' headers inclusion.
(edit) @49251   11 years vboxsync As a stopgap measure #include <ws2tcpip.h> here (should be moved to …
(edit) @49250   11 years vboxsync #include <stdio.h>
(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) @49203   11 years vboxsync pxtcp_pmgr_chan_pollin: don't request POLLIN on the socket if we have …
(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) @49197   11 years vboxsync Use getaddrinfo(3) on Unix.
(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) @49099   11 years vboxsync Use proxy_options::ipv6_defroute instead of rtmon_get_defaults() to …
(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) @49027   11 years vboxsync portfwd.c: G/c: 1. same order of assignments before …
(edit) @49024   11 years vboxsync portfwd.c: typo: portfwd_rule_add_del(, SOCKET -> int) parameter used …
(edit) @49023   11 years vboxsync portfwd.c: G/c materializing WSAGetLastError(), for debugging needs.
(edit) @49022   11 years vboxsync VBoxNetNAT/Win: removes inet_pton's Vista limitation, instead …
(edit) @49017   11 years vboxsync G/c leftover #if0'ed static port-forwarding used for testing.
(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) @48438   11 years vboxsync Check for PXREMAP_FAILED now that it can actually happen.
(edit) @48437   11 years vboxsync sys_mbox_tryfetch() returns timeout, not error code. Real tryfetch …
(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) @48338   11 years vboxsync Disable stateless DHCPv6 server for now. It only tells guests the …
(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) @48238   11 years vboxsync pxtcp_pmgr_connect: delete forgotten old code for handling POLLNVAL, …
(edit) @48179   11 years vboxsync Conditionally include lwip makefile to make it possible to build …
(edit) @48178   11 years vboxsync Do not hardcode lwip location in lwip makefile. Provide functions for …
(edit) @48110   11 years vboxsync Drop Devices/Network from INCS - VBoxLwipCore moved in with the rest …
(edit) @48108   11 years vboxsync VBoxLwipCore.cpp is a generic wrapper for lwip, so it should live …
(edit) @48001   11 years vboxsync Move proxy sources from Devices/Network/lwip-new/vbox to …
(edit) @47993   11 years vboxsync G/c tstNetPfAddressPortPairParse - requested by vasily.
(edit) @47992   11 years vboxsync Drop VBoxNetSlirpNAT.cpp - it's not and will not be used. It begat …
(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 …
(edit) @47897   11 years vboxsync NetworkServices/NAT: renamed old VBoxNetNAT to VBoxNetSlirpNAT
(edit) @47896   11 years vboxsync build fix
(edit) @47894   11 years vboxsync VBoxNetLwipNAT => VBoxNetNAT
(edit) @47881   11 years vboxsync NetworkServices/NAT: fix SERVICE_NAME
(edit) @47877   11 years vboxsync fix OSE
(edit) @47866   11 years vboxsync nat-service: removes unwanted PROGRAMS entry.
(edit) @47865   11 years vboxsync nat-service: _NAME for hardened service.
(edit) @47864   11 years vboxsync nat-service: templates names: VBoxNetLwipNATHardened_TEMPLATE: …
(edit) @47863   11 years vboxsync vbox-nat-netservice: hardened build fix.
(edit) @47692   11 years vboxsync buld rules for compiling NAT service on Windows.
(edit) @47567   11 years vboxsync Move proxy sources from LWIP_SOURCES to LWIP_NAT_SOURCES - we don't …
(edit) @47176   12 years vboxsync Solaris needs -lsocket -lnsl
(edit) @47027   12 years vboxsync There's no point in byte-swapping an address twice. …
(edit) @46425   12 years vboxsync LWIP-new/iSCSI: updates.
(edit) @45672   12 years vboxsync nat-lwip: missed test case and condition for testcase.
(edit) @45559   12 years vboxsync NAT/Lwip-service: Main client now, dynamic port-forward + managment.
(edit) @44824   12 years vboxsync Network-service for lwip-driven proxy. additionally enables SrvNat …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @39557   13 years vboxsync NAT/service: registering port-forawarding from command line.
(edit) @39498   13 years vboxsync RTReq refactoring.
(edit) @39468   13 years vboxsync NAT/service: GSO handling fixed, some logging was added.
(edit) @39410   13 years vboxsync NAT/service: some delayed fixes.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @37596   14 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
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