Thomas Markwalder
78e278d17d
[master] Added ChangeLog entry 1040 for #3780
2015-10-27 15:20:56 -04:00
Thomas Markwalder
cf94e99698
[master] Servers now exit if MySQL or PostgreSQL connectivity is lost
...
Merge branch 'trac3780'
2015-10-27 15:04:41 -04:00
Thomas Markwalder
148c44b3fe
[3780] Addressed review comments
...
Fixed misspelling in log message.
2015-10-27 15:02:36 -04:00
Stephen Morris
c98ef91cb1
[3259] Added capability to interpret old and new hooks library syntax
2015-10-27 16:37:07 +00:00
Tomek Mrugalski
2c5966cb4a
[4081] Stub documentation added.
2015-10-27 16:34:34 +01:00
Stephen Morris
ab26597d78
[3259] Parameterise hooks configuration syntax tests
...
Modify the tests of the hooks-libraries syntax to allow testing
of both the old and the new syntax.
2015-10-27 15:14:30 +00:00
Marcin Siodelski
c59254f2ea
[master] Added ChangeLog entry for #3979 .
2015-10-27 16:04:55 +01:00
Marcin Siodelski
a2ee99ba31
[master] Merge branch 'trac3979'
2015-10-27 16:02:30 +01:00
Marcin Siodelski
eff8e3d05b
[3979] Corrected a typos in the user guide.
2015-10-27 15:59:23 +01:00
Marcin Siodelski
ba2386036d
[3979] Corrected order of parameters in the lease-expiration.json.
...
This is a result of the review. This change was suggested so as
the order of lease expiration specific parameters follows the
order in which they are described.
2015-10-27 15:37:40 +01:00
Thomas Markwalder
f8c17848bd
[3979] Fixed a broken <para> oops
2015-10-27 10:15:54 -04:00
Thomas Markwalder
c800de4b65
[3979] Did some clean up and rewording
2015-10-27 10:03:06 -04:00
Marcin Siodelski
35c81ed2bf
[master] Added ChangeLog entry for #3977 .
fdfb_base
2015-10-27 11:58:33 +01:00
Marcin Siodelski
5880e706cb
[master] Merge branch 'trac3977'
2015-10-27 11:19:35 +01:00
Shawn Routhier
91c55ca090
[trac3977] update comment to be v4 instead of v6
2015-10-26 21:25:15 -07:00
Tomek Mrugalski
78d704a725
[4081] .gitignore added.
2015-10-26 20:53:42 +01:00
Tomek Mrugalski
4f70950333
[4081] Boilerplate logger added.
2015-10-26 20:52:28 +01:00
Marcin Siodelski
2cee93c20f
[3977] Addressed review comments.
2015-10-26 20:50:30 +01:00
Tomek Mrugalski
8aeff03fda
[4081] Option::toString() and OptionString::toString() implemented.
2015-10-26 20:12:17 +01:00
Tomek Mrugalski
a7923efa91
[4081] Initial Token implementation added.
2015-10-26 20:11:22 +01:00
Marcin Siodelski
94847b1629
[3979] Updated user guide for lease expiration.
2015-10-26 16:15:55 +01:00
Marcin Siodelski
0533f9d62e
[3979] Removed lease expiration from the server limitations.
2015-10-26 14:08:53 +01:00
Marcin Siodelski
c586b9b8e4
[3979] Removed notes in the statistics about lease expiration not impl.
2015-10-26 14:06:14 +01:00
Marcin Siodelski
f75ba49ed4
[3979] Added examples demonstrating processing expired leases.
2015-10-26 14:00:01 +01:00
Francis Dupont
079b324945
[master] Updated git hash
2015-10-26 13:56:51 +01:00
Francis Dupont
9d5716e5bd
[master] Finished merge of trac3978 (new leases-reclaim command)
2015-10-26 13:55:36 +01:00
Francis Dupont
8a7dae1e17
[master] Finished merge of trac3978 (new leases-reclaim command)
2015-10-26 13:52:43 +01:00
Francis Dupont
53dd16c29d
[master] Merged trac3978 (new leases-reclaim command)
2015-10-26 13:33:56 +01:00
Marcin Siodelski
702b77ce47
[3979] Added description of leases-reclaim command to User Guide.
2015-10-26 12:59:35 +01:00
Shawn Routhier
292c9a036c
[trac3977] Tidy up some typos
2015-10-25 22:25:45 -07:00
Thomas Markwalder
be964a2b42
[3780] MySQL and Postgres lease managers now exit on fatal error detection
...
src/lib/dhcpsrv/dhcpsrv_messages.mes
added messages DHCPSRV_MYSQL_FATAL_ERROR, DHCPSRV_PGSQL_FATAL_ERROR
src/lib/dhcpsrv/mysql_lease_mgr.cc
added MySQL client error code include
MySqlLeaseMgr::checkError() - method is no longer inlined in
the header. Expanded to detect unrecoverable errors, log
them and call exit().
src/lib/dhcpsrv/mysql_lease_mgr.h
Removed inline implemenation of MySqlLeaseMgr::checkError(),
and expanded commentary
src/lib/dhcpsrv/pgsql_lease_mgr.cc
PgSqlLeaseMgr::addLeaseCommon() - now uses checkStatementError()
PgSqlLeaseMgr::checkStatementError() - Expanded to detect
unrecoverable errors, log them and call exit().
src/lib/dhcpsrv/pgsql_lease_mgr.h
Expanded commentary for PgSqlLeaseMgr::checkStatementError()
2015-10-23 16:41:27 -04:00
Marcin Siodelski
74e140a3a8
[3979] Added new chapter about lease reclamation to the User Guide.
2015-10-23 17:06:23 +02:00
Francis Dupont
e03cf770b3
[3978] Addressed comments
2015-10-23 04:23:45 +02:00
Francis Dupont
360b740097
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
2015-10-21 21:22:25 +02:00
Francis Dupont
c7b26c2e62
[master] spelling
2015-10-21 21:21:55 +02:00
Thomas Markwalder
b9124baac0
[master] Added ChangeLog entry 1036 for trac #3969 .
2015-10-21 14:58:02 -04:00
Thomas Markwalder
8fde70c1b6
[master] Implemented schema upgrade for Postgres schema 2.0
...
Merged in branch 'trac3969'
2015-10-21 14:24:19 -04:00
Thomas Markwalder
b6fb92457f
[3969] Addressed review comments
2015-10-21 11:57:47 -04:00
Francis Dupont
c8a30ae1a1
[master] Replaced EXPECT_EQ by EXPECT_TRUE == on HWAddr
2015-10-21 17:06:19 +02:00
Tomek Mrugalski
125f433f90
[3988] Documentation updated.
2015-10-21 16:05:59 +02:00
Tomek Mrugalski
8d52e11cbb
[3988] lease{4,6}_recover hook implemented (with unit-tests)
2015-10-21 15:51:40 +02:00
Francis Dupont
1ca289721d
[master] Updated git hash
2015-10-21 15:17:21 +02:00
Francis Dupont
c5cffe74ac
[master] Finished merge of trac4071 (internal record format in option doc)
2015-10-21 15:15:17 +02:00
Francis Dupont
9628fbe13a
[master] Merged trac4071 (internal record format in option doc)
2015-10-21 15:13:11 +02:00
Francis Dupont
2d6ac9fd88
[master] Merged trac4059 (layer 2 DHCPv6 relays)
2015-10-21 15:07:03 +02:00
Francis Dupont
fea70970cc
[master] Updated git hash
2015-10-21 15:05:11 +02:00
Francis Dupont
b7072884e8
[master] Finished merge of trac4058 (DHCPv4 Subnet Selection option)
2015-10-21 14:55:17 +02:00
Marcin Siodelski
71e4bb1dce
[3977] Added system_messages program to .gitignore.
2015-10-21 14:15:24 +02:00
Marcin Siodelski
d580c4225c
[3977] Removed unused code generating NCRs.
2015-10-21 14:11:31 +02:00
Marcin Siodelski
52f812a86d
[3977] Do not generate NCRs for prefix delegation.
2015-10-21 12:47:04 +02:00