VirtualBox

source: vbox/trunk/src/VBox/NetworkServices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @69111   7 years vboxsync (C) year
(edit) @68766   7 years vboxsync NAT/Net: Make windows socket pair non-blocking.
(edit) @68755   7 years vboxsync Use INVALID_SOCKET instead of cryptic -1.
(edit) @68754   7 years vboxsync Fix format error in previous.
(edit) @68753   7 years vboxsync Rewrite "channels". Use RTREQQUEUE to schedule requests on the …
(edit) @68619   7 years vboxsync NAT/net: portfwd_rule_add_del - add DPRINTF for failed malloc.
(edit) @68545   7 years vboxsync NAT/Net: Provide immediate feedback if corresponding LogRel level is …
(edit) @68544   7 years vboxsync NAT/Net: Drop #ifdef LOG_ENABLED and use RT_NOREF on a variables used …
(edit) @65809   8 years vboxsync NetworkServices/VBoxNetLwipNAT: properly free the list of name servers …
(edit) @65659   8 years vboxsync VBoxNetDHCP: fix option iteration.
(edit) @65658   8 years vboxsync NetLib: bswap udp length
(edit) @65119   8 years vboxsync NetworkServices/DHCP: doxygen fixes
(edit) @64759   8 years vboxsync NetworkServices/NAT: fixed two socket leaks to make Parfait happy (not …
(edit) @64218   8 years vboxsync VBoxNetDhcp: Instead of complaining in the comments that operator[] is …
(edit) @64215   8 years vboxsync VBoxNetDHCP: Tell guests to use NAT Network DNS proxy as nameserver if …
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63381   8 years vboxsync NetworkServices: warnings (gcc)
(edit) @63380   8 years vboxsync NetworkServices: warnings (gcc)
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