|
|
@45652
|
12 years |
vboxsync |
slirp/tftp.c: better error message if option negotiation fails (often …
|
|
|
@45463
|
12 years |
vboxsync |
header fixes
|
|
|
@45324
|
12 years |
vboxsync |
NAT/dnsproxy: this one big.
1. reduced fragmentation of code of …
|
|
|
@45323
|
12 years |
vboxsync |
NAT:dnsproxy: handling return from so_timeout callback.
1st condition …
|
|
|
@45322
|
12 years |
vboxsync |
NAT:udp: using CTL_CHECK shortcut.
|
|
|
@45321
|
12 years |
vboxsync |
NAT/dnsproxy: cosmetic.
|
|
|
@45261
|
12 years |
vboxsync |
NAT: dnsproxy crush fix attempt.
on return from timeout …
|
|
|
@45089
|
12 years |
vboxsync |
backed out: r84371 and r84372, need to investiagte in Linux case for a …
|
|
|
@45088
|
12 years |
vboxsync |
NAT: burn fix and blank lines are removed.
|
|
|
@45087
|
12 years |
vboxsync |
setsockopt(..,SO_NOSIGPIPE,..), it's supposed that instead of …
|
|
|
@44529
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@43979
|
12 years |
vboxsync |
NAT: ICMP ECHO to built-in services.
|
|
|
@43876
|
12 years |
vboxsync |
fixed a few format specifier bugs
|
|
|
@43752
|
12 years |
vboxsync |
NAT: don't free socket with alive tcb.
|
|
|
@43730
|
12 years |
vboxsync |
NAT: Don't be too optimistic, check the whether alias list isn't empty.
|
|
|
@43714
|
12 years |
vboxsync |
NAT:dns/logging.
|
|
|
@43673
|
12 years |
vboxsync |
NAT: handles resolv.conf-less distributions (vbox/10640).
|
|
|
@43663
|
12 years |
vboxsync |
NAT: wording.
|
|
|
@43641
|
12 years |
vboxsync |
NAT: handles registration of DNS servers in 127.0.0.0/8 range.
|
|
|
@43464
|
12 years |
vboxsync |
NAT: fixed pointer signing issue
|
|
|
@43233
|
12 years |
vboxsync |
NAT: destroy really all memory in drvNATDestruct
|
|
|
@42431
|
12 years |
vboxsync |
Fixes bad coding style that trips up the VC2010 preprocessor.
|
|
|
@42190
|
12 years |
vboxsync |
NAT: TFTP: possible status code overwriting.
|
|
|
@42187
|
12 years |
vboxsync |
NAT:TFTP: earlier verification option verification and avoid of status …
|
|
|
@42180
|
12 years |
vboxsync |
NAT:TFTP: * according to rfc 2349, option value handler increased up …
|
|
|
@42137
|
12 years |
vboxsync |
NAT: prints nameserver ip-addresses (release log).
|
|
|
@42100
|
12 years |
vboxsync |
NAT: TCB releasing on slirp_link_down. (no more assertions on …
|
|
|
@42070
|
12 years |
vboxsync |
NAT: copyright.
|
|
|
@42020
|
12 years |
vboxsync |
NAT: adds TFTP ACK verification.
|
|
|
@42014
|
12 years |
vboxsync |
NAT: dead code.
|
|
|
@42013
|
12 years |
vboxsync |
NAT: warnings.
|
|
|
@42012
|
12 years |
vboxsync |
NAT: debug build fix.
|
|
|
@42010
|
12 years |
vboxsync |
NAT: 64-bit byte counter.
|
|
|
@42009
|
12 years |
vboxsync |
NAT: use read byte counter instead of block number.
|
|
|
@41997
|
12 years |
vboxsync |
NAT: comment.
|
|
|
@41996
|
12 years |
vboxsync |
NAT: enhances TFTP option handling.
|
|
|
@41995
|
12 years |
vboxsync |
NAT/tftp: fixed buffer overflow in new code found by parfait
|
|
|
@41994
|
12 years |
vboxsync |
NAT: typo.
|
|
|
@41987
|
12 years |
vboxsync |
NAT: hide TFTP internals.
|
|
|
@41980
|
12 years |
vboxsync |
NAT: windows build fix.
|
|
|
@41979
|
12 years |
vboxsync |
NAT: warnings.
|
|
|
@41977
|
12 years |
vboxsync |
NAT: extract DNS functions to slirp_dns.c.
Handle …
|
|
|
@41970
|
12 years |
vboxsync |
NAT:tftp enhancements style, option parsing, handshaking.
|
|
|
@41969
|
12 years |
vboxsync |
NAT: back out r78837. (unexpected result)
|
|
|
@41967
|
12 years |
vboxsync |
NAT: NTOHS -> RT_N2H_U16
|
|
|
@41856
|
12 years |
vboxsync |
NAT: typo.
|
|
|
@41855
|
12 years |
vboxsync |
NAT: collapsing EAGAIN,EWOULDBLOCK,EINPROGRESS conditions to …
|
|
|
@41840
|
12 years |
vboxsync |
NAT: don't expose functions needed locally.
|
|
|
@41839
|
12 years |
vboxsync |
NAT: Zero pointer to link on link remove. (#6188)
|
|
|
@41817
|
12 years |
vboxsync |
NAT: fix vbox/7459: drop packet if we can't send it because of EAGAIN …
|
|
|
@41812
|
12 years |
vboxsync |
NAT: attempt yo fix #6188, don't miss tcp_drop/close on tcp_input.
|
|
|
@41807
|
12 years |
vboxsync |
NAT: warnings on release build.
|
|
|
@41806
|
12 years |
vboxsync |
NAT: assertion on freeing socket with nonempty tcp control block (paranoa).
|
|
|
@41783
|
12 years |
vboxsync |
Doxygen, comment typos.
|
|
|
@41455
|
13 years |
vboxsync |
NAT: Don't spend time on connections with uninitiolized template.
|
|
|
@41453
|
13 years |
vboxsync |
NAT: clean up (part 1).
|
|
|
@41411
|
13 years |
vboxsync |
NAT: cosmetic.
|
|
|
@41408
|
13 years |
vboxsync |
NAT: don't waste time on tcp connections without connection information.
|
|
|
@41341
|
13 years |
vboxsync |
NAT: attempt to fix #6188. libaslias marks sockets for deletion, but …
|
|
|
@41323
|
13 years |
vboxsync |
NAT: missed headers for testcase.
|
|
|
@41322
|
13 years |
vboxsync |
NAT: exposing Slirp queue routines for testing.
|
|
|
@41229
|
13 years |
vboxsync |
NAT: dump more inforamtion about the socket if error is appear.
|
|
|
@41228
|
13 years |
vboxsync |
NAT: debug more flags from socket, structures and dump of tcpstate.
|
|
|
@41227
|
13 years |
vboxsync |
NAT: don't touch anything, except fShouldBeRemoved, when …
|
|
|
@41198
|
13 years |
vboxsync |
NAT: deal with ICMP responses for which no sent mbuf has been stored.
|
|
|
@41197
|
13 years |
vboxsync |
NAT: backed out r77824.
|
|
|
@41196
|
13 years |
vboxsync |
NAT: ignore ICMP if don't know how to deal with it.
|
|
|
@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 …
|
|
|
@40834
|
13 years |
vboxsync |
NAT:libalias: tabs.
|
|
|
@40786
|
13 years |
vboxsync |
NAT:libalias: initialization of TCP socket for constructed link.
|
|
|
@40623
|
13 years |
vboxsync |
NAT/libalias: better socket's reference count.
|
|
|
@40622
|
13 years |
vboxsync |
NAT: tabs.
|
|
|
@40621
|
13 years |
vboxsync |
NAT: libalias closes self sockets, and Slirp inform libalias in case …
|
|
|
@40583
|
13 years |
vboxsync |
NAT: verification that sockets always stay on right queues.
|
|
|
@40582
|
13 years |
vboxsync |
NAT: ICMP in some cases NAT engine can't determinate where from …
|
|
|
@40423
|
13 years |
vboxsync |
NAT: warnings [-Wunused-macros]
|
|
|
@40422
|
13 years |
vboxsync |
NAT: warnings [-Wunused-but-set-variable]
|
|
|
@40421
|
13 years |
vboxsync |
NAT: warnings [-Wunused-but-set-variable]
|
|
|
@40291
|
13 years |
vboxsync |
NAT: refactoring (extracting arp_output from arp_input)
|
|
|
@40287
|
13 years |
vboxsync |
NAT: arp_input refactorting.
|
|
|
@40286
|
13 years |
vboxsync |
NAT: netmask in host format.
|
|
|
@40285
|
13 years |
vboxsync |
NAT: special_addr is already network address.
|
|
|
@40284
|
13 years |
vboxsync |
NAT: htip->tip (CTL_CHECK) takes parameter in the network format. The …
|
|
|
@40283
|
13 years |
vboxsync |
NAT: CTL_CHECK takes address without modification.
|
|
|
@40279
|
13 years |
vboxsync |
NAT: CTL_CHECK(x) verify whether address belong to NAT network either.
|
|
|
@40204
|
13 years |
vboxsync |
NAT: logging: VBOX_NAT_MEM_DEBUG control adding NAT's "uma" emulation …
|
|
|
@40122
|
13 years |
vboxsync |
NAT: dhcp: removes p_end, p is too unmeaning variable name, …
|
|
|
@40121
|
13 years |
vboxsync |
NAT: respect return value of TRStrPrintf.
|
|
|
@40120
|
13 years |
vboxsync |
NAT: sorecvoob() should regard return value of soread() operation.
|
|
|
@40119
|
13 years |
vboxsync |
NAT: unused variable c (moved under LIBALIAS_DEBUG ambrella).
|
|
|
@40118
|
13 years |
vboxsync |
NAT: removes unused variable pmsg_type.
|
|
|
@40117
|
13 years |
vboxsync |
NAT/libalias: calm down clang-analyzer (replace assignment with …
|
|
|
@40116
|
13 years |
vboxsync |
NAT/libalias: backed out r76255, the code actually right (no way to …
|
|
|
@40115
|
13 years |
vboxsync |
NAT/tftp: nobytes is unused.
|
|
|
@40114
|
13 years |
vboxsync |
NAT/libalias: initialization of iresult at the very begining, to avoid …
|
|
|
@40113
|
13 years |
vboxsync |
NAT/dhcp: processing of DHCPRELEASE doesn't expect status reporting to …
|
|
|