]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
9 years ago[3682] Segfault fix in getAll(hwaddr, duid) trac3682
Tomek Mrugalski [Mon, 16 Nov 2015 20:24:05 +0000 (21:24 +0100)] 
[3682] Segfault fix in getAll(hwaddr, duid)

9 years ago[3682] Oops, reverting part of the last commit.
Tomek Mrugalski [Mon, 16 Nov 2015 20:19:03 +0000 (21:19 +0100)] 
[3682] Oops, reverting part of the last commit.

 It was a leftover from debugging a simplified query.

9 years ago[3682] get4(subnet, hwaddr, duid) now works!
Tomek Mrugalski [Mon, 16 Nov 2015 20:09:07 +0000 (21:09 +0100)] 
[3682] get4(subnet, hwaddr, duid) now works!

9 years ago[3682] Compilation fix.
Tomek Mrugalski [Mon, 16 Nov 2015 19:41:27 +0000 (20:41 +0100)] 
[3682] Compilation fix.

9 years ago[3682] Another segfault fix + 2 tests implemented.
Tomek Mrugalski [Mon, 16 Nov 2015 15:27:02 +0000 (16:27 +0100)] 
[3682] Another segfault fix + 2 tests implemented.

9 years ago[3682] Unit-tests for IPv4 reservations are now complete.
Tomek Mrugalski [Fri, 13 Nov 2015 11:32:06 +0000 (12:32 +0100)] 
[3682] Unit-tests for IPv4 reservations are now complete.

9 years ago[3682] Segfault fix in handling hosts with DUIDs
Tomek Mrugalski [Fri, 13 Nov 2015 11:00:36 +0000 (12:00 +0100)] 
[3682] Segfault fix in handling hosts with DUIDs

9 years ago[3682] Implemented unit-tests for distinguishing hw addr and DUID
Tomek Mrugalski [Fri, 13 Nov 2015 11:00:01 +0000 (12:00 +0100)] 
[3682] Implemented unit-tests for distinguishing hw addr and DUID

9 years ago[3682] Several new unit-tests implemented.
Tomek Mrugalski [Fri, 13 Nov 2015 10:29:04 +0000 (11:29 +0100)] 
[3682] Several new unit-tests implemented.

9 years ago[3682] Segfault fix in HostDataSource::get4(subnet, hwaddr, duid)
Tomek Mrugalski [Fri, 13 Nov 2015 08:50:57 +0000 (09:50 +0100)] 
[3682] Segfault fix in HostDataSource::get4(subnet, hwaddr, duid)

9 years ago[3682] Two unit-tests implemented.
Tomek Mrugalski [Fri, 13 Nov 2015 08:47:11 +0000 (09:47 +0100)] 
[3682] Two unit-tests implemented.

9 years ago[3682] Couple segfault fixes in passing parameters to MySQL
Tomek Mrugalski [Tue, 20 Oct 2015 16:53:10 +0000 (18:53 +0200)] 
[3682] Couple segfault fixes in passing parameters to MySQL

9 years ago[3682] Host comparison implemented in unit-tests.
Tomek Mrugalski [Tue, 20 Oct 2015 16:38:14 +0000 (18:38 +0200)] 
[3682] Host comparison implemented in unit-tests.

9 years ago[3682] Added missing description for classesToString
Tomek Mrugalski [Mon, 19 Oct 2015 00:30:59 +0000 (02:30 +0200)] 
[3682] Added missing description for classesToString

9 years ago[3682] checkTimeConversion test renamed.
Tomek Mrugalski [Mon, 19 Oct 2015 00:25:14 +0000 (02:25 +0200)] 
[3682] checkTimeConversion test renamed.

9 years ago[3682] Unit-test for adding basic v4 host reservation added.
Tomek Mrugalski [Mon, 19 Oct 2015 00:16:21 +0000 (02:16 +0200)] 
[3682] Unit-test for adding basic v4 host reservation added.

9 years ago[3682] Stub entries for MySQL host data source unit-tests added.
Tomek Mrugalski [Sun, 18 Oct 2015 22:59:05 +0000 (00:59 +0200)] 
[3682] Stub entries for MySQL host data source unit-tests added.

9 years ago[3682] Several corrections and compilation fixes.
Tomek Mrugalski [Sun, 18 Oct 2015 22:34:47 +0000 (00:34 +0200)] 
[3682] Several corrections and compilation fixes.

9 years ago[3682] Adam's patch applied as-is
Tomek Mrugalski [Sun, 18 Oct 2015 22:32:58 +0000 (00:32 +0200)] 
[3682] Adam's patch applied as-is

9 years ago[3682] Missing db_exceptions.h added.
Tomek Mrugalski [Thu, 8 Oct 2015 22:23:34 +0000 (00:23 +0200)] 
[3682] Missing db_exceptions.h added.

9 years ago[3682] Compilation fixes after rebasing 3682 to trac3681_rebase
Tomek Mrugalski [Fri, 18 Sep 2015 18:29:11 +0000 (20:29 +0200)] 
[3682] Compilation fixes after rebasing 3682 to trac3681_rebase

9 years ago[3682] Patch sent by Adam Kalmus
Tomek Mrugalski [Fri, 18 Sep 2015 17:55:19 +0000 (19:55 +0200)] 
[3682] Patch sent by Adam Kalmus

 The patch did not apply cleanly. The closest commit (with smallest
 number of conflicts was 66fb75897931e04b145c3b4e76239746df82a59c).
 I managed to resolve 2 conflicts.

9 years ago[3681] Minor updates to the MySqlConnection.
Marcin Siodelski [Fri, 28 Aug 2015 07:51:38 +0000 (09:51 +0200)] 
[3681] Minor updates to the MySqlConnection.

9 years ago[3681] Corrections to documentation of the DatabaseConnection class.
Marcin Siodelski [Fri, 28 Aug 2015 06:51:05 +0000 (08:51 +0200)] 
[3681] Corrections to documentation of the DatabaseConnection class.

9 years ago[3681_rebase] Changes after review
Tomek Mrugalski [Mon, 24 Aug 2015 13:18:49 +0000 (15:18 +0200)] 
[3681_rebase] Changes after review

 - Indent fixed
 - Missing parameter descriptions added

9 years ago[3681_rebase] MySQLLeaseMgr uses, but does not derive from MySqlConnection.
Tomek Mrugalski [Fri, 21 Aug 2015 16:27:41 +0000 (18:27 +0200)] 
[3681_rebase] MySQLLeaseMgr uses, but does not derive from MySqlConnection.

9 years ago[3961_rebase] Changes after review:
Tomek Mrugalski [Fri, 21 Aug 2015 13:35:51 +0000 (15:35 +0200)] 
[3961_rebase] Changes after review:

 - DataSource renamed to DatabaseConnection
 - exception now prints missing parameter name
 - description updated
 - unnecessary this removed

10 years ago[3681] shell tests in admin fixed
Tomek Mrugalski [Fri, 26 Jun 2015 10:14:01 +0000 (12:14 +0200)] 
[3681] shell tests in admin fixed

 - ipv6_reservations is now deleted before all other tables

10 years ago[3681] destroySchema is now working properly.
Tomek Mrugalski [Fri, 26 Jun 2015 09:56:50 +0000 (11:56 +0200)] 
[3681] destroySchema is now working properly.

10 years ago[3681] Unnecessary includes removed.
Tomek Mrugalski [Thu, 25 Jun 2015 19:22:58 +0000 (21:22 +0200)] 
[3681] Unnecessary includes removed.

10 years ago[3681] Fixed Memfile derivation.
Tomek Mrugalski [Thu, 25 Jun 2015 18:54:34 +0000 (20:54 +0200)] 
[3681] Fixed Memfile derivation.

10 years ago[3681] Updated dhcpdb_create.mysql, upgrade_2.0_to_3.0.sh.in from master
Tomek Mrugalski [Thu, 25 Jun 2015 17:50:36 +0000 (19:50 +0200)] 
[3681] Updated dhcpdb_create.mysql, upgrade_2.0_to_3.0.sh.in from master

10 years ago[3681] Last patch clean-up:
Tomek Mrugalski [Thu, 25 Jun 2015 17:49:47 +0000 (19:49 +0200)] 
[3681] Last patch clean-up:

 - Unnecessary comments removed;
 - Copyright years updated
 - whitespace sanitized (tabs, trailing spaces removed)
 - unit-tests moved from lease_mgr_factory to data_source
 - includes cleaned up in data_source.cc

10 years ago[3681] Patch as provided by Adam Kalmus:
Tomek Mrugalski [Thu, 25 Jun 2015 17:23:23 +0000 (19:23 +0200)] 
[3681] Patch as provided by Adam Kalmus:

 - schema header is now updated to 3.0
 - copyright years updated
 - doxygen comments added
 - unit-test for upgrading to 3.0 added

10 years ago[3681] Added missing unit-test file.
Tomek Mrugalski [Fri, 17 Apr 2015 19:24:24 +0000 (21:24 +0200)] 
[3681] Added missing unit-test file.

10 years ago[3681] DataSource class added.
Tomek Mrugalski [Fri, 17 Apr 2015 19:21:26 +0000 (21:21 +0200)] 
[3681] DataSource class added.

 - code refactoring after last commit, clean-up, compilation fixes
 - Makefile updates
 - Added new unit-tests for DataSource (mostly moved from LeaseMgr
   unit-tests)

10 years ago[3681] MySQLConnection class implemented
Tomek Mrugalski [Fri, 17 Apr 2015 11:39:45 +0000 (13:39 +0200)] 
[3681] MySQLConnection class implemented

 - patch as sent by Adam Kalmus

10 years ago[master] Merged trac3858a (locat paths in libdhcpsrv_unittests)
Francis Dupont [Thu, 25 Jun 2015 12:08:54 +0000 (14:08 +0200)] 
[master] Merged trac3858a (locat paths in libdhcpsrv_unittests)

10 years ago[master] Merged trac3922 (Stopwatch not copyable) sedhcpv6a_0
Francis Dupont [Thu, 25 Jun 2015 10:54:18 +0000 (12:54 +0200)] 
[master] Merged trac3922 (Stopwatch not copyable)

10 years ago[3922] Made Stopwatch not copyable
Francis Dupont [Wed, 24 Jun 2015 17:45:57 +0000 (19:45 +0200)] 
[3922] Made Stopwatch not copyable

10 years ago[master] ChangeLog updated after 3918 merge. trac3922_base trac3923_base
Tomek Mrugalski [Wed, 24 Jun 2015 16:42:39 +0000 (18:42 +0200)] 
[master] ChangeLog updated after 3918 merge.

10 years ago[master] Merge branch 'trac3918' (KEA_SOCKET_TEST_DIR variable)
Tomek Mrugalski [Wed, 24 Jun 2015 16:41:24 +0000 (18:41 +0200)] 
[master] Merge branch 'trac3918' (KEA_SOCKET_TEST_DIR variable)

Conflicts:
src/lib/util/tests/socketsession_unittest.cc

10 years ago[3918] Changes after review:
Tomek Mrugalski [Wed, 24 Jun 2015 12:42:57 +0000 (14:42 +0200)] 
[3918] Changes after review:

 - filename length is printed if path is too long
 - unit-test added for too long path

10 years ago[3918] Documentation updated.
Tomek Mrugalski [Wed, 24 Jun 2015 12:42:16 +0000 (14:42 +0200)] 
[3918] Documentation updated.

10 years ago[3918] Unix socket tests now use KEA_SOCKET_TEST_DIR env var (if available)
Tomek Mrugalski [Wed, 24 Jun 2015 11:42:47 +0000 (13:42 +0200)] 
[3918] Unix socket tests now use KEA_SOCKET_TEST_DIR env var (if available)

10 years ago[master] Updated git hash trac3919_base trac3920_base trac3921_base
Francis Dupont [Wed, 24 Jun 2015 09:41:25 +0000 (11:41 +0200)] 
[master] Updated git hash

10 years ago[master] Added ChangeLog entry for trac3841 (use remove() vs unlink())
Francis Dupont [Wed, 24 Jun 2015 09:40:41 +0000 (11:40 +0200)] 
[master] Added ChangeLog entry for trac3841 (use remove() vs unlink())

10 years ago[master] Some other/new s/unlink/remove/
Francis Dupont [Wed, 24 Jun 2015 08:09:50 +0000 (10:09 +0200)] 
[master] Some other/new s/unlink/remove/

10 years ago[master] Finished merge of trac3841 (use remove() vs unlink()) at the exception of...
Francis Dupont [Wed, 24 Jun 2015 08:06:52 +0000 (10:06 +0200)] 
[master] Finished merge of trac3841 (use remove() vs unlink()) at the exception of the ChangeLog entry

10 years ago[master] Merged trac3824 (small bugs in dns++ from VS)
Francis Dupont [Wed, 24 Jun 2015 07:44:58 +0000 (09:44 +0200)] 
[master] Merged trac3824 (small bugs in dns++ from VS)

10 years ago[master] Merged trac3828 (IN macros guard)
Francis Dupont [Wed, 24 Jun 2015 07:39:18 +0000 (09:39 +0200)] 
[master] Merged trac3828 (IN macros guard)

10 years ago[3858a] Added some missing getLeaseFilePath() which made MemfileLeaseMgrTest tests...
Francis Dupont [Tue, 23 Jun 2015 19:50:25 +0000 (21:50 +0200)] 
[3858a] Added some missing getLeaseFilePath() which made MemfileLeaseMgrTest tests to failed when ran from other directories

10 years ago[3858a] Rebased to address similar new bugs
Francis Dupont [Tue, 23 Jun 2015 19:14:58 +0000 (21:14 +0200)] 
[3858a] Rebased to address similar new bugs

10 years ago[3828] Updated and added a comment
Francis Dupont [Tue, 23 Jun 2015 19:11:02 +0000 (21:11 +0200)] 
[3828] Updated and added a comment

10 years ago[3918] Documentation updated.
Tomek Mrugalski [Tue, 23 Jun 2015 18:18:37 +0000 (20:18 +0200)] 
[3918] Documentation updated.

10 years ago[3918] UNIX socket path length is now checked.
Tomek Mrugalski [Tue, 23 Jun 2015 18:03:55 +0000 (20:03 +0200)] 
[3918] UNIX socket path length is now checked.

10 years ago[master] Merged trac3899 (error message fixes)
Francis Dupont [Tue, 23 Jun 2015 17:53:34 +0000 (19:53 +0200)] 
[master] Merged trac3899 (error message fixes)

10 years ago[3899] Reindented
Francis Dupont [Tue, 23 Jun 2015 17:52:12 +0000 (19:52 +0200)] 
[3899] Reindented

10 years ago[3899] Updated copyrights
Francis Dupont [Tue, 23 Jun 2015 17:50:54 +0000 (19:50 +0200)] 
[3899] Updated copyrights

10 years ago[3899] Merged strings
Francis Dupont [Tue, 23 Jun 2015 17:50:03 +0000 (19:50 +0200)] 
[3899] Merged strings

10 years ago[master] Merged trac3870 (OPTIONAL macro guard)
Francis Dupont [Tue, 23 Jun 2015 17:44:09 +0000 (19:44 +0200)] 
[master] Merged trac3870 (OPTIONAL macro guard)

10 years ago[3870] Added the OPTIONAL macro guard for d2
Francis Dupont [Tue, 23 Jun 2015 17:42:31 +0000 (19:42 +0200)] 
[3870] Added the OPTIONAL macro guard for d2

10 years ago[3870] Added a comment to explain the guard
Francis Dupont [Tue, 23 Jun 2015 17:42:03 +0000 (19:42 +0200)] 
[3870] Added a comment to explain the guard

10 years ago[master] Merged trac3863 (ntervalTimerTest.startIntervalTimer too strict)
Francis Dupont [Tue, 23 Jun 2015 17:32:11 +0000 (19:32 +0200)] 
[master] Merged trac3863 (ntervalTimerTest.startIntervalTimer too strict)

10 years ago[kea-0.9.2-beta] ChangeLog and configure.ac updated trac3858a_base
Wlodek Wencel [Mon, 22 Jun 2015 15:53:03 +0000 (17:53 +0200)] 
[kea-0.9.2-beta] ChangeLog and configure.ac updated

10 years ago [kea-0.9.2-beta] .mes files reorder
Wlodek Wencel [Mon, 22 Jun 2015 15:52:49 +0000 (17:52 +0200)] 
 [kea-0.9.2-beta] .mes files reorder

10 years ago[master] ChangeLog updated.
Tomek Mrugalski [Mon, 22 Jun 2015 14:48:15 +0000 (16:48 +0200)] 
[master] ChangeLog updated.

10 years ago[3917] Updated version number 0.9.2 => 0.9.2-beta
Tomek Mrugalski [Mon, 22 Jun 2015 14:46:48 +0000 (16:46 +0200)] 
[3917] Updated version number 0.9.2 => 0.9.2-beta

10 years ago[3917] v4 -> v6
Tomek Mrugalski [Mon, 22 Jun 2015 14:45:03 +0000 (16:45 +0200)] 
[3917] v4 -> v6

10 years ago[3917] Missing Management API section added in DHCPv6 chapter.
Tomek Mrugalski [Mon, 22 Jun 2015 14:17:54 +0000 (16:17 +0200)] 
[3917] Missing Management API section added in DHCPv6 chapter.

10 years ago[master] Updated git hash trac3908_base trac3915_base
Francis Dupont [Sun, 21 Jun 2015 22:56:46 +0000 (00:56 +0200)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac3882a (-V database details)
Francis Dupont [Sun, 21 Jun 2015 22:55:56 +0000 (00:55 +0200)] 
[master] Finished merge of trac3882a (-V database details)

10 years ago[master] Merged trac3882a (-V database details)
Francis Dupont [Sun, 21 Jun 2015 22:53:26 +0000 (00:53 +0200)] 
[master] Merged trac3882a (-V database details)

10 years ago[3882a] Extended -V and added -W
Francis Dupont [Sat, 20 Jun 2015 13:45:47 +0000 (15:45 +0200)] 
[3882a] Extended -V and added -W

10 years ago[3882a] Added a comma before library
Francis Dupont [Sat, 20 Jun 2015 13:13:23 +0000 (15:13 +0200)] 
[3882a] Added a comma before library

10 years ago[master] Update change log entry for 3799 trac3910_base
Shawn Routhier [Fri, 19 Jun 2015 18:54:30 +0000 (11:54 -0700)] 
[master] Update change log entry for 3799

10 years agoMerge branch 'trac3799' Add support for per subnet statistics in v6
Shawn Routhier [Fri, 19 Jun 2015 18:52:32 +0000 (11:52 -0700)] 
Merge branch 'trac3799' Add support for per subnet statistics in v6

Conflicts:
ChangeLog
doc/guide/dhcp6-srv.xml
src/bin/dhcp6/tests/dhcp6_test_utils.cc

10 years ago[3799] Updates per review comments
Shawn Routhier [Fri, 19 Jun 2015 18:08:22 +0000 (11:08 -0700)] 
[3799] Updates per review comments

Change the -NAs and -PDs strings to -nas and -pds to be in line with
the rest of the statistic names

Remove @todo from CfgSubnet6::updateStatistics and CfgSubnet6::removeStatistics

10 years ago[master] Merge branch 'trac3795' (DHCPv6 statistics)
Tomek Mrugalski [Fri, 19 Jun 2015 17:41:18 +0000 (19:41 +0200)] 
[master] Merge branch 'trac3795' (DHCPv6 statistics)

Conflicts:
doc/guide/dhcp4-srv.xml

10 years ago[3795] Changes after review:
Tomek Mrugalski [Fri, 19 Jun 2015 17:16:54 +0000 (19:16 +0200)] 
[3795] Changes after review:

 - comments in pkt6-receive-drop fixed

10 years ago[master] Forgotten cleanup for 3800: remove tabs.
Tomek Mrugalski [Fri, 19 Jun 2015 16:44:46 +0000 (18:44 +0200)] 
[master] Forgotten cleanup for 3800: remove tabs.

10 years ago[master] Compilation fix, a mother of all fixes:
Tomek Mrugalski [Fri, 19 Jun 2015 16:40:35 +0000 (18:40 +0200)] 
[master] Compilation fix, a mother of all fixes:

 - linker failure in lfc (and tests), added libkea-cc
 - linker failure in dhcp6 (and tests), added libkea-stats
 - remove troublesome CtrlDhcpv4SrvTest.DISABLED_commandSocketBasic test

10 years ago[master] ChangeLog updated.
Tomek Mrugalski [Fri, 19 Jun 2015 16:24:48 +0000 (18:24 +0200)] 
[master] ChangeLog updated.

10 years ago[master] Merge branch 'trac3800' (stats, control channel docs)
Tomek Mrugalski [Fri, 19 Jun 2015 16:22:39 +0000 (18:22 +0200)] 
[master] Merge branch 'trac3800' (stats, control channel docs)

10 years ago[master] Added Changelog entry 963 for #3797.
Thomas Markwalder [Fri, 19 Jun 2015 15:49:39 +0000 (11:49 -0400)] 
[master] Added Changelog entry 963 for #3797.

10 years ago[master] Merge branch 'trac3797'
Thomas Markwalder [Fri, 19 Jun 2015 15:22:07 +0000 (11:22 -0400)] 
[master] Merge branch 'trac3797'

    Adds Control Channel support to DHCPv6

10 years ago[3797] Use TEST_DATA_BUILDDIR for unit tests
Thomas Markwalder [Fri, 19 Jun 2015 15:17:03 +0000 (11:17 -0400)] 
[3797] Use TEST_DATA_BUILDDIR for unit tests

Replaced use of TEST_DATA_DIR with TEST_DATA_BUILDDIR for socket_path
and fixed cast of close.

10 years ago[3800] Minor corrections in stats.xml
Tomek Mrugalski [Fri, 19 Jun 2015 15:05:53 +0000 (17:05 +0200)] 
[3800] Minor corrections in stats.xml

10 years ago[master] Fixed distcheck failures/
Thomas Markwalder [Fri, 19 Jun 2015 15:04:12 +0000 (11:04 -0400)] 
[master] Fixed distcheck failures/

Unit tests in lib/config/tests and bin/dhcp4/tests were attempting
to write to TEST_DATA_DIR rather than TEST_DATA_BUILDDIR, make distcheck
to fail.

10 years ago[3797] Addressed review comments
Thomas Markwalder [Fri, 19 Jun 2015 14:24:46 +0000 (10:24 -0400)] 
[3797] Addressed review comments

    Minor cleanup issues

10 years ago[3795] One extra unit-test implemented for pkt6-receive-drop
Tomek Mrugalski [Fri, 19 Jun 2015 13:54:30 +0000 (15:54 +0200)] 
[3795] One extra unit-test implemented for pkt6-receive-drop

10 years ago[3795] Changes after review:
Tomek Mrugalski [Fri, 19 Jun 2015 13:32:32 +0000 (15:32 +0200)] 
[3795] Changes after review:

 - Added several more unit-tests for pkt6-receive-drop
   (not all cases are really testable)
 - User's Guide cleanup
 - using namespace isc::stats added
 - Dhcp6Client::useServerId() implemented

10 years ago[3899] Merged proposed change from #3886/sedhcpv6
Francis Dupont [Fri, 19 Jun 2015 13:28:57 +0000 (15:28 +0200)] 
[3899] Merged proposed change from #3886/sedhcpv6

10 years ago[3882a] Updated extended version code
Francis Dupont [Fri, 19 Jun 2015 12:39:02 +0000 (14:39 +0200)] 
[3882a] Updated extended version code

10 years ago[3882a] Updated server stuff at the exclusion of the extended version code itself
Francis Dupont [Fri, 19 Jun 2015 12:33:11 +0000 (14:33 +0200)] 
[3882a] Updated server stuff at the exclusion of the extended version code itself

10 years ago[3882a] Added new getDBVersion() class method
Francis Dupont [Fri, 19 Jun 2015 12:30:51 +0000 (14:30 +0200)] 
[3882a] Added new getDBVersion() class method

10 years ago[master] Updated git hash
Francis Dupont [Fri, 19 Jun 2015 09:39:32 +0000 (11:39 +0200)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac3618 (truncated packet/option/vendor-option)
Francis Dupont [Fri, 19 Jun 2015 09:37:49 +0000 (11:37 +0200)] 
[master] Finished merge of trac3618 (truncated packet/option/vendor-option)

10 years ago[3618] Fixed ambiguous comment
Francis Dupont [Fri, 19 Jun 2015 09:31:23 +0000 (11:31 +0200)] 
[3618] Fixed ambiguous comment

10 years ago[master] Updated git hash
Francis Dupont [Fri, 19 Jun 2015 09:20:29 +0000 (11:20 +0200)] 
[master] Updated git hash