]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
9 years ago[master] ChangeLog for trac3259 trac4121_base
Stephen Morris [Thu, 12 Nov 2015 12:50:53 +0000 (12:50 +0000)] 
[master] ChangeLog for trac3259

9 years ago[master] Merge branch 'trac3259'
Stephen Morris [Thu, 12 Nov 2015 12:48:30 +0000 (12:48 +0000)] 
[master] Merge branch 'trac3259'

9 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Francis Dupont [Wed, 11 Nov 2015 21:55:38 +0000 (22:55 +0100)] 
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea

9 years ago[master] Trivial comment fix
Francis Dupont [Wed, 11 Nov 2015 21:55:18 +0000 (22:55 +0100)] 
[master] Trivial comment fix

9 years ago[master] Added ChangeLog entry 1046 for #3601
Thomas Markwalder [Wed, 11 Nov 2015 20:24:43 +0000 (15:24 -0500)] 
[master] Added ChangeLog entry 1046 for #3601

9 years ago[master] Removed periods from log messages
Thomas Markwalder [Wed, 11 Nov 2015 20:19:38 +0000 (15:19 -0500)] 
[master] Removed periods from log messages

    src/lib/dhcpsrv/dhcpsrv_messages.mes

9 years ago[master] MemfileLeaseMgr now supports upgrading/downgrading lease files
Thomas Markwalder [Wed, 11 Nov 2015 19:58:12 +0000 (14:58 -0500)] 
[master] MemfileLeaseMgr now supports upgrading/downgrading lease files

    Merged in branch 'trac3601'

9 years ago[3601] More review comments
Thomas Markwalder [Wed, 11 Nov 2015 19:55:57 +0000 (14:55 -0500)] 
[3601] More review comments

Minor log message and comment wording

9 years ago[master] Added ChangeLog entry 1045 for #4095 trac4097_base
Thomas Markwalder [Wed, 11 Nov 2015 16:23:44 +0000 (11:23 -0500)] 
[master] Added ChangeLog entry 1045 for #4095

9 years ago[master] Added client class storgae classes to libdhcpsrv
Thomas Markwalder [Wed, 11 Nov 2015 16:05:28 +0000 (11:05 -0500)] 
[master] Added client class storgae classes to libdhcpsrv

    Merged in #4095.

9 years ago[master] Added a check on rcode avoiding unused errors
Francis Dupont [Wed, 11 Nov 2015 16:02:12 +0000 (17:02 +0100)] 
[master] Added a check on rcode avoiding unused errors

9 years ago[4095] reindent
Francis Dupont [Wed, 11 Nov 2015 15:21:04 +0000 (16:21 +0100)] 
[4095] reindent

9 years ago[4095] spelling & co
Francis Dupont [Wed, 11 Nov 2015 15:11:15 +0000 (16:11 +0100)] 
[4095] spelling & co

9 years ago[4095] spelling
Francis Dupont [Wed, 11 Nov 2015 15:01:01 +0000 (16:01 +0100)] 
[4095] spelling

9 years ago[3601] Addressed additional review comments
Thomas Markwalder [Wed, 11 Nov 2015 14:59:40 +0000 (09:59 -0500)] 
[3601] Addressed additional review comments

doc/guide/admin.xml
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/lease_file_loader.h
    minor clean up, typos

src/lib/dhcpsrv/tests/csv_lease_file4_unittest.cc
src/lib/dhcpsrv/tests/csv_lease_file6_unittest.cc
    removed unnecessary use of scoped_ptr

src/lib/util/csv_file.cc
    CSVRow::trim() - replaced use of std::vector<>::erase with resise

src/lib/util/versioned_csv_file.h
src/lib/util/versioned_csv_file.cc
    VersionedCSVFile::next() - reorganized to use input_schema_state_
    VersionedCSVFile::columnCountError() - new convenience method
    minor cleanups

9 years ago[master] Updated git hash (forgotten)
Francis Dupont [Wed, 11 Nov 2015 14:56:56 +0000 (15:56 +0100)] 
[master] Updated git hash (forgotten)

9 years ago[master] Merge remote-tracking branch 'github/master'
Stephen Morris [Wed, 11 Nov 2015 14:08:25 +0000 (14:08 +0000)] 
[master] Merge remote-tracking branch 'github/master'

Merged in change made to GitHub for ticket trac4111.

9 years ago[master] Finished merge of trac4060a (Kea multi-threaded)
Francis Dupont [Wed, 11 Nov 2015 12:52:55 +0000 (13:52 +0100)] 
[master] Finished merge of trac4060a (Kea multi-threaded)

9 years ago[master] Merged trac4060a (Kea multi-threaded)
Francis Dupont [Wed, 11 Nov 2015 12:50:07 +0000 (13:50 +0100)] 
[master] Merged trac4060a (Kea multi-threaded)

9 years ago[4095] Implemented new classes for storing client class definitions
Thomas Markwalder [Tue, 10 Nov 2015 20:40:00 +0000 (15:40 -0500)] 
[4095] Implemented new classes for storing client class definitions

src/lib/dhcpsrv/client_class_def.cc
src/lib/dhcpsrv/client_class_def.h
src/lib/dhcpsrv/tests/client_class_def_unittest.cc
    New files that define client class storage classes and tests

src/lib/dhcp/classify.h
    Amended commentary to reflect how these classes are now being used.

src/lib/dhcp/option.h
    Added typedefs:
        boost::shared_ptr<Option> OptionPtr;
        boost::shared_ptr<OptionCollection> OptionCollectionPtr;

src/lib/dhcpsrv/Makefile.am
    Added entries for new files

src/lib/dhcpsrv/tests/Makefile.am
    Added entries for new file

src/lib/eval/token.h b/src/lib/eval/token.h
    Added typedef:
        boost::shared_ptr<Expression> ExpressionPtr;

9 years ago[3601] Addressed review comments, added ability to downgrade
Thomas Markwalder [Tue, 10 Nov 2015 14:20:44 +0000 (09:20 -0500)] 
[3601] Addressed review comments, added ability to downgrade

Several minor cleanup items based on review comments.  Implemented
support for downgrading files from newer schema versions:

doc/guide/admin.xml
    amended text on upgrading memfile to discuss downgrading

src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/lease_file_loader.h
    revamped log messages to accomodate downgrading

src/lib/dhcpsrv/memfile_lease_mgr.cc
src/lib/dhcpsrv/memfile_lease_mgr.h
    added commentary to MemfileLeaseMgr ctor
    automatic conversion logic accomdates both upgrading and downgrading

src/lib/dhcpsrv/tests/csv_lease_file4_unittest.cc
src/lib/dhcpsrv/tests/csv_lease_file6_unittest.cc
    replaced tooManyHeaderColumns test with downGrade test

src/lib/util/csv_file.h
src/lib/util/csv_file.cc
    added CSVRow::trim()

src/lib/util/tests/csv_file_unittest.cc
    added CSVRow.trim test

src/lib/util/tests/versioned_csv_file_unittest.cc
    added VersionedCSVFileTest.currentSchemaTest test
    replaced tooManyHeaderColumns test with downGrading test
    revamped tests to check  getInputSchemaState() and needsConversion()

src/lib/util/versioned_csv_file.h
    Updated commentary to describe downgrade support

src/lib/util/versioned_csv_file.cc
    enum InputSchemaState
    input_schema_state_
    input_header_count_
    getInputHeaderCount()
    getInputSchemaState()
    needsConversion()

    next(CSVRow& row) - now supports downgrading rows
    validateHeder() -  now throws if called when no schema has been defined,
    and supports downgrading rows

9 years ago[3259] Changes after review
Stephen Morris [Mon, 9 Nov 2015 12:41:52 +0000 (12:41 +0000)] 
[3259] Changes after review

1. Updated Kea guide to note that removing the hooks-libraries
   configuration element does not always have the expected effect.
2. Moved some documentation from the dhcp_parsers.cc file to the .h file.
3. Expanded checking of the contents of the hooks-libraries configuration
   element.

9 years ago[master] Updated git hash trac4115_base
Francis Dupont [Thu, 5 Nov 2015 22:40:42 +0000 (23:40 +0100)] 
[master] Updated git hash

9 years ago[master] Finished merge of trac4091 (hex strings)
Francis Dupont [Thu, 5 Nov 2015 22:37:26 +0000 (23:37 +0100)] 
[master] Finished merge of trac4091 (hex strings)

9 years ago[master] Merged trac4091 (hex strings)
Francis Dupont [Thu, 5 Nov 2015 22:35:24 +0000 (23:35 +0100)] 
[master] Merged trac4091 (hex strings)

9 years ago[4091] Changed to require at least one hexdigit
Francis Dupont [Thu, 5 Nov 2015 22:32:15 +0000 (23:32 +0100)] 
[4091] Changed to require at least one hexdigit

9 years ago[4091] Addressed comments (0x prefix, deciding in constructor)
Francis Dupont [Thu, 5 Nov 2015 01:39:28 +0000 (02:39 +0100)] 
[4091] Addressed comments (0x prefix, deciding in constructor)

9 years ago[4091] Better odd check
Francis Dupont [Thu, 5 Nov 2015 00:58:13 +0000 (01:58 +0100)] 
[4091] Better odd check

9 years ago[4091] Missed changes
Francis Dupont [Wed, 4 Nov 2015 22:41:05 +0000 (23:41 +0100)] 
[4091] Missed changes

9 years ago[master] Updated git hash
Francis Dupont [Wed, 4 Nov 2015 05:14:54 +0000 (06:14 +0100)] 
[master] Updated git hash

9 years ago[master] Finished merge of trac3927 (default in option-def)
Francis Dupont [Wed, 4 Nov 2015 05:13:50 +0000 (06:13 +0100)] 
[master] Finished merge of trac3927 (default in option-def)

9 years ago[master] Merged trac3927 (default in option-def)
Francis Dupont [Wed, 4 Nov 2015 04:55:49 +0000 (05:55 +0100)] 
[master] Merged trac3927 (default in option-def)

9 years ago[3927] Fixed typo in previous change
Francis Dupont [Wed, 4 Nov 2015 04:02:40 +0000 (05:02 +0100)] 
[3927] Fixed typo in previous change

9 years ago[3259] Corrected a typo.
Marcin Siodelski [Wed, 4 Nov 2015 02:31:57 +0000 (11:31 +0900)] 
[3259] Corrected a typo.

9 years ago[3927] Addressed minor comments
Francis Dupont [Wed, 4 Nov 2015 02:24:03 +0000 (03:24 +0100)] 
[3927] Addressed minor comments

9 years ago[3601] Added discussion of memfile lease file upgrading to admin guide
Thomas Markwalder [Tue, 3 Nov 2015 19:51:21 +0000 (14:51 -0500)] 
[3601] Added discussion of memfile lease file upgrading to admin guide

9 years ago[3601] Added unit tests for automatic LFC upgrade
Thomas Markwalder [Tue, 3 Nov 2015 19:21:02 +0000 (14:21 -0500)] 
[3601] Added unit tests for automatic LFC upgrade

src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc
    Added two new unit tests to verify lease file upgrade
    via automatic LFC invocation:
        TEST_F(MemfileLeaseMgrTest, leaseUpgrade4)
        TEST_F(MemfileLeaseMgrTest, leaseUpgrade6)

9 years ago[3601] Memfile_LeaseMgr now runs LFC automatically if lease files need upgrading
Thomas Markwalder [Tue, 3 Nov 2015 15:53:28 +0000 (10:53 -0500)] 
[3601] Memfile_LeaseMgr now runs LFC automatically if lease files need upgrading

Memfile_LeaseMgr loads the lease files during instantiation. If it detects
that any of the files loaded are out of date, it will invoke LFC directly,
whether or not LFC is enabled.

src/lib/dhcpsrv/dhcpsrv_messages.mes
    added two new log messages:
        DHCPRSV_MEMFILE_UPGRADING_LEASE_FILES
        DHCPSRV_MEMFILE_NEEDS_UPGRADING

src/lib/dhcpsrv/lease_file_loader.h
    LeaseFileLoader::load() - emits DHCPSRV_MEMFILE_NEEDS_UPGRADING log
    when an out of date file is detected

src/lib/dhcpsrv/memfile_lease_mgr.cc
    LFCSetup::setup() - added run_once_now parameter, which causes the
    method to invoke the LFC callback immediately, regardless of the value
    of LFC interval.
    Memfile_LeaseMgr::Memfile_LeaseMgr() - added logic to track if
    files loaded need upgrading and pass that into lfcSetup()

    Memfile_LeaseMgr::loadLeasesFromFiles() - change to return a boolean
    true if any of the files loaded need upgrading.

    Memfile_LeaseMgr::lfcSetup() - added upgrade_needed parameter, which
    is passed through to LFCSetup::setup() as "run_once_now"

9 years ago[3601] Added methods to VersionedCSVFile for tracking when updating is needed
Thomas Markwalder [Tue, 3 Nov 2015 15:03:26 +0000 (10:03 -0500)] 
[3601] Added methods to VersionedCSVFile for tracking when updating is needed

src/lib/util/csv_file.h
    Made recreate() virtual

src/lib/util/versioned_csv_file.h
src/lib/util/versioned_csv_file.cc
    Added several methods to VersionedCSVFile:

    getValidColumnCount() - returns number of valid columns in header

    recreate() - wraps base class method, ensuring valid column
    count gets set to number of defined columns for new files

    needsUpgrading() - returns bool true if file schema is out of date

    getInputSchemaVersion() - returns schema version found in file

    getSchemaVersion() - returns current schema version

    getVersionedColumn() - returns the column definition for a given index

src/lib/util/tests/versioned_csv_file_unittest.cc
    Added checks for new methods to existing tests

9 years ago[4091] Implemented, need tests
Francis Dupont [Tue, 3 Nov 2015 09:25:17 +0000 (10:25 +0100)] 
[4091] Implemented, need tests

9 years ago[4091] Renamed main (cf #4114)
Francis Dupont [Tue, 3 Nov 2015 08:48:11 +0000 (09:48 +0100)] 
[4091] Renamed main (cf #4114)

9 years ago[4060a] Cleaned up (partially, i.e., keep ugly but working code)
Francis Dupont [Tue, 3 Nov 2015 06:10:38 +0000 (07:10 +0100)] 
[4060a] Cleaned up (partially, i.e., keep ugly but working code)

9 years agoMerge branch 'trac4090' Add support for OptionSubstring to the eval code trac4116_base
Shawn Routhier [Tue, 3 Nov 2015 00:40:38 +0000 (16:40 -0800)] 
Merge branch 'trac4090'  Add support for OptionSubstring to the eval code

9 years ago[trac4090] Update per second set of review comments
Shawn Routhier [Tue, 3 Nov 2015 00:38:50 +0000 (16:38 -0800)] 
[trac4090] Update per second set of review comments

Remove change log entry as it isn't needed

Update eval log description in user guide.

9 years ago[trac4090] Add the forgotten eval_log.c and eval_log.h files
Shawn Routhier [Mon, 2 Nov 2015 21:25:34 +0000 (13:25 -0800)] 
[trac4090] Add the forgotten eval_log.c and eval_log.h files

9 years ago[trac4090] Setup logger for eval
Shawn Routhier [Mon, 2 Nov 2015 21:10:06 +0000 (13:10 -0800)] 
[trac4090] Setup logger for eval

9 years ago[trac4090] Update per review comments.
Shawn Routhier [Mon, 2 Nov 2015 19:22:23 +0000 (11:22 -0800)] 
[trac4090] Update per review comments.

Update per the review comments except for the logging
stuff which will be done next.

9 years ago[3601] CSVLeaseFile4 and CSVLeaseFile6 now derive from VersionedCSVFile
Thomas Markwalder [Mon, 2 Nov 2015 16:14:56 +0000 (11:14 -0500)] 
[3601] CSVLeaseFile4 and CSVLeaseFile6 now derive from  VersionedCSVFile

src/lib/dhcpsrv/csv_lease_file4.h
src/lib/dhcpsrv/csv_lease_file4.cc
    - CSVLeaseFile4 now derives from VersionedCSVFile
    - initializes schema metadata not just column names
    - uses VersionedCSVFile methods rather than CSVFile methods

src/lib/dhcpsrv/csv_lease_file6.h
src/lib/dhcpsrv/csv_lease_file6.cc
    - CSVLeaseFile6 now derives from VersionedCSVFile
    - initializes schema metadata not just column names
    - uses VersionedCSVFile methods rather than CSVFile methods

src/lib/dhcpsrv/tests/csv_lease_file4_unittest.cc
    - Added new unit tests:
    TEST_F(CSVLeaseFile4Test, mixedSchemaload)
    TEST_F(CSVLeaseFile4Test, tooFewHeaderColumns)
    TEST_F(CSVLeaseFile4Test, invalidHeaderColumn)
    TEST_F(CSVLeaseFile4Test, tooManyHeaderColumns)

src/lib/dhcpsrv/tests/csv_lease_file6_unittest.cc
    - Added new unit tests:
    TEST_F(CSVLeaseFile6Test, mixedSchemaLoad)
    TEST_F(CSVLeaseFile6Test, tooFewHeaderColumns)
    TEST_F(CSVLeaseFile6Test, invalidHeaderColumn)
    TEST_F(CSVLeaseFile6Test, tooManyHeaderColumns)

9 years ago[3601] Added isc::util::VersionedCSVFile
Thomas Markwalder [Mon, 2 Nov 2015 15:49:40 +0000 (10:49 -0500)] 
[3601] Added isc::util::VersionedCSVFile

src/lib/util/versioned_csv_file.h
src/lib/util/versioned_csv_file.cc
    New files which implement VersionedCSVFile, CSV file which can
    support mulitple schema versions

src/lib/util/tests/versioned_csv_file_unittest.h
src/lib/util/tests/versioned_csv_file_unittest.cc
    new files for Unit tests for VersionedCSVFile

src/lib/util/Makefile.am
    added new files

src/lib/util/csv_file.cc
    includes read error message if header fails to validate

src/lib/util/csv_file.h
    removed @todo for 3626, no longer applicable

src/lib/util/tests/Makefile.am
    added versioned_csv_file_unittest.cc

9 years ago[master] Fixed 4o6subnetInterfaceId for not 64 bit machines (from hackathon94) trac4113_base
Francis Dupont [Mon, 2 Nov 2015 04:10:45 +0000 (05:10 +0100)] 
[master] Fixed 4o6subnetInterfaceId for not 64 bit machines (from hackathon94)

9 years ago[master] Use LeaseMgrFactory::instance() rather than constructor.
Marcin Siodelski [Mon, 2 Nov 2015 03:30:58 +0000 (12:30 +0900)] 
[master] Use LeaseMgrFactory::instance() rather than constructor.

This fixes issues reported by the coverity scans recently.

9 years agoMerge branch 'trac4111'
JINMEI Tatuya [Sun, 1 Nov 2015 02:19:24 +0000 (11:19 +0900)] 
Merge branch 'trac4111'

9 years ago[4111] constify
JINMEI Tatuya [Sun, 1 Nov 2015 02:02:02 +0000 (11:02 +0900)] 
[4111] constify

9 years ago[4111] Added an emptyOptionData unit test
Francis Dupont [Sun, 1 Nov 2015 01:10:57 +0000 (02:10 +0100)] 
[4111] Added an emptyOptionData unit test

9 years ago[4111] Style in checkEmpty
Francis Dupont [Sun, 1 Nov 2015 01:08:58 +0000 (02:08 +0100)] 
[4111] Style in checkEmpty

9 years ago[3927] Added a defaultSpaceOptionDefTest unit test
Francis Dupont [Sun, 1 Nov 2015 00:41:15 +0000 (01:41 +0100)] 
[3927] Added a defaultSpaceOptionDefTest unit test

9 years ago[3927] Fixed spurious 4 in DHCPv6 guide
Francis Dupont [Sun, 1 Nov 2015 00:14:11 +0000 (01:14 +0100)] 
[3927] Fixed spurious 4 in DHCPv6 guide

9 years ago[4111] added a test case for an empty Option6AddrLst.
JINMEI Tatuya [Sat, 31 Oct 2015 23:51:51 +0000 (08:51 +0900)] 
[4111] added a test case for an empty Option6AddrLst.

also renamed a local variable to coform to coding guideline (don't use
the camel style for variables)

9 years ago[master] AUTHORS updated after recent changes.
Tomek Mrugalski [Sat, 31 Oct 2015 11:55:34 +0000 (20:55 +0900)] 
[master] AUTHORS updated after recent changes.

9 years ago[master] Merge branch 'trac4105' (4o6 configuration parameters)
Tomek Mrugalski [Sat, 31 Oct 2015 11:36:55 +0000 (20:36 +0900)] 
[master] Merge branch 'trac4105' (4o6 configuration parameters)

9 years ago[4105] Grammar fixed.
Tomek Mrugalski [Sat, 31 Oct 2015 11:34:38 +0000 (20:34 +0900)] 
[4105] Grammar fixed.

9 years ago[4105] config parser now uses getOptionalParam() methods.
Tomek Mrugalski [Sat, 31 Oct 2015 11:33:29 +0000 (20:33 +0900)] 
[4105] config parser now uses getOptionalParam() methods.

9 years ago[4105] Changes after review:
Tomek Mrugalski [Sat, 31 Oct 2015 11:24:04 +0000 (20:24 +0900)] 
[4105] Changes after review:

 - getters/setters implemented in Cfg4o6.
 - extra space removed.

9 years ago[master] Finished trac4027 aka Pkt4o6 merge trac4110_base
Francis Dupont [Sat, 31 Oct 2015 10:40:42 +0000 (11:40 +0100)] 
[master] Finished trac4027 aka Pkt4o6 merge

9 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Tomek Mrugalski [Sat, 31 Oct 2015 10:32:06 +0000 (19:32 +0900)] 
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea

9 years ago[master] Merge remote-tracking branch 'github/master'
Tomek Mrugalski [Sat, 31 Oct 2015 10:31:13 +0000 (19:31 +0900)] 
[master] Merge remote-tracking branch 'github/master'

9 years ago[4027] removed an unused variable
JINMEI Tatuya [Sat, 31 Oct 2015 10:02:23 +0000 (19:02 +0900)] 
[4027] removed an unused variable

(besides, this type of file-static definition is dangerious - it can lead to
static initialization fiasco).

9 years ago[4027] added some explanatory comments for Pkt4o6::pack().
JINMEI Tatuya [Sat, 31 Oct 2015 10:01:02 +0000 (19:01 +0900)] 
[4027] added some explanatory comments for Pkt4o6::pack().

9 years ago[4027] added some references
JINMEI Tatuya [Sat, 31 Oct 2015 09:57:59 +0000 (18:57 +0900)] 
[4027] added some references

9 years agoMerge branch 'trac4027' of github.com:isc-projects/kea into trac4027
JINMEI Tatuya [Sat, 31 Oct 2015 09:49:53 +0000 (18:49 +0900)] 
Merge branch 'trac4027' of github.com:isc-projects/kea into trac4027

with resolving conflict (the HEAD version wasn't complete)
src/lib/dhcp/tests/pkt4o6_unittest.cc

9 years ago[4027] Minor corrections.
Tomek Mrugalski [Sat, 31 Oct 2015 09:49:07 +0000 (18:49 +0900)] 
[4027] Minor corrections.

9 years ago[4027] use a single underscore version of uint8_t for consistency
JINMEI Tatuya [Sat, 31 Oct 2015 09:47:03 +0000 (18:47 +0900)] 
[4027] use a single underscore version of uint8_t for consistency

(and perhaps the double-underscore version is non-standard)

9 years ago[master] Merged trac4107 (HCPv4-over-DHCPv6 message and option definitions) trac4109_base
Francis Dupont [Sat, 31 Oct 2015 08:52:34 +0000 (09:52 +0100)] 
[master] Merged trac4107 (HCPv4-over-DHCPv6 message and option definitions)

9 years ago[4107] Added several comments.
Tomek Mrugalski [Sat, 31 Oct 2015 08:32:28 +0000 (17:32 +0900)] 
[4107] Added several comments.

9 years ago[4027] added some more comments for tests
JINMEI Tatuya [Sat, 31 Oct 2015 08:22:49 +0000 (17:22 +0900)] 
[4027] added some more comments for tests

9 years ago[4027] added unit tests for Pkt4o6Test
JINMEI Tatuya [Sat, 31 Oct 2015 08:20:25 +0000 (17:20 +0900)] 
[4027] added unit tests for Pkt4o6Test

(with other some small cleanups)

9 years ago[4107] Minor comments update for options 100-102
Tomek Mrugalski [Sat, 31 Oct 2015 08:19:37 +0000 (17:19 +0900)] 
[4107] Minor comments update for options 100-102

9 years ago[4105] Implement 4o6-interface-id parameter.
Tomek Mrugalski [Sat, 31 Oct 2015 07:47:51 +0000 (16:47 +0900)] 
[4105] Implement 4o6-interface-id parameter.

9 years ago[4107] Added new standard options in the guide table
Francis Dupont [Sat, 31 Oct 2015 05:53:34 +0000 (06:53 +0100)] 
[4107] Added new standard options in the guide table

9 years ago[4107] Added the 2 private options (now update the doc)
Francis Dupont [Sat, 31 Oct 2015 05:35:23 +0000 (06:35 +0100)] 
[4107] Added the 2 private options (now update the doc)

9 years ago[4105] Subnet4 parser updated to accept 4o6-interface, 4o6-subnet parameters
Tomek Mrugalski [Sat, 31 Oct 2015 05:08:01 +0000 (14:08 +0900)] 
[4105] Subnet4 parser updated to accept 4o6-interface, 4o6-subnet parameters

9 years ago[4107] Ported changes from fd4o6 (so not finished)
Francis Dupont [Sat, 31 Oct 2015 04:47:08 +0000 (05:47 +0100)] 
[4107] Ported changes from fd4o6 (so not finished)

9 years ago[4027] enable DHCP4o6 option macros
JINMEI Tatuya [Sat, 31 Oct 2015 04:46:05 +0000 (13:46 +0900)] 
[4027] enable DHCP4o6 option macros

9 years ago[fd4o6] Adjusted Pkt6 pointer type
Francis Dupont [Thu, 8 Oct 2015 03:15:28 +0000 (05:15 +0200)] 
[fd4o6] Adjusted Pkt6 pointer type

9 years ago[4027] incorporated part of c0044e3 from fd4o6 branch
JINMEI Tatuya [Sat, 31 Oct 2015 04:29:05 +0000 (13:29 +0900)] 
[4027] incorporated part of c0044e3 from fd4o6 branch

(not cherry-picking it because the commit has other irrelevant changes)

9 years ago[fd4o6] Added DHCPv4-over-DHCPv6 packet class
Francis Dupont [Mon, 14 Sep 2015 14:36:42 +0000 (16:36 +0200)] 
[fd4o6] Added DHCPv4-over-DHCPv6 packet class

9 years ago[4105] 4o6 configuration structure, unit-tests implemented
Tomek Mrugalski [Sat, 31 Oct 2015 04:20:31 +0000 (13:20 +0900)] 
[4105] 4o6 configuration structure, unit-tests implemented

9 years ago[trac4090] Add support for TokenSubstring
Shawn Routhier [Fri, 30 Oct 2015 07:20:48 +0000 (00:20 -0700)] 
[trac4090] Add support for TokenSubstring

Add support and testing for TokenSubstring.  This token
takes three paramaters (string, start and length) and produces
a new string based on the original string.  It allows negative
values for start and length causing it to count from the end
of the string for start and to get characters before the start
point for length.

9 years ago[3259] Ensure hooks example configuration files are copied on an install
Stephen Morris [Thu, 29 Oct 2015 17:51:12 +0000 (17:51 +0000)] 
[3259] Ensure hooks example configuration files are copied on an install

9 years ago[master] ChangeLog updated. trac4106_base trac4107_base
Tomek Mrugalski [Thu, 29 Oct 2015 16:59:22 +0000 (01:59 +0900)] 
[master] ChangeLog updated.

9 years ago[master] Merge branch 'trac4081' (src/lib/eval added)
Tomek Mrugalski [Thu, 29 Oct 2015 16:46:16 +0000 (01:46 +0900)] 
[master] Merge branch 'trac4081' (src/lib/eval added)

9 years ago[4081] Added LOG4CPLUS_LIBS to src/lib/eval/tests/Makefile.am
Tomek Mrugalski [Thu, 29 Oct 2015 16:39:12 +0000 (01:39 +0900)] 
[4081] Added LOG4CPLUS_LIBS to src/lib/eval/tests/Makefile.am

9 years ago[4081] Changes after review:
Tomek Mrugalski [Thu, 29 Oct 2015 16:19:33 +0000 (01:19 +0900)] 
[4081] Changes after review:

 - Copyright years corrected
 - Additional AM_CXXFLAGS for gcc added
 - LOG4CPLUS libs added to LDFLAGS
 - New unit-test for optionString for IPv6 packets added
 - Several comments in token.h clarified/corrected
 - Exception message extended slightly

9 years ago[3259] Changes after review
Stephen Morris [Thu, 29 Oct 2015 15:03:48 +0000 (15:03 +0000)] 
[3259] Changes after review

9 years ago[master] Changed string.h for cstring (cf #4089)
Francis Dupont [Wed, 28 Oct 2015 16:10:01 +0000 (17:10 +0100)] 
[master] Changed string.h for cstring (cf #4089)

9 years ago[3259] Updates to handle new syntax only
Stephen Morris [Wed, 28 Oct 2015 13:54:39 +0000 (13:54 +0000)] 
[3259] Updates to handle new syntax only

As some incompatible changes have already been made to the hooks
interface (removal of the setSkip method), it seems pointless to
support both old and new hoos-libraries syntax.  These modifications
remove support for the old syntax.

9 years ago[3259] Corrections to the documentation
Stephen Morris [Wed, 28 Oct 2015 13:18:57 +0000 (13:18 +0000)] 
[3259] Corrections to the documentation

9 years ago[3259] Fixed errors in .spec files.
Stephen Morris [Wed, 28 Oct 2015 11:38:21 +0000 (11:38 +0000)] 
[3259] Fixed errors in .spec files.

9 years ago[3259] Add test to check that mixed syntax element is rejected
Stephen Morris [Wed, 28 Oct 2015 11:27:12 +0000 (11:27 +0000)] 
[3259] Add test to check that mixed syntax element is rejected

9 years ago[3259] Updating non-dhcpsrv test with new hooks library syntax
Stephen Morris [Wed, 28 Oct 2015 11:26:48 +0000 (11:26 +0000)] 
[3259] Updating non-dhcpsrv test with new hooks library syntax