2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00
Commit Graph

21021 Commits

Author SHA1 Message Date
Tomek Mrugalski
ca03350e6f [3793] {create,parse}{Command,Answer} methods updated to new format
createCommand, parseCommand, createAnswer, parseAnswer updated
 to an new format described here: http://kea.isc.org/wiki/StatsDesign
2015-05-19 18:27:50 +02:00
Tomek Mrugalski
4ace5ca475 [3796] CCSession class removed. 2015-05-19 14:18:17 +02:00
Francis Dupont
c817b5d1e5 [master] fixed ~ vs ~ typo (#3865) trac3762_base trac3513_base 2015-05-16 12:06:50 +02:00
Francis Dupont
08ed4f6424 [master] followed c99/c++11 standard for the variadic macro RECORD_DECL() (#3853) 2015-05-16 12:01:22 +02:00
Tomek Mrugalski
e2ee0d7554 [master] ChangeLog, AUTHORS updated after #3567 merge. 2015-05-15 20:39:05 +02:00
Tomek Mrugalski
d2cd5d53b3 [master] Merge branch 'trac3567' (host reservations MySQL schema) 2015-05-15 20:35:38 +02:00
Tomek Mrugalski
17f639468f [3567] Applied updated patch by Adam
- upgrade 2.0 to 3.0 script added
 - added unit-tests
 - dhcpdb_create.mysql script now uses the same database
2015-05-15 20:03:26 +02:00
Marcin Siodelski
704dcc761c [master] Added ChangeLog entry for #3806. 2015-05-15 15:15:44 +02:00
Marcin Siodelski
f3e7ab056d [master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea 2015-05-15 15:03:25 +02:00
Marcin Siodelski
7b148c2dd5 [master] Merge branch 'trac3806'
# Conflicts:
#	doc/guide/logging.xml
2015-05-15 15:02:48 +02:00
Tomek Mrugalski
9e17d89ff7 [master] ChangeLog updated after #3793 merge. 2015-05-15 14:39:44 +02:00
Tomek Mrugalski
68e9554eca [master] Merge branch 'trac3793' (StatsMgr implementation) 2015-05-15 14:37:50 +02:00
Tomek Mrugalski
fb7878a784 [3793] Changes after review:
- Added rationale for ptimeToText, durationToText
 - Added missing headers
 - Removed the default values in addValue()
 - StatsDuration is now passed by reference
2015-05-15 14:36:28 +02:00
Marcin Siodelski
012a2dd107 [3806] Address second round of review comments.
1) Removed the srv-hooks logger
2) Updated DHCP4_NCR_CREATE message description
3) Updated logging doc.
2015-05-15 14:27:46 +02:00
Marcin Siodelski
f1df4a73c2 [3806] Corrections in the User Guide.
Also, renamed loggers.
2015-05-15 11:56:44 +02:00
Marcin Siodelski
8e4f5d8a2b [3806] Removed fixme leftovers as no new log statements seemed necessary 2015-05-15 10:50:47 +02:00
Marcin Siodelski
9ab2feb027 [3806] Addressed some of the review comments.
Except user guide related and "fixme" leftovers.
2015-05-15 10:30:47 +02:00
Tomek Mrugalski
b0a36bccee [3793] Changes after review:
- {ptime,duration}ToText moved to lib/util
 - missing comments added
 - EXPECT_EQ -> ASSERT_EQ
 - several consts added
 - protected methods are now private in Observation
 - tabs converted to spaces
2015-05-14 19:43:05 +02:00
Jeremy C. Reed
642d01fd32 [3786] remove "ext/" from reference to the boost license file
because that directory name doesn't exist with the installed version
of kea.

This is trivial and I commit to master without review.
2015-05-13 14:00:36 -04:00
Marcin Siodelski
39167c049e [master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea trac3864_base trac3839_base trac3824_base trac3853_base trac3854_base trac3865_base trac3844_base trac3842_base trac3855_base trac3841_base trac3858_base trac3860_base trac3861_base trac3863_base trac3838_base trac3833_base trac3832_base trac3828_base trac3829_base 2015-05-11 16:53:28 +02:00
Marcin Siodelski
e40b70f833 [master] Removed use of const iterator in the call to erase.
The erase function was called on the const_iterator which caused build
failures on Linux boxes with gcc. This fix was okayed on jabber.
2015-05-11 16:53:12 +02:00
Francis Dupont
4ba32d6f52 [master] updated git hash 2015-05-11 16:20:43 +02:00
Francis Dupont
741ff09b74 [master] fixed the silly + vs path_replacer.sh issue (#3713) 2015-05-11 16:19:43 +02:00
Francis Dupont
cf2f75f118 [master] updated git hash 2015-05-11 15:24:25 +02:00
Francis Dupont
cbb135d5f2 [master] added CONFIG_H_WAS_INCLUDED (#3812) 2015-05-11 15:23:18 +02:00
Tomek Mrugalski
cd709db1ef [3793] Minor comment tweaks. 2015-05-11 12:48:38 +02:00
Tomek Mrugalski
257a7d88a1 [3793] Performance benchmarks added. 2015-05-08 18:36:13 +02:00
Tomek Mrugalski
eb1489d600 [3793] Missing descriptions added. 2015-05-08 18:19:39 +02:00
Thomas Markwalder
cea7fe5932 [master] Added ChangeLog entry 927 for #3779. 2015-05-08 11:35:15 -04:00
Thomas Markwalder
0b413ee8ab [master] Re-Merge branch 'master' with build fix from Marcin 2015-05-08 11:22:36 -04:00
Marcin Siodelski
5e4674e22d [master] Removed spurious statements from the log/tests/Makefile.am 2015-05-08 17:21:29 +02:00
Tomek Mrugalski
e2f7dfcb35 [3793] Missing method added in MapElement 2015-05-08 16:59:33 +02:00
Tomek Mrugalski
cfd6c7ab0c [3793] Unit-test corrections. 2015-05-08 16:58:05 +02:00
Thomas Markwalder
f318b7e799 [master] Merge branch 'trac3779' 2015-05-08 10:45:57 -04:00
Thomas Markwalder
12772fb4ae [3779] Addressed additional minor review comments 2015-05-08 10:42:58 -04:00
Tomek Mrugalski
2b01685208 [3793] StatsMgr implementation added. 2015-05-08 16:27:16 +02:00
Tomek Mrugalski
ef7934c8f9 [3793] Several consts added. 2015-05-08 16:26:52 +02:00
Tomek Mrugalski
2a599377ea [3793] StatContext implemented. 2015-05-08 15:49:02 +02:00
Thomas Markwalder
e87dc1e7c7 [3779] Added additional tests per review
fqdn_unittest.cc
    TEST_F(NameDhcpv4SrvTest, emptyFqdn) - now also verifies that the
    lease is added to the database following a REQUEST and that when
    it is retrieved from the database its hostname matches the generated FQDN.
2015-05-08 09:40:09 -04:00
Tomek Mrugalski
83b9b8a8e1 [3793] Unit-tests for StatsMgr implemented. 2015-05-08 13:02:15 +02:00
Tomek Mrugalski
e76178c19e [3793] Remaining features in Observation implemented. 2015-05-07 19:41:22 +02:00
Marcin Siodelski
5b779d6b84 [3806] Updated Logging section in the user guide.
Listed all loggers and updated the introductory text.
2015-05-07 15:21:03 +02:00
Marcin Siodelski
334e6942da [3806] New debug level for the dhcp4_srv loggers.
Also, revised the debug levels for all messages in the Dhcp4Srv class.
2015-05-07 12:23:34 +02:00
Marcin Siodelski
6fb7e59d89 [master] Added ChangeLog entry for #3823. 2015-05-07 09:59:39 +02:00
Marcin Siodelski
435b958860 [master] Merge branch 'trac3823' 2015-05-07 09:45:54 +02:00
Marcin Siodelski
b91bfa714c [3823] Removed spurious line in the message_initializer.cc 2015-05-07 09:45:03 +02:00
Tomek Mrugalski
46f3bc4027 [3793] Observation class + unittests, skeleton impl of StatsMgr 2015-05-06 16:49:00 +02:00
Marcin Siodelski
a807b99e38 [3806] Further improved traces in the Dhcpv4Srv class. 2015-05-05 19:34:13 +02:00
Thomas Markwalder
d5fe442c84 [trac3779] Modified Dhcpv4Srv to update db only if not doing fake allocations
src/bin/dhcp4/dhcp4_srv.cc
    Dhcpv4Srv::assignLease() - added logic to update the lease DB with a
    generated FQDN when not doing a fake allocation

src/bin/dhcp4/tests/fqdn_unittest.cc
    added TEST_F(NameDhcpv4SrvTest, hostnameReservation)
2015-05-05 10:54:16 -04:00
Marcin Siodelski
43695c2152 [3806] Fixed broken unit test after recent changes. 2015-05-05 12:30:11 +02:00