VirtualBox

source: vbox/trunk/src/VBox/NetworkServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86822   4 years vboxsync VBoxNetDHCP: Fixed incorrect VBoxNetDhcpd::ifPump return condition …
(edit) @85506   4 years vboxsync SUP: Added a PRTERRINFO parameter to SUPR3LoadVMM. bugref:9801
(edit) @85231   4 years vboxsync NetworkServices/DhcpOptions: Signed warning fixes. bugref:9790
(edit) @85230   4 years vboxsync NetworkServices/DhcpOptions: Signed warning fix. bugref:9790
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85048   4 years vboxsync *.kmk: Replaced $(int-* ) with $(expr ). bugref:9790
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84396   5 years vboxsync *.kmk: Hardening related DEFS string quoting. bugref:8489
(edit) @84364   5 years vboxsync NetworkServices: Adjustments for VC++ 19.2. bugref:8489
(edit) @83806   5 years vboxsync VBoxNetNAT: VC++ 14.1 warnings. bugref:8489
(edit) @83779   5 years vboxsync VBoxNetDhcp: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82746   5 years vboxsync VBoxNetNAT: No need for custom RC file, use template and get version …
(edit) @82745   5 years vboxsync VBoxNetDHCP: No need for custom RC file, use template and get version …
(edit) @81784   5 years vboxsync NAT/Network: On Linux a socket returned by accept(2) does not inherit …
(edit) @81673   5 years vboxsync NetworkServices/NAT: Disabled warnings for unaligned pointer values of …
(edit) @81672   5 years vboxsync NetworkServices/NAT: Disabled warnings for unaligned pointer values of …
(edit) @80022   5 years vboxsync Dhcpd: more logging of DHCP messages. bugref:9288
(edit) @79906   5 years vboxsync Dhcpd: a couple of more todos. bugref:9288
(edit) @79899   5 years vboxsync VBox/com/com.h,Dhcpd: Split out the logging and home directory …
(edit) @79891   5 years vboxsync *.kmk: Preparing for dropping 32-bit host support. Introducing a …
(edit) @79868   5 years vboxsync Dhcpd: doxygen fixes. bugref:9288
(edit) @79865   5 years vboxsync Dhcpd: Implemented forcing and suppessing DHCP option. bugref:9288
(edit) @79859   5 years vboxsync Dhcpd: Build fix. bugref:9288
(edit) @79858   5 years vboxsync NetworkServices: Removed old DHCP code.
(edit) @79845   5 years vboxsync Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that …
(edit) @79825   5 years vboxsync Dhcpd: Removed some old test code. bugref:9288
(edit) @79824   5 years vboxsync Dhcpd: Build fix for newer compilers. bugref:9288
(edit) @79821   5 years vboxsync Dhcpd: Added three TODOs regarding option handling. bugref:9288
(edit) @79820   5 years vboxsync Dhcpd: Configurable lease time. bugref:9288
(edit) @79819   5 years vboxsync Dhcpd: Configurable lease time. bugref:9288
(edit) @79818   5 years vboxsync Dhcpd: Fixed address assignments. bugref:9288
(edit) @79810   5 years vboxsync Dhcpd: Group conditions. bugref:9288
(edit) @79800   5 years vboxsync Dhcpd,Main: Working on extending the DHCP server end to cope with new …
(edit) @79778   5 years vboxsync Main: s/DHCPOptionEncoding_Legacy/DHCPOptionEncoding_Normal/g as …
(edit) @79777   5 years vboxsync Dhcpd: Use RTStrConvertHexBytesEx for parsing raw hex strings. bugref:9288
(edit) @79772   5 years vboxsync Dhcpd: Main nits. bugref:9288
(edit) @79763   5 years vboxsync Main/DHCPServer,Dhcpd,VBoxManage: Added --log option to the DHCP …
(edit) @79762   5 years vboxsync Main/DHCPServer,Dhcpd,VBoxManage: Added --log option to the DHCP …
(edit) @79761   5 years vboxsync Main/DHCPServer,Dhcpd,VBoxManage: Added --log option to the DHCP …
(edit) @79622   5 years vboxsync Dhcpd: DHCP_LOG_MSG_ERROR. bugref:9288
(edit) @79621   5 years vboxsync Dhcpd,Main/DHCPServerImpl: LeasesFilename should be plural everywhere. …
(edit) @79613   5 years vboxsync Dhcpd: Made the lease database filename configurable so Main can …
(edit) @79568   5 years vboxsync Dhcpd: Went over the DhcpMessage a little as well as revisiting the …
(edit) @79563   5 years vboxsync Dhcpd: Went over the Dhcpd and related code adding comments and doing …
(edit) @79553   5 years vboxsync Dhcpd: Went over the Config code adding comments, eliminating …
(edit) @79531   5 years vboxsync Dhcpd: Went over the Db and IPv4Pool code adding comments and and …
(edit) @79530   5 years vboxsync Dhcpd: Went over the Db and IPv4Pool code adding comments and and …
(edit) @79529   5 years vboxsync Dhcpd: Went over the Db and IPv4Pool code adding comments and and …
(edit) @79526   5 years vboxsync Dhcpd: Use RTTimeNow instead of the weird RTTimeNanoTS + RTTimeNow …
(edit) @79525   5 years vboxsync Dhcpd: s/Defs.h/DhcpdInternal.h/, s/TimeStamp/Timestamp/g, started …
(edit) @79524   5 years vboxsync Dhcpd: s/Defs.h/DhcpdInternal.h/, s/TimeStamp/Timestamp/g, started …
(edit) @79514   5 years vboxsync Dhcpd: Eliminated use of std::string (probably my mistake in the …
(edit) @79509   5 years vboxsync Dhcpd: Ditched std:vector<char> + catch with wrong slash non-sense in …
(edit) @77022   6 years vboxsync NAT/Net: pxdns_timeout_add - call sys_untimeout() before scheduling a …
(edit) @76982   6 years vboxsync NAT/Net: Increase the number of timeouts.
(edit) @76981   6 years vboxsync NAT/Net: Fix internal statistics for active queries.
(edit) @76980   6 years vboxsync NAT/Net: Fix another fallout from r94443. This should address elusive …
(edit) @76957   6 years vboxsync NAT/Net: pxtcp::msg_inpull is only used under specific ifdef, so use …
(edit) @76588   6 years vboxsync */.scm-settings: cleanups.
(edit) @76576   6 years vboxsync NetworkServices: scm header guard alignment.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76525   6 years vboxsync NetworkServices: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76389   6 years vboxsync VBox/sup.h: Don't include VBox/err.h for no good reason. bugref:9344
(edit) @76190   6 years vboxsync Main/DHCPServer: (bugref:9288) Added --comment command line option to …
(edit) @76166   6 years vboxsync Main/DHCPServer: (bugref:9288) Fix for hardened builds (use …
(edit) @76007   6 years vboxsync Main/DHCPServer: (bugref:9288) Fixed regression causing DHCP server …
(edit) @75923   6 years vboxsync Main/DHCPServer: (bugref:9288) Fixed regression causing VMs to fail to …
(edit) @75648   6 years vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server (VCC 10 …
(edit) @75617   6 years vboxsync Rolled back r126789.
(edit) @75614   6 years vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server (VCC 10 …
(edit) @75573   6 years vboxsync NetworkServices/Dhcpd: Revert previous incomplete change that renamed …
(edit) @75569   6 years vboxsync Rolled back r126727.
(edit) @75568   6 years vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server (VCC 10 …
(edit) @75513   6 years vboxsync Rolled back r126670.
(edit) @75512   6 years vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server.
(edit) @73788   6 years vboxsync NAT/Network: proxy_create_socket - don't treat the failure to set …
(edit) @73747   6 years vboxsync One more header.
(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) @73076   6 years vboxsync NetworkServices/Dhcpd: There's no pressing need to inline Db ctor. …
(edit) @71749   7 years vboxsync Dhcpd/Config.cpp: trailing spaces, not about auto and vcc2010.
(edit) @71703   7 years vboxsync NetworkServices/Dhcpd: untabify.
(edit) @71689   7 years vboxsync NetworkServices/Dhcpd: implement reading config from a file.
(edit) @71516   7 years vboxsync Drop assertion about binding state.
(edit) @71512   7 years vboxsync Binding::fromXML - don't leak memory.
(edit) @71353   7 years vboxsync NetworkServices/Dhcpd: stub for reading the config from a file.
(edit) @71306   7 years vboxsync NetworkServices/Dhcpd: getopt improvements.
(edit) @71305   7 years vboxsync NetworkServices/Dhcpd: Fix RTEXITCODE_* vs. VERR_* confusion.
(edit) @71205   7 years vboxsync VBoxNetDHCP: Add explicit comment to previous about nameserver 0.0.0.0 …
(edit) @71204   7 years vboxsync VBoxNetDHCP: nameserver 0.0.0.0 is a valid setting. Map it to host's …
(edit) @70836   7 years vboxsync NetworkServices/Dhcpd: export fix
(edit) @69749   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(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) @69232   7 years vboxsync NetworkServices: scm updates
(edit) @69231   7 years vboxsync NetworkServices/Nat: Export rawsocket stuff
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