VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98264   23 months vboxsync iprt/cpp/xml.h,Main: Added EIPRTFailure::getStatus() as an alternative …
(edit) @98262   23 months vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91718   3 years vboxsync Main: bugref:1909: Added initial translation to Russian of API …
(edit) @91503   3 years vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @85235   4 years vboxsync Main/DHCPServerImpl: Fixed error code mixup in findLeaseByMAC() and …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81883   5 years vboxsync Main/DHCPServer+NatNetwork+VirtualBox+Console: Remove old DHCP …
(edit) @79866   5 years vboxsync Main/DHCPServer: Fixes to logging, individual vm/slot configs, and …
(edit) @79845   5 years vboxsync Main/DHCPServer,VBoxManage,Dhcpd: Created a new DHCPOption enum that …
(edit) @79823   5 years vboxsync Main/DHCPServer: It's okay to put the DHCP server IP in the dynamic …
(edit) @79778   5 years vboxsync Main: s/DHCPOptionEncoding_Legacy/DHCPOptionEncoding_Normal/g as …
(edit) @79775   5 years vboxsync Main/DHCP*,VBoxManage: Some adjustments to the DHCP*Config interfaces …
(edit) @79774   5 years vboxsync Main/DHCP*,VBoxManage: Some adjustments to the DHCP*Config interfaces …
(edit) @79771   5 years vboxsync Main/DHCP*,VBoxManage: Some adjustments to the DHCP*Config interfaces …
(edit) @79761   5 years vboxsync Main/DHCPServer,Dhcpd,VBoxManage: Added --log option to the DHCP …
(edit) @79749   5 years vboxsync Main: Redoing the IDHCPServer interface, part II. Implemented groups …
(edit) @79747   5 years vboxsync Main: Redoing the IDHCPServer interface, part II. Implemented groups …
(edit) @79740   5 years vboxsync Main/DHCPServerImpl: build fix. bugref:9288
(edit) @79734   5 years vboxsync Main: Redoing the IDHCPServer interface, part I. [build fix] bugref:9288
(edit) @79733   5 years vboxsync Main: Redoing the IDHCPServer interface, part I. [build fix] bugref:9288
(edit) @79732   5 years vboxsync Main: Redoing the IDHCPServer interface, part I. bugref:9288
(edit) @79644   5 years vboxsync Main/NetworkServiceRunner: eliminated std::string and replaced the …
(edit) @79623   5 years vboxsync Main/DHCPServerImpl.cpp: build fix. bugref:9288
(edit) @79621   5 years vboxsync Dhcpd,Main/DHCPServerImpl: LeasesFilename should be plural everywhere. …
(edit) @79610   5 years vboxsync Main/IDHCPServer: Added a FindLeaseByMAC method that can be used to …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76190   6 years vboxsync Main/DHCPServer: (bugref:9288) Added --comment command line option to …
(edit) @76132   6 years vboxsync Main/DHCPServer: (bugref:9288) Fixed regression causing no DNS-related …
(edit) @75819   6 years vboxsync Main/DHCPServer: (bugref:9288) Allow removal of DHCP options, show …
(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) @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) @73003   6 years vboxsync Main: Use setErrorBoth when we've got a VBox status code handy. (The …
(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) @66938   8 years vboxsync Main/VirtualBox+DHCPServer+GuestOSType: lots of redundant Bstr/Utf8Str …
(edit) @65611   8 years vboxsync Main/DHCPServerImpl: Check that IP addresses are not all-zeroes or …
(edit) @65580   8 years vboxsync Main/DHCPServerImpl: use newly introduced RTNetMaskToPrefixIPv4.
(edit) @65571   8 years vboxsync Main/DHCPServerImpl: fix Windows #include fallout in r113221.
(edit) @65569   8 years vboxsync Main/DHCPServerImpl: verify values passed to setConfiguration.
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @54705   10 years vboxsync Main: VBoxNetNAT/VBoxNetDHCP: sometimes it's required to kill the …
(edit) @54407   10 years vboxsync Main/DHCPServerImpl: kludge to sneak in dhcp option encoding through …
(edit) @54351   10 years vboxsync Main/DHCPServerImpl: factor out code to encode option values for …
(edit) @54347   10 years vboxsync Main/DHCPServerImpl: cosmetic - be consistent in using plural "aValues".
(edit) @54314   10 years vboxsync Main/DHCPServerImpl: for DHCP options keep not just the text …
(edit) @54284   10 years vboxsync Frontends/VBoxManage: use AutoReadLock in DHCPServer getters.
(edit) @54265   10 years vboxsync Main/DHCPServerImpl: AddGlobalOption - make updating existing options …
(edit) @50355   11 years vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @49742   11 years vboxsync 6813 stage 2 - Use the server side API wrapper code..
(edit) @49673   11 years vboxsync DHCPServerImpl: re-inroduce r90836 cancelled in r90887.
(edit) @49672   11 years vboxsync DHCPServerImpl.cpp: fixes regression introduced in r90887. Adding …
(edit) @49644   11 years vboxsync stage 1/8 of 6813 changes
(edit) @49618   11 years vboxsync Main/DHCPServerImpl: move DHCPServer::Data closer to implementation, …
(edit) @49516   11 years vboxsync Introduce option "--need-main(-M) on|off" in network services to …
(edit) @49494   11 years vboxsync Main/NetServiceRunner: Make command line more flexible for adding …
(edit) @47112   11 years vboxsync Main: warnings
(edit) @47018   11 years vboxsync Main: re-commit r86967 Main/Network: DHCP server has got the ear in …
(edit) @46969   11 years vboxsync backed out …
(edit) @46961   11 years vboxsync Main: win build fix.
(edit) @46959   11 years vboxsync Main/Network: DHCP server has got the ear in Main, and we able …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/DHCPServerImpl.cpp
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
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