VirtualBox

source: vbox/trunk/src/VBox/NetworkServices/Dhcpd

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98417   22 月 vboxsync NetworkServices/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98155   23 月 vboxsync *.kmk: s/VBOXR3HARDENEDEXE/VBoxR3HardenedExe/ bugref:10348
(edit) @98128   23 月 vboxsync *.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348
(edit) @98103   23 月 vboxsync Copyright year updates by scm.
(edit) @98027   2 年 vboxsync NetSvc/Dhcpd: Don't use 'single' as a parameter name, the polluted …
(edit) @98026   2 年 vboxsync NetSvc/Dhcpd: Don't use 'single' as a parameter name, the polluted …
(edit) @97086   2 年 vboxsync NetworkServices/Dhcpd: More cleanups, bugref:10297
(edit) @97078   2 年 vboxsync Networkservices: Further cleanup and consolidation, get rid of the …
(edit) @97077   2 年 vboxsync NetworkServices/Dhcpd: Reduce clutter a bit, bugref:10297
(edit) @97074   2 年 vboxsync NetworkServices: Implement support for communicating over the R3 …
(edit) @97071   2 年 vboxsync NetworkServices: Implement support for communicating over the R3 …
(edit) @96407   2 年 vboxsync scm copyright and license note update
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @92613   3 年 vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @87745   4 年 vboxsync Dhcpd: G/c delcaration of ifOutput() that never was. bugref:9288
(edit) @87694   4 年 vboxsync Dhcpd: Config::i_read - fix typo in comment. NB: the comment seems to …
(edit) @87693   4 年 vboxsync Dhcpd: Fix comment, we are reading the config file, not the log file. …
(edit) @87473   4 年 vboxsync Dhcpd: Printing an ethernet MAC address expects a pointer to the …
(edit) @86822   4 年 vboxsync VBoxNetDHCP: Fixed incorrect VBoxNetDhcpd::ifPump return condition …
(edit) @85506   4 年 vboxsync SUP: Added a PRTERRINFO parameter to SUPR3LoadVMM. bugref:9801
(edit) @85231   4 年 vboxsync NetworkServices/DhcpOptions: Signed warning fixes. bugref:9790
(edit) @85230   4 年 vboxsync NetworkServices/DhcpOptions: Signed warning fix. bugref:9790
(edit) @85121   4 年 vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84540   5 年 vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 年 vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @83779   5 年 vboxsync VBoxNetDhcp: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @82745   5 年 vboxsync VBoxNetDHCP: No need for custom RC file, use template and get version …
(edit) @80022   5 年 vboxsync Dhcpd: more logging of DHCP messages. bugref:9288
(edit) @79906   5 年 vboxsync Dhcpd: a couple of more todos. bugref:9288
(edit) @79899   5 年 vboxsync VBox/com/com.h,Dhcpd: Split out the logging and home directory …
(edit) @79868   5 年 vboxsync Dhcpd: doxygen fixes. bugref:9288
(edit) @79865   5 年 vboxsync Dhcpd: Implemented forcing and suppessing DHCP option. bugref:9288
(edit) @79859   5 年 vboxsync Dhcpd: Build fix. bugref:9288
(edit) @79845   5 年 vboxsync Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that …
(edit) @79825   5 年 vboxsync Dhcpd: Removed some old test code. bugref:9288
(edit) @79824   5 年 vboxsync Dhcpd: Build fix for newer compilers. bugref:9288
(edit) @79821   5 年 vboxsync Dhcpd: Added three TODOs regarding option handling. bugref:9288
(edit) @79820   5 年 vboxsync Dhcpd: Configurable lease time. bugref:9288
(edit) @79819   5 年 vboxsync Dhcpd: Configurable lease time. bugref:9288
(edit) @79818   5 年 vboxsync Dhcpd: Fixed address assignments. bugref:9288
(edit) @79810   5 年 vboxsync Dhcpd: Group conditions. bugref:9288
(edit) @79800   5 年 vboxsync Dhcpd,Main: Working on extending the DHCP server end to cope with new …
(edit) @79778   5 年 vboxsync Main: s/DHCPOptionEncoding_Legacy/DHCPOptionEncoding_Normal/g as …
(edit) @79777   5 年 vboxsync Dhcpd: Use RTStrConvertHexBytesEx for parsing raw hex strings. bugref:9288
(edit) @79772   5 年 vboxsync Dhcpd: Main nits. bugref:9288
(edit) @79763   5 年 vboxsync Main/DHCPServer,Dhcpd,VBoxManage: Added --log option to the DHCP …
(edit) @79762   5 年 vboxsync Main/DHCPServer,Dhcpd,VBoxManage: Added --log option to the DHCP …
(edit) @79761   5 年 vboxsync Main/DHCPServer,Dhcpd,VBoxManage: Added --log option to the DHCP …
(edit) @79622   5 年 vboxsync Dhcpd: DHCP_LOG_MSG_ERROR. bugref:9288
(edit) @79621   5 年 vboxsync Dhcpd,Main/DHCPServerImpl: LeasesFilename should be plural everywhere. …
(edit) @79613   5 年 vboxsync Dhcpd: Made the lease database filename configurable so Main can …
(edit) @79568   5 年 vboxsync Dhcpd: Went over the DhcpMessage a little as well as revisiting the …
(edit) @79563   5 年 vboxsync Dhcpd: Went over the Dhcpd and related code adding comments and doing …
(edit) @79553   5 年 vboxsync Dhcpd: Went over the Config code adding comments, eliminating …
(edit) @79531   5 年 vboxsync Dhcpd: Went over the Db and IPv4Pool code adding comments and and …
(edit) @79530   5 年 vboxsync Dhcpd: Went over the Db and IPv4Pool code adding comments and and …
(edit) @79529   5 年 vboxsync Dhcpd: Went over the Db and IPv4Pool code adding comments and and …
(edit) @79526   5 年 vboxsync Dhcpd: Use RTTimeNow instead of the weird RTTimeNanoTS + RTTimeNow …
(edit) @79525   5 年 vboxsync Dhcpd: s/Defs.h/DhcpdInternal.h/, s/TimeStamp/Timestamp/g, started …
(edit) @79524   5 年 vboxsync Dhcpd: s/Defs.h/DhcpdInternal.h/, s/TimeStamp/Timestamp/g, started …
(edit) @79514   5 年 vboxsync Dhcpd: Eliminated use of std::string (probably my mistake in the …
(edit) @79509   5 年 vboxsync Dhcpd: Ditched std:vector<char> + catch with wrong slash non-sense in …
(edit) @76576   6 年 vboxsync NetworkServices: scm header guard alignment.
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76525   6 年 vboxsync NetworkServices: scm --fix-header-guards. bugref:9344
(edit) @76474   6 年 vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76190   6 年 vboxsync Main/DHCPServer: (bugref:9288) Added --comment command line option to …
(edit) @76166   6 年 vboxsync Main/DHCPServer: (bugref:9288) Fix for hardened builds (use …
(edit) @76007   6 年 vboxsync Main/DHCPServer: (bugref:9288) Fixed regression causing DHCP server …
(edit) @75923   6 年 vboxsync Main/DHCPServer: (bugref:9288) Fixed regression causing VMs to fail to …
(edit) @75648   6 年 vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server (VCC 10 …
(edit) @75617   6 年 vboxsync Rolled back r126789.
(edit) @75614   6 年 vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server (VCC 10 …
(edit) @75573   6 年 vboxsync NetworkServices/Dhcpd: Revert previous incomplete change that renamed …
(edit) @75569   6 年 vboxsync Rolled back r126727.
(edit) @75568   6 年 vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server (VCC 10 …
(edit) @75513   6 年 vboxsync Rolled back r126670.
(edit) @75512   6 年 vboxsync Main/DHCPD: bugref:9288 Use new implementation of DHCP server.
(edit) @73076   6 年 vboxsync NetworkServices/Dhcpd: There's no pressing need to inline Db ctor. …
(edit) @71749   7 年 vboxsync Dhcpd/Config.cpp: trailing spaces, not about auto and vcc2010.
(edit) @71703   7 年 vboxsync NetworkServices/Dhcpd: untabify.
(edit) @71689   7 年 vboxsync NetworkServices/Dhcpd: implement reading config from a file.
(edit) @71516   7 年 vboxsync Drop assertion about binding state.
(edit) @71512   7 年 vboxsync Binding::fromXML - don't leak memory.
(edit) @71353   7 年 vboxsync NetworkServices/Dhcpd: stub for reading the config from a file.
(edit) @71306   7 年 vboxsync NetworkServices/Dhcpd: getopt improvements.
(edit) @71305   7 年 vboxsync NetworkServices/Dhcpd: Fix RTEXITCODE_* vs. VERR_* confusion.
(add) @70836   7 年 vboxsync NetworkServices/Dhcpd: export fix
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette