VirtualBox

source: vbox/trunk/src/VBox/Devices/Network/slirp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106061   2 months vboxsync Copyright year updates by scm.
(edit) @105377   4 months vboxsync iprt/cdefs.h,*: s/RT_IPRT_CALL_ATTR/RT_IPRT_CALLREQ_ATTR/g bugref:10725
(edit) @105353   5 months vboxsync iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
(edit) @100886   16 months vboxsync Devices/Network/slirp: Check the complete network address instead of …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96492   2 years vboxsync NAT: Zero newly allocated memory for sbufs to avoid potential …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95573   2 years vboxsync Network/slirp: Advertising clause for Danny Gasparovsky was …
(edit) @95408   2 years vboxsync NAT: host resolver must not return NXDOMAIN for query classes and …
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93228   3 years vboxsync NAT/tftp: bugref:9350 - Fix the ".." check.
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92108   3 years vboxsync Devics/Network/slirp: Switch to the DNS proxy in case the local …
(edit) @92093   3 years vboxsync Devices/Network/NAT: Add option to disallow traffic from the guest to …
(edit) @91631   3 years vboxsync NAT/tftp: bugref:9350 - Redo r128102. Just reject pathnames that try …
(edit) @91627   3 years vboxsync NAT/tftp: ​bugref:9350 - Define symbolic constants for TFTP error …
(edit) @91626   3 years vboxsync NAT/tftp: bugref:9350 - LogRel tftp requests at session allocation …
(edit) @91623   3 years vboxsync NAT/tftp: bugref:9350 - Fix the type and the hungarian prefix of the …
(edit) @88759   4 years vboxsync slirp/misc.c: It is absolutely forbidden to redefine logging macros …
(edit) @88543   4 years vboxsync NAT: slirp_ext_m_get - assertions are nice, but make sure we actually …
(edit) @88525   4 years vboxsync NAT: Handle IP options in the ping echo request. bugref:9986.
(edit) @88128   4 years vboxsync include/iprt/string.h, src/VBox/Devices/Network/slirp/slirp_config.h: …
(edit) @87289   4 years vboxsync slirp: Adjustments for bugref:9898.
(edit) @87126   4 years vboxsync slirp: arp_input - more checks on incoming packets.
(edit) @86843   4 years vboxsync slirp: bugref:9856 - in tcp_input() save optp and optlen in struct …
(edit) @85195   4 years vboxsync slirp: Clang 11 / OSX SDK 10.13 adjustments. bugref:9790
(edit) @85123   4 years vboxsync iprt/cdefs.h: Some cleaning up. bugref:9794
(edit) @85082   4 years vboxsync icmp_input: don't keep a mbuf reference after we pass it to a function …
(edit) @83597   5 years vboxsync NAT: bugref:9694 - libalias NBT - IP header is verified, but UDP …
(edit) @83591   5 years vboxsync NAT: bugref:9703 - undo the functional change introduced in previous, …
(edit) @83581   5 years vboxsync NAT: bugref:9703 - 90s called, fix declaration after code in previous.
(edit) @83580   5 years vboxsync NAT: bugref:9703 - checking for the value of a switch variable in a …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81729   5 years vboxsync slirp_init: Only need errcore.h now.
(edit) @81725   5 years vboxsync slirp_init: Don't return VINF_NAT_DNS on an allocation failure. duh!
(edit) @81199   5 years vboxsync NAT: ip_output0 - fix handling of mbuf shortage when we do fragmentation.
(edit) @80986   5 years vboxsync NAT: Terminate the TFTP session if the client sends us an error, …
(edit) @80985   5 years vboxsync NAT: Drop unnecessary #include.
(edit) @80984   5 years vboxsync NAT: Do not send TFTP OACK packet if the request had no options.
(edit) @80983   5 years vboxsync NAT: tftpSend - return error if we failed to send the packet.
(edit) @80980   5 years vboxsync NAT: Make sure tftpSendError() always terminate the session.
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80279   5 years vboxsync NAT: bugref:9531: Scrub inbound URG pointer for now. sorecvoob() has …
(edit) @80037   5 years vboxsync slirp: Fix typo in Nagle's name, making it searchable (and, more …
(edit) @78104   6 years vboxsync IPRT,*: Added fFlags to RTPathAbsExDup so it matches the new …
(edit) @76783   6 years vboxsync NAT: fix previous, MS doesn't do C99.
(edit) @76782   6 years vboxsync NAT: clamp tftp block size to 1428 to simplify things.
(edit) @76775   6 years vboxsync NAT/tftp: (bugref:9350) Do not allow access to paths not starting with …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @76031   6 years vboxsync NAT: Exegetical tradition of RFC1035 holds that "Not Implemented" …
(edit) @73746   6 years vboxsync NAT/NATNet: Disable Nagle algorighm on the host using TCP_NODELAY …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72844   6 years vboxsync slirp: properly init rcp_state::rcps_flags; did not have any bad …
(edit) @72830   6 years vboxsync slirp: Don't pass var++ to a macro that uses its argument multiple times.
(edit) @72292   7 years vboxsync NAT: sobind - untabify.
(edit) @72284   7 years vboxsync NAT: tcp_fconnect - use %RTnaipv4 instead of an artisanal equivalent. …
(edit) @72283   7 years vboxsync NAT: sobind - rewrite to also always bind UDP sockets as the old code did.
(edit) @72278   7 years vboxsync NAT: udp_attach - gracefull handle getsockname() failure instead of …
(edit) @72276   7 years vboxsync NAT: udp_attach - prettify a bit.
(edit) @72274   7 years vboxsync NAT: udp_attach - set so_type early.
(edit) @72239   7 years vboxsync nat/udp.c: Shut up annoying assertion in udp_attach till someone have …
(edit) @71984   7 years vboxsync NAT: trailing spaces
(edit) @71982   7 years vboxsync NAT: (re)implement --nataliasmode sameports because the libalias …
(edit) @71945   7 years vboxsync NAT: unifdef -U VBOX_WITH_NAT_UDP_SOCKET_CLONE - g/c old experiment.
(edit) @71940   7 years vboxsync slirp: log libalias mode in release log if set.
(edit) @71203   7 years vboxsync NAT: Redo previous. Explicitly map nameserver 0.0.0.0 to loopback …
(edit) @71202   7 years vboxsync NAT: nameserver 0.0.0.0 is a valid setting. Map it to host's loopback.
(edit) @70842   7 years vboxsync slirp: Drop optimistic asserts about something we can't control.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69426   7 years vboxsync Devices/Network: scm update
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68444   7 years vboxsync NAT: Bind TCP sockets to specific address if requested. Why and how …
(edit) @66828   8 years vboxsync Devices: Adjustments for Visual C++ v12 / Visual Studio 2013. New warnings.
(edit) @66522   8 years vboxsync Devices/Network/slirp: bugref:8736: additional sanity check
(edit) @65849   8 years vboxsync Devices: trailing spaces
(edit) @65810   8 years vboxsync Devices/Network/slirp: don't forget to free the memory for port …
(edit) @65664   8 years vboxsync more appropriate here :)
(edit) @65662   8 years vboxsync gcc 7: Devices/Network: fall thru
(edit) @65455   8 years vboxsync NAT: ip_input - cosmetic: be consistent about using mlen.
(edit) @64679   8 years vboxsync NAT: slirp_select_poll - don't stop after draining half-closed socket, …
(edit) @64617   8 years vboxsync NAT: soread - Windows reports ESHUTDOWN after SHUT_RD (SD_RECEIVE) …
(edit) @64615   8 years vboxsync NAT: sort Windows s/WSA definitions alphabetically.
(edit) @64614   8 years vboxsync NAT: Define ESHUTDOWN (as WSAESHUTDOWN) on Windows. We don't really …
(edit) @64585   8 years vboxsync slirp/tftp: LogRel for TFTP requests.
(edit) @64536   8 years vboxsync NAT: provide standard names for shutdown(2) "how" argument on Windows.
(edit) @64535   8 years vboxsync NAT: oops, revert accidental LogRel in previous (r111715).
(edit) @64534   8 years vboxsync NAT: bugref:8634 - restrict the fix in r111333 (bugref:8573) to Linux …
(edit) @64346   8 years vboxsync NAT: LogRel2 to debug regression from r111333.
(edit) @64307   8 years vboxsync NAT: bugref:8563: fixed bootp regression
(edit) @64299   8 years vboxsync bugref:8563: bootp fixes
(edit) @64298   8 years vboxsync bugref:8573: applied FIN-RST-2.diff: fix for shutting down half-closed …
(edit) @63921   8 years vboxsync NAT: strip comment before processing resolv.conf line to simplify …
(edit) @63913   8 years vboxsync NAT: don't stop parsing if we are out of buffer space for search …
(edit) @63876   8 years vboxsync NAT: Don't exceed RCPS_MAX_SEARCHLIST. Patch from ticketref:15948.
(edit) @63676   8 years vboxsync NAT: soread - errno is valid only when syscall indicates failure, so …
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