- 08 Jan, 2013 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 03 Jan, 2013 1 commit
-
-
Tomek Mrugalski authored
-
- 31 Dec, 2012 1 commit
-
-
Tomek Mrugalski authored
- DORA support added - REQUEST/Renewing support added - RELEASE support added - AllocationEngine now supports lease4 renewals - many other smaller code additions - many tests written
-
- 27 Dec, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 05 Dec, 2012 1 commit
-
-
Tomek Mrugalski authored
- added boundary checks for Uint32Parser - fixed #include order - Class renamed to Dhcp4ConfigParser - added extra test for Uint32Parser - Many Doxygen fixes and clean-ups
-
- 16 Nov, 2012 1 commit
-
-
Stephen Morris authored
Also fix some issues from the review.
-
- 26 Sep, 2012 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 06 Sep, 2012 3 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
- 23 Jul, 2012 1 commit
-
-
Tomek Mrugalski authored
- better exception handling in dhcpv{4,6}Srv constructors - port number is now parsed with boost::lexical_cast - new tests for port numbers implemented - ControlledDhcpv{4,6}Srv objects are now automatic - runDhcpv4() method renamed to runCommand() to better prepare for upcoming 4/6 test merge.
-
- 30 May, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 08 Mar, 2012 1 commit
-
-
Tomek Mrugalski authored
- several parameters are now const - OS-specific code moved from iface_mgr.cc to iface_mgr_linux.cc - C-style casts replaced with a casting framework (see lib/util/io/pktinfo_utilities.h) - added lib/util/range_utilities.h for methods that operate on container's ranges (isRangeZero and fillRandom) - many other minor corrections
-
- 17 Feb, 2012 1 commit
-
-
Tomek Mrugalski authored
- port is now specified using uint16_t in IfaceMgr - support for proper DUID generation implemented - implemented new tests - new HWTYPEs defines - unpack methods now return size_t type - comments updated in option*.h headers
-
- 03 Feb, 2012 1 commit
-
-
Tomek Mrugalski authored
- Migrated from boost::shared_array to std::vector<uint8> - Pkt6 now have all fields private, getters/setters implemented - Many smaller clean-ups - Tests updated to follow new procedure - isc::util::OutputBuffer is now used
-
- 29 Dec, 2011 1 commit
-
-
Tomek Mrugalski authored
- ChangeLog from master merged. - dhcp4_srv cleanup (echo remnants removed, assignLease renamed) - Pkt4::unpack() now is void and throws in case of problems
-
- 27 Dec, 2011 1 commit
-
-
Tomek Mrugalski authored
- Vector initialization clean-ups - Typo in comment
-
- 23 Dec, 2011 1 commit
-
-
Tomek Mrugalski authored
- appendRequestedOptions(), assignLease() added in dhcpv4_srv class. - dhcpv4_srv now uses hardcoded values from 192.0.2.0/24 range.
-
- 21 Dec, 2011 1 commit
-
-
Tomek Mrugalski authored
- processDiscover(), processRequest(), copyDefaultFields(), appendDefaultOptions() implemented in dhcpv4_srv class - setUint8(), setUint16(), setUint32() added to Option class. - Pkt4 class now properly sets packet type after parsing.
-
- 20 Dec, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 13 Dec, 2011 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
Note: this fix is also present on other branches.
-
- 12 Dec, 2011 2 commits
-
-
Tomek Mrugalski authored
- DHCPv4 tests now simulate detection of 127.0.0.1 address - DHCPv4 tests now open sockets on loopback - Option::getUintX() now uses code from isc::util::getUintX - Option::getUintX() methods are now documented - Test for option::getUintX() implemented - src/lib/dns/benchmarks/Makefile that was added by mistake removed
-
Tomek Mrugalski authored
-
- 07 Dec, 2011 4 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 05 Dec, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 30 Nov, 2011 2 commits
-
-
Tomek Mrugalski authored
- Implemented several getters/setters - Added reason comments for #if 0 code (dependency on other tickets) - New test for implemented getters/setters
-
Tomek Mrugalski authored
- IfaceMgr moved - Added new, simple test for b10-dhcp4 daemon - Added skeleton man page for b10-dhcp4
-
- 27 Nov, 2011 1 commit
-
-
Tomek Mrugalski authored
-