|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@72844
|
6 years |
vboxsync |
slirp: properly init rcp_state::rcps_flags; did not have any bad …
|
|
|
@71945
|
7 years |
vboxsync |
NAT: unifdef -U VBOX_WITH_NAT_UDP_SOCKET_CLONE - g/c old experiment.
|
|
|
@71940
|
7 years |
vboxsync |
slirp: log libalias mode in release log if set.
|
|
|
@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
|
|
|
@68444
|
7 years |
vboxsync |
NAT: Bind TCP sockets to specific address if requested. Why and how …
|
|
|
@65810
|
8 years |
vboxsync |
Devices/Network/slirp: don't forget to free the memory for port …
|
|
|
@64679
|
8 years |
vboxsync |
NAT: slirp_select_poll - don't stop after draining half-closed socket, …
|
|
|
@63562
|
8 years |
vboxsync |
scm: cleaning up todos
|
|
|
@62696
|
8 years |
vboxsync |
slirp: some warning and HN fixes.
|
|
|
@62692
|
8 years |
vboxsync |
Use the iprt/win/iphlpapi.h wrappers to deal with preprocessor warnings.
|
|
|
@62511
|
8 years |
vboxsync |
(C) 2016
|
|
|
@61821
|
9 years |
vboxsync |
NAT: slirp_link_up, slirp_link_down - g/c unused variables.
|
|
|
@61200
|
9 years |
vboxsync |
NAT: slirp_input - g/c unused variable.
|
|
|
@61000
|
9 years |
vboxsync |
NAT: Initialize guest address guess for the port-forwarding to …
|
|
|
@60039
|
9 years |
vboxsync |
NAT: Pasto - don't dereference NULL rule in LogRel reporting failure …
|
|
|
@59948
|
9 years |
vboxsync |
NAT: log the reason if port redirection fails (I know, it's almost …
|
|
|
@59219
|
9 years |
vboxsync |
NAT: Improve dns mapping in host resolver - pattern match should …
|
|
|
@59063
|
9 years |
vboxsync |
NAT: Move host resolver out of libalias. This is a minimal change …
|
|
|
@58077
|
9 years |
vboxsync |
Network/slirp: LogRel nits.
|
|
|
@57784
|
9 years |
vboxsync |
NAT: rewrite handling of port-forwarding.
The most interesting part …
|
|
|
@57739
|
9 years |
vboxsync |
NAT: G/c unused port_forward_rule::mac_address.
|
|
|
@57550
|
9 years |
vboxsync |
NAT: improved error message
|
|
|
@56992
|
9 years |
vboxsync |
Devices: Log & Assertion formatting fixes.
|
|
|
@56292
|
10 years |
vboxsync |
Devices: Updated (C) year.
|
|
|
@56176
|
10 years |
vboxsync |
NAT: Don't forcibly reset/drop all connections when link goes down. …
|
|
|
@55869
|
10 years |
vboxsync |
NAT: When logging gratuitous ARP print IP address, not a pointer to it.
|
|
|
@54827
|
10 years |
vboxsync |
NAT: G/c ancient abandoned VBOX_WITH_SLIRP_BSD_SBUF experiment.
|
|
|
@54825
|
10 years |
vboxsync |
NAT: G/c more ancient unused VBOX_WITH_NAT_SERVICE ifdefs.
|
|
|
@54824
|
10 years |
vboxsync |
NAT: G/c ancient unused VBOX_WITH_NAT_SERVICE ifdefs.
|
|
|
@54573
|
10 years |
vboxsync |
forward-ported r98709 (NAT: missing check in LogRel)
|
|
|
@54110
|
10 years |
vboxsync |
NAT: As a stop-gap measure don't try to use (nonexistent) resolv.conf …
|
|
|
@53866
|
10 years |
vboxsync |
NAT: don't check WSANETWORKEVENTS::iErrorCode in Windows …
|
|
|
@53624
|
10 years |
vboxsync |
scm automatic cleanups.
|
|
|
@53399
|
10 years |
vboxsync |
NAT: new Windows ping proxy that is not limited to just one …
|
|
|
@53338
|
10 years |
vboxsync |
NAT: if_encap: assert that mbuf has enough M_LEADINGSPACE to …
|
|
|
@53292
|
10 years |
vboxsync |
NAT: Don't retrieve the address of GetAdaptersAddresses() in …
|
|
|
@52798
|
10 years |
vboxsync |
NAT: when outgoing connect(2) fails decide what to do based on the …
|
|
|
@52792
|
10 years |
vboxsync |
NAT: Follow up to r95982 - always get socket error when connect(2) …
|
|
|
@52755
|
10 years |
vboxsync |
NAT: G/c socket:so_la - per-socket libalias instance used for …
|
|
|
@52663
|
10 years |
vboxsync |
NAT: Redo detection of connect(2) failure taking into account various …
|
|
|
@52662
|
10 years |
vboxsync |
NAT: Revert previous (r95391). poll(2) behaviour is different on …
|
|
|
@52283
|
10 years |
vboxsync |
NAT: Do pay attention to POLLERR and WSANETWORKEVENTS::iErrorCode and …
|
|
|
@52230
|
10 years |
vboxsync |
NAT: Fix previous, pass bind_ip.s_addr, not bind_ip to %RTnaipv4.
That …
|
|
|
@52229
|
10 years |
vboxsync |
NAT: Log port-forwarding using address:port notation, including host's …
|
|
|
@52088
|
10 years |
vboxsync |
NAT: Followup to r94784: g/c an "XXX" comment that says that we should …
|
|
|
@51905
|
10 years |
vboxsync |
NAT: Make sure guest will get window updates by scheduling TF_DELACK …
|
|
|
@51138
|
11 years |
vboxsync |
NAT: slirp_arp_cache_update: ARP maps IP to MAC, so check for IP match …
|
|
|
@51135
|
11 years |
vboxsync |
NAT: slirp_remove_redirect: fix argument passed to LogRel as %RTnaipv4 …
|
|
|
@50949
|
11 years |
vboxsync |
NAT: Rename horrifying "VBOX_NAT_HNCE_EXSPOSED_NAME_RESOLUTION_INFO" …
|
|
|
@50690
|
11 years |
vboxsync |
NAT:slirp.c::slirp_init instead rising link_up flag do call …
|
|
|
@50672
|
11 years |
vboxsync |
NAT(bootp.c, slirp.c): Handling Sleep/Resume with network change and …
|
|
|
@50669
|
11 years |
vboxsync |
NAT: slirp.c: do DNS init/release in link up/down instead of …
|
|
|
@50045
|
11 years |
vboxsync |
NAT/Slirp: helper function …
|
|
|
@49347
|
11 years |
vboxsync |
NAT: Use RW critsect to protect the handler chain list against …
|
|
|
@48947
|
11 years |
vboxsync |
Devices: Whitespace and svn:keyword cleanups by scm.
|
|
|
@48526
|
11 years |
vboxsync |
Network/NAT: Forward port latest changes from 4.2 to switch out of …
|
|
|
@48493
|
11 years |
vboxsync |
NAT/Slirp:slirp_init: prevent loading host's DNS details in case of …
|
|
|
@48150
|
11 years |
vboxsync |
NAT/slirp: include VBox/vmm/dbgf.h where it required only.
|
|
|
@45323
|
12 years |
vboxsync |
NAT:dnsproxy: handling return from so_timeout callback.
1st condition …
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@43233
|
12 years |
vboxsync |
NAT: destroy really all memory in drvNATDestruct
|
|
|
@42100
|
12 years |
vboxsync |
NAT: TCB releasing on slirp_link_down. (no more assertions on …
|
|
|
@41987
|
12 years |
vboxsync |
NAT: hide TFTP internals.
|
|
|
@41977
|
12 years |
vboxsync |
NAT: extract DNS functions to slirp_dns.c.
Handle …
|
|
|
@41855
|
13 years |
vboxsync |
NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
|
|
|
@41812
|
13 years |
vboxsync |
NAT: attempt yo fix #6188, don't miss tcp_drop/close on tcp_input.
|
|
|
@41453
|
13 years |
vboxsync |
NAT: clean up (part 1).
|
|
|
@41341
|
13 years |
vboxsync |
NAT: attempt to fix #6188. libaslias marks sockets for deletion, but …
|
|
|
@41229
|
13 years |
vboxsync |
NAT: dump more inforamtion about the socket if error is appear.
|
|
|
@41178
|
13 years |
vboxsync |
NAT: attempt to fix xTracker/#6188.
|
|
|
@40837
|
13 years |
vboxsync |
NAT: backed out r77351
|
|
|
@40836
|
13 years |
vboxsync |
NAT: don't compile else branch if logging is disabled.
|
|
|
@40835
|
13 years |
vboxsync |
NAT: make sure that socket is still on queue, before doing any further …
|
|
|
@40583
|
13 years |
vboxsync |
NAT: verification that sockets always stay on right queues.
|
|
|
@40423
|
13 years |
vboxsync |
NAT: warnings [-Wunused-macros]
|
|
|
@40291
|
13 years |
vboxsync |
NAT: refactoring (extracting arp_output from arp_input)
|
|
|
@40287
|
13 years |
vboxsync |
NAT: arp_input refactorting.
|
|
|
@40284
|
13 years |
vboxsync |
NAT: htip->tip (CTL_CHECK) takes parameter in the network format. The …
|
|
|
@39949
|
13 years |
vboxsync |
NAT: logs.
|
|
|
@39883
|
13 years |
vboxsync |
NAT:ARP: reserved ARP WHO HAS 0.0.0.0 diagnosys for myself.
o WHO HAS …
|
|
|
@39776
|
13 years |
vboxsync |
NAT: (release log) let user know when mapping is registered or …
|
|
|
@39775
|
13 years |
vboxsync |
NAT: introduces CFGM value …
|
|
|
@39772
|
13 years |
vboxsync |
NAT: warns on switch on DNS proxy if DNS host resolver has been …
|
|
|
@39766
|
13 years |
vboxsync |
NAT: host resolver can use user-defined mapping instead of host …
|
|
|
@39599
|
13 years |
vboxsync |
NAT: repaired port forwarding
|
|
|
@39555
|
13 years |
vboxsync |
NAT/service: registering port-forwarding without ether address of the …
|
|
|
@39498
|
13 years |
vboxsync |
RTReq refactoring.
|
|
|
@39471
|
13 years |
vboxsync |
No doxygen comment here, keep it short and to the point. …
|
|
|
@39467
|
13 years |
vboxsync |
NAT: condition for validation of proposed value has been added in …
|
|
|
@39466
|
13 years |
vboxsync |
NAT: english
|
|
|
@39465
|
13 years |
vboxsync |
NAT: fixed typo (thanks Knut). This changeset adds comment to …
|
|
|
@39444
|
13 years |
vboxsync |
NAT: bump SoMaxConnection default up to 10 (xTracker/5983).
|
|
|
@39409
|
13 years |
vboxsync |
NAT: warnings + NAT/netservice fixes.
|
|
|
@39360
|
13 years |
vboxsync |
NAT: debug print expiration of the socket.
|
|
|
@39299
|
13 years |
vboxsync |
NAT: clonning socket without creating real socket(2).
|
|
|
@39287
|
13 years |
vboxsync |
NAT: "sending to home" on wide cast and cloning udp sockets. Both disabled.
|
|
|
@39248
|
13 years |
vboxsync |
Runtime: new guest OS type for Solaris 11
Frontends/VirtualBox: add …
|
|
|