- 09 Nov, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 04 Nov, 2011 1 commit
-
-
Tomek Mrugalski authored
- check() method added in Option class. Constructors are now simpler. - compilation fix in option_unittest.cc
-
- 02 Nov, 2011 4 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
ChangeLog entry added (it covers all recent DHCPv4 tickets) New constructor in Option class. Added new unittest for new construtor. Minor improvements in pkt4_unitests.
-
Tomek Mrugalski authored
-
- 28 Oct, 2011 1 commit
-
-
Tomek Mrugalski authored
-
- 26 Oct, 2011 13 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- Missing tests for Pkt4 implemented. - Option::addOption() now supports DHCPv4 options. - Pkt4::addOption(), getOption() implemented. - Include paths fixed in Makefile.am
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- More code migrated to vector<uint8_t> - Option4Collection type deemed unnecessary and removed - Removed data_len_ field. data_.size() will be used instead - unitests for new functionalities in Option class implemented
-
Tomek Mrugalski authored
- getData() now returns const vector<uint8_t>& - several skeleton tests added - implemented Option::getUniverse() - Internally Option uses vector<uint8_t> to keep data. However, to avoid refactoring of all DHCPv6 code at this stage, API still uses share_array<uint8_t>. There is separate ticket for fixing this.
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
ssh://git.bind10.isc.org/var/bind10/git/bind10Tomek Mrugalski authored
Conflicts: src/lib/dhcp/tests/pkt4_unittest.cc
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- Pkt4::getBuffer() added. - Pkt4::pack(), unpack() implemented. - tests for new functionality implemented.
-
Tomek Mrugalski authored
-
- 25 Oct, 2011 10 commits
-
-
Tomek Mrugalski authored
Proper solution (enabled, passing tests that use generateTestPacket2() function) is available in #1226 that is currently under review.
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- Pkt4::getBuffer() added. - Pkt4::pack(), unpack() implemented. - tests for new functionality implemented.
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 24 Oct, 2011 4 commits
-
-
Tomek Mrugalski authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 22 Oct, 2011 1 commit
-
-
JINMEI Tatuya authored
this is a workaround for build problem for the solaris buildbot (both g++ and sunstudio); they don't seem to work well with the const iterator in operator!=.
-
- 21 Oct, 2011 5 commits
-
-
JINMEI Tatuya authored
directly pushing.
-
JINMEI Tatuya authored
localstatedir. (e.g.) /usr/local/var/bind10-devel instead of /usr/local/var. also updated the EOL code of auth/spec_config.h.pre.in from CR+LF (DOS style) to LF (unix style), mainly for consistency.
-
JINMEI Tatuya authored
directly pushing.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-