VirtualBox

source: vbox/trunk/src/VBox/NetworkServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49533   11 years vboxsync Handle mapped loopbacks. Propagate TTL, TOS.
(edit) @49516   11 years vboxsync Introduce option "--need-main(-M) on|off" in network services to …
(edit) @49515   11 years vboxsync Snapshot work in progress on ping proxy. Not hooked into the build yet.
(edit) @49492   11 years vboxsync VboxNetBaseService.cpp: comments and style.
(edit) @49490   11 years vboxsync VBoxNetDHCP. split ::init to ::initWithMain and ::initNoMain. The …
(edit) @49443   11 years vboxsync Don't schedule pxdns_timer() if we don't have any active requests.
(edit) @49415   11 years vboxsync VBoxNetBaseService: comment
(edit) @49413   11 years vboxsync Handle VBoxNetLwipNAT::init() failure too.
(edit) @49412   11 years vboxsync VBoxNetBaseService::tryGoOnline: return iprt status code. Adapt …
(edit) @49399   11 years vboxsync Fix indentation.
(edit) @49398   11 years vboxsync G/c leftover DPRINTFs for closesocket().
(edit) @49348   11 years vboxsync tstDhcpCongig was g/c'ed in r90317, so delete it from the makefile as well
(edit) @49339   11 years vboxsync export to OSE
(edit) @49330   11 years vboxsync NetworkServices/proxy.c: removes annoying asserts on darwin.
(edit) @49328   11 years vboxsync NetServices/DHCP: XML lease serialization/deserialization.
(edit) @49327   11 years vboxsync NetworkService/DHCP: refactoring: 1. Client and Lease are use shared …
(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) @49065   11 years vboxsync VBoxNetDHCP: Congig.cpp warning [-Wunused-parameter]
(edit) @49064   11 years vboxsync VBoxNetDhcp.cpp: Config.cpp drops usefulless includes.
(edit) @49063   11 years vboxsync VboxNetDHCP: Lease: hides fields to internal data-structure and expose …
(edit) @49062   11 years vboxsync VBoxNetDHCP.cpp: warnings [-Wunused-parameter].
(edit) @49056   11 years vboxsync VBoxNetDHCP/Config.h: warnings [-Wunused-parameter]
(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) @48877   11 years vboxsync NetworkManager::nak don't assert if we aren't lease issuer.
(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) @48483   11 years vboxsync DHCP/Config.h: clean up. grouping data and functions.
(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) @48465   11 years vboxsync DHCP: nukes extra lines.
(edit) @48461   11 years vboxsync DHCP + lwip_nat: Domain Name passing on demand.
(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) @48432   11 years vboxsync ConfigEntity::ConfigEntity: init m_u32ExpirationPeriod
(edit) @48430   11 years vboxsync VBoxNetDhcp::init: temporary com::Utf8Str object is destructed at the …
(edit) @48420   11 years vboxsync DHCP: moves implementation from header to source file.
(edit) @48414   11 years vboxsync VBoxNetDHCP: nits.
(edit) @48413   11 years vboxsync VBoxNetDHCP: Fix unsigned vs signed comparison.
(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) @48401   11 years vboxsync lwip-nat: DHCP using system wide definition INET_ADDSTRLEN, on Windows …
(edit) @48397   11 years vboxsync lwip-nat: DHCP (stringified IP address validation typo) "(pszTerm - …
(edit) @48377   11 years vboxsync lwip-nat: dhcp missed loop.
(edit) @48376   11 years vboxsync lwip-nat: warnings [-Wshadow]
(edit) @48375   11 years vboxsync vbox-lwip-nat: DHCP maps 127/8 to registered loopbacks or ignore them.
(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) @48367   11 years vboxsync NATNetwork/DHCP: send DNS list to guest.
(edit) @48365   11 years vboxsync lwip-nat: move IPv6 to _DEFS
(edit) @48363   11 years vboxsync Port-forwarding/win: INET6_ADDRSTRLEN is defined in ws2ipdef.h and has …
(edit) @48346   11 years vboxsync header fixes
(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 …
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