]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
14 years ago[1028] removed self reference in XfrinConnection, which apparently caused
JINMEI Tatuya [Wed, 26 Oct 2011 23:07:01 +0000 (16:07 -0700)] 
[1028] removed self reference in XfrinConnection, which apparently caused
reference leak.  To test this case, introduced a framework for testing
process_xfrin().  This setup will be used for subseuent related fixes.

14 years ago[1028] cleanup: use a more appropriate variable name to specify s_ZoneUpdater.
JINMEI Tatuya [Wed, 26 Oct 2011 21:38:59 +0000 (14:38 -0700)] 
[1028] cleanup: use a more appropriate variable name to specify s_ZoneUpdater.
also fixed another possible (but quite unlikely) leak in case tp_alloc() fails.

14 years ago[1028] fixed reference leak to DataSourceClient after get_updater.
JINMEI Tatuya [Wed, 26 Oct 2011 21:37:03 +0000 (14:37 -0700)] 
[1028] fixed reference leak to DataSourceClient after get_updater.

14 years ago[1028] comment clarification
JINMEI Tatuya [Wed, 26 Oct 2011 13:59:34 +0000 (06:59 -0700)] 
[1028] comment clarification

14 years ago[1028] piggyback cleanup: got rid of unnecessary reinterpret_cast.
JINMEI Tatuya [Wed, 26 Oct 2011 06:05:16 +0000 (23:05 -0700)] 
[1028] piggyback cleanup: got rid of unnecessary reinterpret_cast.

14 years ago[1028] fixed leak in Message.get_question()
JINMEI Tatuya [Wed, 26 Oct 2011 06:02:31 +0000 (23:02 -0700)] 
[1028] fixed leak in Message.get_question()

14 years ago[1028] fiexed leak in RRset.get_rdata() as well as other minor bugs
JINMEI Tatuya [Wed, 26 Oct 2011 05:42:12 +0000 (22:42 -0700)] 
[1028] fiexed leak in RRset.get_rdata() as well as other minor bugs
like missing NULL check or exception safety.  also as a cleanup got rid
of unnecessary reinterpret_cast.

14 years ago[1028] fixed leak in Message.get_section
JINMEI Tatuya [Wed, 26 Oct 2011 03:42:46 +0000 (20:42 -0700)] 
[1028] fixed leak in Message.get_section

14 years agoCompilation fix for pkt4_unittest.cc
Tomek Mrugalski [Tue, 25 Oct 2011 16:33:25 +0000 (18:33 +0200)] 
Compilation fix for pkt4_unittest.cc

Proper solution (enabled, passing tests that use generateTestPacket2()
function) is available in #1226 that is currently under review.

14 years agoInitialization fix in Pkt4 (fixes Mac OS clang build)
Tomek Mrugalski [Tue, 25 Oct 2011 12:02:38 +0000 (14:02 +0200)] 
Initialization fix in Pkt4 (fixes Mac OS clang build)

14 years agoMerge branch 'trac1224'
Tomek Mrugalski [Tue, 25 Oct 2011 08:39:40 +0000 (10:39 +0200)] 
Merge branch 'trac1224'

14 years ago[master] changelog entry for #869
JINMEI Tatuya [Tue, 25 Oct 2011 04:28:06 +0000 (21:28 -0700)] 
[master] changelog entry for #869

14 years ago[master] Merge branch 'trac869'
JINMEI Tatuya [Tue, 25 Oct 2011 04:15:19 +0000 (21:15 -0700)] 
[master] Merge branch 'trac869'

14 years ago[869] forgot to commit a cleanup fix
JINMEI Tatuya [Tue, 25 Oct 2011 04:14:55 +0000 (21:14 -0700)] 
[869] forgot to commit a cleanup fix

14 years ago[master] Merge branch 'trac869'
JINMEI Tatuya [Tue, 25 Oct 2011 03:49:31 +0000 (20:49 -0700)] 
[master] Merge branch 'trac869'

14 years ago[1224] DHCPv4: Indents fixed, using vector<uint8_t> in several places now.
Tomek Mrugalski [Mon, 24 Oct 2011 18:16:11 +0000 (20:16 +0200)] 
[1224] DHCPv4: Indents fixed, using vector<uint8_t> in several places now.

14 years ago[master] update changelog
Jelte Jansen [Mon, 24 Oct 2011 11:05:10 +0000 (13:05 +0200)] 
[master] update changelog

14 years agoMerge branch 'trac1180'
Jelte Jansen [Mon, 24 Oct 2011 10:23:37 +0000 (12:23 +0200)] 
Merge branch 'trac1180'

14 years ago[1180] address review comments
Jelte Jansen [Mon, 24 Oct 2011 08:38:43 +0000 (10:38 +0200)] 
[1180] address review comments

14 years ago[master] use reverse_iterator instead of const_reverse_iterator in a for loop.
JINMEI Tatuya [Sat, 22 Oct 2011 05:21:53 +0000 (05:21 +0000)] 
[master] use reverse_iterator instead of const_reverse_iterator in a for loop.
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!=.

14 years ago[master] trivial editorial fix: missing period (and tabify)
JINMEI Tatuya [Fri, 21 Oct 2011 23:27:34 +0000 (16:27 -0700)] 
[master] trivial editorial fix: missing period (and tabify)
directly pushing.

14 years ago[869] install auth_xfrout_conn under package subdirectory not directly under
JINMEI Tatuya [Fri, 21 Oct 2011 23:24:02 +0000 (16:24 -0700)] 
[869] install auth_xfrout_conn under package subdirectory not directly under
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.

14 years ago[master] trivial cleanup: removed a white space in an empty line.
JINMEI Tatuya [Fri, 21 Oct 2011 23:07:59 +0000 (16:07 -0700)] 
[master] trivial cleanup: removed a white space in an empty line.
directly pushing.

14 years ago[869] (unrelated cleanup) some coding guideline fixes; more explicit about #include.
JINMEI Tatuya [Fri, 21 Oct 2011 22:56:35 +0000 (15:56 -0700)] 
[869] (unrelated cleanup) some coding guideline fixes; more explicit about #include.

14 years ago[master] Merge branch 'trac1307'
JINMEI Tatuya [Fri, 21 Oct 2011 22:06:34 +0000 (15:06 -0700)] 
[master] Merge branch 'trac1307'

14 years ago[1307] remove a small bit of whitespace
Jelte Jansen [Fri, 21 Oct 2011 12:33:27 +0000 (14:33 +0200)] 
[1307] remove a small bit of whitespace

14 years ago[master] update version to today's date
Jeremy C. Reed [Fri, 21 Oct 2011 12:08:41 +0000 (07:08 -0500)] 
[master] update version to today's date

14 years ago[1224] Pkt4 improvements after review
Tomek Mrugalski [Fri, 21 Oct 2011 11:47:14 +0000 (13:47 +0200)] 
[1224] Pkt4 improvements after review

 - dhcp4.h added to Makefile.am
 - Pkt4.cc: address fields initialized in more efficient way
 - Pkt4.h: many improvements in comments
 - Minor improvements in Pkt4 unittests

14 years ago[1307] final (unrelated) cleanups:
JINMEI Tatuya [Fri, 21 Oct 2011 06:31:17 +0000 (23:31 -0700)] 
[1307] final (unrelated) cleanups:
- renamed private methods to addXXX for consistency
- made them non const member functions (for the same reason why
  addNXDOMAINProof can't be so)
- renamed variable 'zone' to 'finder' to adapt to class name change

14 years ago[1307] documentation/comment update
JINMEI Tatuya [Fri, 21 Oct 2011 06:22:59 +0000 (23:22 -0700)] 
[1307] documentation/comment update

14 years ago[1307] added consideration for bad NSEC cases (note: this should be
JINMEI Tatuya [Fri, 21 Oct 2011 05:55:13 +0000 (22:55 -0700)] 
[1307] added consideration for bad NSEC cases (note: this should be
very rare and shouldn't happen with a valid zone)

14 years ago[1307] (unrelated) cleanup: removed a blank line at EOF.
JINMEI Tatuya [Fri, 21 Oct 2011 05:54:34 +0000 (22:54 -0700)] 
[1307] (unrelated) cleanup: removed a blank line at EOF.

14 years ago[1307] (unrelated) clarification cleanup: process()/putSOA()/addNXDOMAINProof()
JINMEI Tatuya [Thu, 20 Oct 2011 23:33:44 +0000 (16:33 -0700)] 
[1307] (unrelated) clarification cleanup: process()/putSOA()/addNXDOMAINProof()
cannot be const because they modify response_.
maybe we should pass the response via method parameter rather than at
the construction time, or even make this a simple free function, rather
than a class.  but that will be a separate discussion.

14 years ago[1307] suppressed duplicate NSEC
JINMEI Tatuya [Thu, 20 Oct 2011 23:25:41 +0000 (16:25 -0700)] 
[1307] suppressed duplicate NSEC

14 years ago[1307] NXDOMAIN NSEC case 2: wildcard proof is derived from the next domain
JINMEI Tatuya [Thu, 20 Oct 2011 22:07:59 +0000 (15:07 -0700)] 
[1307] NXDOMAIN NSEC case 2: wildcard proof is derived from the next domain
of the NXDOMAIN NSEC.

14 years ago[1307] added a new accessor method, getNextName(), to rdata::generic::NSEC.
JINMEI Tatuya [Thu, 20 Oct 2011 22:03:52 +0000 (15:03 -0700)] 
[1307] added a new accessor method, getNextName(), to rdata::generic::NSEC.
this is necessary for NSEC query handling.

14 years ago[master] fix typo in comment
Jeremy C. Reed [Thu, 20 Oct 2011 21:02:33 +0000 (16:02 -0500)] 
[master] fix typo in comment

14 years agoMerge branch 'trac1313'
Tomek Mrugalski [Thu, 20 Oct 2011 14:05:25 +0000 (16:05 +0200)] 
Merge branch 'trac1313'

14 years ago[1313] 2 extra spaces added.
Tomek Mrugalski [Thu, 20 Oct 2011 13:09:13 +0000 (15:09 +0200)] 
[1313] 2 extra spaces added.

14 years ago[1313] Comments corrected, fixed tests for readUint32, writeUint32
Tomek Mrugalski [Thu, 20 Oct 2011 13:06:15 +0000 (15:06 +0200)] 
[1313] Comments corrected, fixed tests for readUint32, writeUint32

14 years ago[master] Merge branch 'trac1305'
JINMEI Tatuya [Wed, 19 Oct 2011 20:48:05 +0000 (13:48 -0700)] 
[master] Merge branch 'trac1305'

14 years ago[1224] Added dhcp4.h (import from includes/dhcp.h from ISC DHCP)
Tomek Mrugalski [Wed, 19 Oct 2011 16:26:56 +0000 (18:26 +0200)] 
[1224] Added dhcp4.h (import from includes/dhcp.h from ISC DHCP)

14 years ago[1224] Limited verbosity of several methods.
Tomek Mrugalski [Wed, 19 Oct 2011 16:26:18 +0000 (18:26 +0200)] 
[1224] Limited verbosity of several methods.

14 years ago[1224] DHCP::Pkt4 unittests are now passing.
Tomek Mrugalski [Wed, 19 Oct 2011 16:23:46 +0000 (18:23 +0200)] 
[1224] DHCP::Pkt4 unittests are now passing.

14 years ago[master] use shorter path to msgq socket file
Jeremy C. Reed [Wed, 19 Oct 2011 16:17:29 +0000 (11:17 -0500)] 
[master] use shorter path to msgq socket file

This fixes problem with
socket.error: AF_UNIX path too long
on many builders.
(That is ticket #360.)

14 years ago[1224] Pkt4 class and unittests implementation.
Tomek Mrugalski [Wed, 19 Oct 2011 15:44:16 +0000 (17:44 +0200)] 
[1224] Pkt4 class and unittests implementation.

14 years agoMerge branch 'master' into trac1318
Stephen Morris [Wed, 19 Oct 2011 15:14:54 +0000 (16:14 +0100)] 
Merge branch 'master' into trac1318

14 years agoMerge branch 'trac1275'
Naoki Kambe [Wed, 19 Oct 2011 12:22:55 +0000 (21:22 +0900)] 
Merge branch 'trac1275'

14 years ago[1307] added wildcard proof, case 1
JINMEI Tatuya [Wed, 19 Oct 2011 05:10:08 +0000 (22:10 -0700)] 
[1307] added wildcard proof, case 1

14 years ago[1307] updated the RRsetMatch logic so that we can differentiate RRSIGs
JINMEI Tatuya [Tue, 18 Oct 2011 22:45:20 +0000 (15:45 -0700)] 
[1307] updated the RRsetMatch logic so that we can differentiate RRSIGs
of different types covered.  Not directly related to the main subject
of the branch, but this enhancement will make writing tests easier.
confirmed this change doesn't cause regression for other tests.

14 years ago[1307] added an NSEC to prove NXDOMAIN if necessary and possible.
JINMEI Tatuya [Tue, 18 Oct 2011 21:06:57 +0000 (14:06 -0700)] 
[1307] added an NSEC to prove NXDOMAIN if necessary and possible.
this change is incomplete: we still need a wildcard proof.

14 years ago[1313] Tests implemented for readUint32,writeUint32
Tomek Mrugalski [Tue, 18 Oct 2011 17:56:28 +0000 (19:56 +0200)] 
[1313] Tests implemented for readUint32,writeUint32

14 years ago[1313] writeUint32, readUint32 implemented
Tomek Mrugalski [Tue, 18 Oct 2011 17:51:43 +0000 (19:51 +0200)] 
[1313] writeUint32, readUint32 implemented

14 years ago[1318] Correct problem in #1213 update
Stephen Morris [Tue, 18 Oct 2011 17:33:30 +0000 (18:33 +0100)] 
[1318] Correct problem in #1213 update

1213 failed to take into account a change in zone configuration
options, causing the IXFR-in test to fail.

14 years ago[1305] fixed typo in comments
JINMEI Tatuya [Tue, 18 Oct 2011 16:27:06 +0000 (09:27 -0700)] 
[1305] fixed typo in comments

14 years ago[1305] improved comment wording
JINMEI Tatuya [Tue, 18 Oct 2011 16:25:33 +0000 (09:25 -0700)] 
[1305] improved comment wording

14 years ago[1305] removed an unnecessary condition check
JINMEI Tatuya [Tue, 18 Oct 2011 16:24:13 +0000 (09:24 -0700)] 
[1305] removed an unnecessary condition check

14 years ago3 libdhcp tests disabled (workaround for Solaris10 SIGBUS problem)
Tomek Mrugalski [Tue, 18 Oct 2011 13:05:35 +0000 (15:05 +0200)] 
3 libdhcp tests disabled (workaround for Solaris10 SIGBUS problem)

Those tests will be reenabled once #1313 is implemented.

14 years agoCompilation fix
Michal 'vorner' Vaner [Tue, 18 Oct 2011 10:35:16 +0000 (12:35 +0200)] 
Compilation fix

The usual problem with EXPECT_EQ(NULL, ...), it doesn't like the type.

14 years ago[1213] ChangeLog entry for #1213
Stephen Morris [Tue, 18 Oct 2011 10:04:02 +0000 (11:04 +0100)] 
[1213] ChangeLog entry for #1213

14 years agoMerge branch 'master' into trac1213
Stephen Morris [Tue, 18 Oct 2011 09:41:45 +0000 (10:41 +0100)] 
Merge branch 'master' into trac1213

14 years ago[1180] catch sigpipe on send
Jelte Jansen [Tue, 18 Oct 2011 07:49:41 +0000 (09:49 +0200)] 
[1180] catch sigpipe on send

14 years ago[1307] extended the test to support NSEC. adjusted one existing test case
JINMEI Tatuya [Tue, 18 Oct 2011 03:22:36 +0000 (20:22 -0700)] 
[1307] extended the test to support NSEC.  adjusted one existing test case
that didn't expect NSEC.

14 years ago[1305] pass parameter by reference, not by object (intended to be the former,
JINMEI Tatuya [Mon, 17 Oct 2011 22:52:30 +0000 (15:52 -0700)] 
[1305] pass parameter by reference, not by object (intended to be the former,
but apparently forgot to type in '&')

14 years ago[1307] Merge branch 'trac1305' into trac1307
JINMEI Tatuya [Mon, 17 Oct 2011 22:02:18 +0000 (15:02 -0700)] 
[1307] Merge branch 'trac1305' into trac1307

14 years agoCompilation fix for NetBSD and gcc on Solaris 10
Tomek Mrugalski [Mon, 17 Oct 2011 18:17:34 +0000 (20:17 +0200)] 
Compilation fix for NetBSD and gcc on Solaris 10

14 years agoAdded missing include.
Tomek Mrugalski [Mon, 17 Oct 2011 15:37:27 +0000 (17:37 +0200)] 
Added missing include.

14 years agoChangeLog format fixed, entry clarified.
Tomek Mrugalski [Mon, 17 Oct 2011 15:24:44 +0000 (17:24 +0200)] 
ChangeLog format fixed, entry clarified.

14 years agocppcheck warning removed (exception in pkt6.cc caught by reference)
Tomek Mrugalski [Mon, 17 Oct 2011 13:17:47 +0000 (15:17 +0200)] 
cppcheck warning removed (exception in pkt6.cc caught by reference)

14 years agoclang compilation fix (now using C++ cast in option.cc, also added test)
Tomek Mrugalski [Mon, 17 Oct 2011 12:24:06 +0000 (14:24 +0200)] 
clang compilation fix (now using C++ cast in option.cc, also added test)

14 years agooption6_addrlst test no longer uses ::2 as it confuses IOAddress class.
Tomek Mrugalski [Mon, 17 Oct 2011 11:53:53 +0000 (13:53 +0200)] 
option6_addrlst test no longer uses ::2 as it confuses IOAddress class.

14 years agoFixed tabs in ChangeLog
Tomek Mrugalski [Mon, 17 Oct 2011 11:08:31 +0000 (13:08 +0200)] 
Fixed tabs in ChangeLog

14 years agocppcheck warnings removed.
Tomek Mrugalski [Mon, 17 Oct 2011 11:06:56 +0000 (13:06 +0200)] 
cppcheck warnings removed.

14 years agoCompilation fix for io_address_unittest.cc
Tomek Mrugalski [Mon, 17 Oct 2011 10:51:45 +0000 (12:51 +0200)] 
Compilation fix for io_address_unittest.cc

14 years agoMerge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Tomek Mrugalski [Mon, 17 Oct 2011 09:33:04 +0000 (11:33 +0200)] 
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

Conflicts:
ChangeLog

14 years ago[1305] added new ZoneFinder definitions to the python wrapper and some simple
JINMEI Tatuya [Mon, 17 Oct 2011 07:44:36 +0000 (00:44 -0700)] 
[1305] added new ZoneFinder definitions to the python wrapper and some simple
tests.  updated pydoc string (and fixed some unrelated editorial problems
in the original version)

14 years ago[1305] doxygen editorial fixes so that it will be more friendly with pydoc
JINMEI Tatuya [Mon, 17 Oct 2011 07:19:47 +0000 (00:19 -0700)] 
[1305] doxygen editorial fixes so that it will be more friendly with pydoc
conversion.

14 years ago[1305] added NO_WILDCARD option for ZoneFilder::find()
JINMEI Tatuya [Sat, 15 Oct 2011 06:57:31 +0000 (23:57 -0700)] 
[1305] added NO_WILDCARD option for ZoneFilder::find()

14 years ago[1305] refactoring the test: extended the MockAccessor to generalize findPreviousName().
JINMEI Tatuya [Sat, 15 Oct 2011 06:06:31 +0000 (23:06 -0700)] 
[1305] refactoring the test: extended the MockAccessor to generalize findPreviousName().

14 years ago[1305] clarified the behavior of various variants of NXRRSET.
JINMEI Tatuya [Sat, 15 Oct 2011 00:02:11 +0000 (17:02 -0700)] 
[1305] clarified the behavior of various variants of NXRRSET.
originally I intended to introduce a new result code, WILDCARD_EMPTY, but
on furhter thought and look it seems we don't need it.  so this commit
is to just clarify the doxygen comments more.

14 years ago[1305] added a test case for DNAME on wildcard.
JINMEI Tatuya [Sat, 15 Oct 2011 00:01:10 +0000 (17:01 -0700)] 
[1305] added a test case for DNAME on wildcard.
(not directly related to the subject of this task, but to clarify the
behavior)

14 years ago[1305] introduce WILDCARD_CNAME for ZoneFinder::Result, and use it for CNAME
JINMEI Tatuya [Sat, 15 Oct 2011 00:00:30 +0000 (17:00 -0700)] 
[1305] introduce WILDCARD_CNAME for ZoneFinder::Result, and use it for CNAME
on a wildcard.

14 years ago[master] changelog entry for ticket 1286
Jeremy C. Reed [Fri, 14 Oct 2011 21:34:08 +0000 (16:34 -0500)] 
[master] changelog entry for ticket 1286

14 years agoMerge branch 'trac1286'
Jeremy C. Reed [Fri, 14 Oct 2011 21:21:51 +0000 (16:21 -0500)] 
Merge branch 'trac1286'

14 years ago[trac1286] do not install libbench
Jeremy C. Reed [Fri, 14 Oct 2011 21:20:09 +0000 (16:20 -0500)] 
[trac1286] do not install libbench

From jinmei: ``It's not intended for general purpose use, and only
our internal micro benchmark tools need it.''

14 years ago[1186] Removed libdhcp_unittests on libutil_unitests.la
Tomek Mrugalski [Fri, 14 Oct 2011 14:52:20 +0000 (16:52 +0200)] 
[1186] Removed libdhcp_unittests on libutil_unitests.la

14 years ago[1186] Reverting changes to src/lib/Makefile.am in commit d647a458
Tomek Mrugalski [Fri, 14 Oct 2011 14:40:21 +0000 (16:40 +0200)] 
[1186] Reverting changes to src/lib/Makefile.am in commit d647a458

14 years ago[1186] Removed compilation warnings in option6_addrlst_unittest
Tomek Mrugalski [Fri, 14 Oct 2011 14:18:59 +0000 (16:18 +0200)] 
[1186] Removed compilation warnings in option6_addrlst_unittest

14 years ago[1186] Yet another set of changes after review.
Tomek Mrugalski [Fri, 14 Oct 2011 12:13:32 +0000 (14:13 +0200)] 
[1186] Yet another set of changes after review.

 - implementation for setProto() added
 - EXPECT_NO_THROW around many object creations added

14 years ago[1186] Changes after second review
Tomek Mrugalski [Fri, 14 Oct 2011 11:52:03 +0000 (13:52 +0200)] 
[1186] Changes after second review

- added passing by reference in many places
- started using writeUint16/readUint16 functions

14 years ago[1186] doxygen comments cleanup.
Tomek Mrugalski [Fri, 14 Oct 2011 10:07:23 +0000 (12:07 +0200)] 
[1186] doxygen comments cleanup.

14 years ago[1186] control_buf_ is now scoped_array<char> in dhcp/iface_mgr
Tomek Mrugalski [Fri, 14 Oct 2011 10:00:02 +0000 (12:00 +0200)] 
[1186] control_buf_ is now scoped_array<char> in dhcp/iface_mgr

14 years ago[1186] Changes in reply to review comment 13.
Tomek Mrugalski [Fri, 14 Oct 2011 09:53:59 +0000 (11:53 +0200)] 
[1186] Changes in reply to review comment 13.

14 years ago[1186] Fix problems when compiling with gcc 4.4.5
Stephen Morris [Thu, 13 Oct 2011 15:08:39 +0000 (16:08 +0100)] 
[1186] Fix problems when compiling with gcc 4.4.5

14 years ago[1186] Added missing includes.
Tomek Mrugalski [Wed, 12 Oct 2011 16:46:35 +0000 (18:46 +0200)] 
[1186] Added missing includes.

14 years ago[1186] Part 7 of review changes.
Tomek Mrugalski [Wed, 12 Oct 2011 15:03:23 +0000 (17:03 +0200)] 
[1186] Part 7 of review changes.

- test clean-up and improvements

14 years agoCompilation fixes in dhcpv6_srv following recent changes in DHCPv6 Options.
Tomek Mrugalski [Wed, 12 Oct 2011 12:49:10 +0000 (14:49 +0200)] 
Compilation fixes in dhcpv6_srv following recent changes in DHCPv6 Options.

14 years ago[1186] Part 6 of review changes.
Tomek Mrugalski [Wed, 12 Oct 2011 12:43:37 +0000 (14:43 +0200)] 
[1186] Part 6 of review changes.

- Added V6ADDRESS_LEN and V4ADDRESS_LEN
- Removed unnecessary parameters to Option constructors
- Many missing Doxygen comments added
- using sizeof(uintXX_t) instead of 2 and 4 in pack()/unpack()
- Many other smaller changes.

14 years ago[1186] Part 5 of the review changes
Tomek Mrugalski [Wed, 12 Oct 2011 09:35:28 +0000 (11:35 +0200)] 
[1186] Part 5 of the review changes

- Option6Lst is now Option6Collection
- Corrected data_len_ mistake in Option::pack4
- Added comments about length calculation
- Added doxygen comments
- Some const and references added
- Many other minor changes.

14 years ago[1186] Part 4 of review changes
Tomek Mrugalski [Tue, 11 Oct 2011 17:48:55 +0000 (19:48 +0200)] 
[1186] Part 4 of review changes

 - added consts in packOption6, unpackOptions6
 - removed version() method
 - alignments fixed in dhcp6.h