2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Commit Graph

20858 Commits

Author SHA1 Message Date
Marcin Siodelski
bdb442402e [master] Merge branch 'trac3710' 2015-03-05 14:42:22 +01:00
Tomek Mrugalski
7c26c499ba [3705] Documentation updated. 2015-03-05 11:29:54 +01:00
Tomek Mrugalski
5a9c54adf5 [3705] Compilation fix in pkt6_unittest.cc 2015-03-05 11:08:05 +01:00
Tomek Mrugalski
20f8fca7e1 [3705] RSOO support added, unit-tests implemented. 2015-03-05 11:07:50 +01:00
Tomek Mrugalski
33f7238e0c [3705] Dhcp6Client improvements:
- is now able to use specified relay information
 - stores received options
2015-03-05 11:02:18 +01:00
Shawn Routhier
7e5ee87633 [3694] Update copyright 2015-03-04 21:42:30 -08:00
Shawn Routhier
0133383f45 [3694] Fix up some typos 2015-03-04 21:39:12 -08:00
Shawn Routhier
3e99b08516 Merge branch 'trac3694' of ssh://git.kea.isc.org/git/kea into trac3694
Pulling new changes into my branch to commit typo level fixes
2015-03-04 15:59:00 -08:00
Shawn Routhier
0208806df5 [3694] Tidy up some typos in the comments 2015-03-04 15:58:26 -08:00
Marcin Siodelski
ccf7e110c2 [3673] The time conversion method in PgSQL calculates expiry time itself.
This is to prevent the negative overflows when valid_lft is substracted
from the time_t value. It is also consistent with the MySQL implementation.
2015-03-04 16:19:36 +01:00
Marcin Siodelski
7cc08e462c [3673] Further cppcheck fixes for the Postgres SQL backend. 2015-03-04 15:44:24 +01:00
Marcin Siodelski
3ec0536917 [3673] Fixed cppcheck errors in the MySQL and PgSQL backends.
This is about making some functions static or const.
2015-03-04 15:02:04 +01:00
Marcin Siodelski
4f83df70a2 [3673] Throw DbOperationError exceptions when time conversion fails. 2015-03-04 14:50:37 +01:00
Marcin Siodelski
8fa9106272 [3673] Handle overflows in the time conversions in the MySQL backend. 2015-03-04 13:32:18 +01:00
Marcin Siodelski
6defeb5c08 [3673] Fixed copyright date in the PG SQL backend. 2015-03-04 13:31:19 +01:00
Marcin Siodelski
829ad6fa69 [3673] Use the 64-bit value for time conversions to detect overflows. 2015-03-04 12:50:26 +01:00
Tomek Mrugalski
4495b7a713 [3705] ""relay-supplied-options" parameter added. 2015-03-03 23:20:13 +01:00
Tomek Mrugalski
a5cbfd64e1 [3705] RSOO handling added in CfgOption 2015-03-03 23:08:38 +01:00
Stephen Morris
afdb598ce3 [master] ChangeLog for trac3279 2015-03-03 16:32:59 +00:00
Stephen Morris
3e0882c3a5 [master] Merge branch 'trac3729' 2015-03-03 16:27:16 +00:00
Tomek Mrugalski
37036f7f24 [3705] RSOO option support implemented. 2015-03-03 16:12:50 +01:00
Tomek Mrugalski
9c8ff76f41 [3709] createLease4() now uses ClientContext4 2015-03-03 12:55:50 +01:00
Marcin Siodelski
4d4fef328b [3694] User guide error in the DHCPv4 conflict resolution. 2015-03-03 10:54:27 +01:00
Shawn Routhier
14a6ed7d6b Merge branch 'trac3706' Tidy up some issues find by cpp check 2015-03-02 13:31:43 -08:00
Jeremy C. Reed
495a29abc3 generate manpages from .xml file in srcdir not builddir
The .xml file is not a generated file.
2015-03-02 13:43:37 -05:00
Tomek Mrugalski
7394da5b3d [3709] allocateLease4 now uses ClientContext4 2015-03-02 19:37:57 +01:00
Jeremy C. Reed
cb308d7c29 change top_srcdir to top_builddir as the path_replacer.sh is a generated tool
problem was noticed by wlodek (and reproduced by me):

  make[4]: Entering directory
  `/home/wlodek/dev/ktest/src/bin/keactrl'

  /home/wlodek/dev/kea_test/tools/path_replacer.sh
  /home/wlodek/dev/kea_test/src/bin/keactrl/kea.conf.pre kea.conf

  /bin/bash: /home/wlodek/dev/kea_test/tools/path_replacer.sh: No
  such file or directory
2015-03-02 13:24:07 -05:00
Marcin Siodelski
040dbc3e49 [3710] Use undefined pthread behavior for FreeBSD.
This prevents failure of the CondVar unit tests which expect that the
pthread_cond_destroy returns error code if the other thread is blocked
on the conditional variable which is being destroyed.
2015-03-02 18:43:13 +01:00
Francis Dupont
85310221d9 [master] spelling 2015-03-02 17:52:23 +01:00
Marcin Siodelski
c9741c5148 [3706] Fixed the two typos in the comments of ProcessSpawn. 2015-03-02 11:46:02 +01:00
Marcin Siodelski
6b0532bc12 [master] Merge branch 'trac3651' trac3733_base 2015-03-02 11:30:47 +01:00
Marcin Siodelski
d19dad4595 [3651] Replaced bind10 with Kea in the readme file. 2015-03-02 11:30:20 +01:00
Marcin Siodelski
d85ff3082b [master] Merge branch 'trac3728' 2015-03-02 11:15:56 +01:00
Francis Dupont
d655a68f46 [master] better handling of TSIG keys with empty secrets (#3727) 2015-02-28 18:55:07 +01:00
Shawn Routhier
15860010dc [trac3706] Fix up comment 2015-02-27 18:31:38 -08:00
Shawn Routhier
821b8427f4 [trac3706] Lets use the hostname instead of removing it 2015-02-27 17:38:48 -08:00
Shawn Routhier
ff0f2e2ad3 [trac3706] More cpp cleanup
Remove another unused variable in memfile_ubench.cc

Actually use the trimmed variable in host.cc

Update commetns in process_spawn.[cc h]
2015-02-27 17:28:00 -08:00
Francis Dupont
e9f1dea2f2 [master] spelling 2015-02-28 02:01:50 +01:00
Francis Dupont
bd98598876 [master] spelling 2015-02-28 01:56:29 +01:00
Francis Dupont
50e788cc7c Merge branch 'master' of ssh://git.kea.isc.org/git/kea 2015-02-27 17:29:17 +01:00
Francis Dupont
f5b6875982 [master] initialize BSD_TYPE in configure.ac (#3723) 2015-02-27 17:28:21 +01:00
Marcin Siodelski
c1f12fbd16 [master] Added ChangeLog entry for #3730. 2015-02-27 17:13:11 +01:00
Marcin Siodelski
3ceb0cd97c [master] Merge branch 'trac3730' 2015-02-27 16:58:54 +01:00
Marcin Siodelski
4c37bea6b8 [3730] Moved the openSockets invocation to the beginning of the method.
This change was suggested in the review.
2015-02-27 16:14:46 +01:00
Stephen Morris
bb5bca3d9b [3729] Updated perfdhcp RateControl test
Now checks that division is done correctly in RateControl::getOutboundMessageCount()
2015-02-27 13:50:18 +00:00
Francis Dupont
a244e0d11e [master] made configure more suitable for cross-compiling (#3723) trac3722_base 2015-02-27 14:36:24 +01:00
Marcin Siodelski
1e32446a96 [3651] Fixed the non portable whitespace trimming in shell tests. 2015-02-27 10:48:45 +01:00
Shawn Routhier
598fc65419 [trac3706] Clean up some issues from cpp check
Remove or comment out some variables that aren't read after they are written.

Tag the process classes as noncopyable to avoid external code trying
to copy them and to avoid an issue for cpp check
2015-02-26 19:25:47 -08:00
Marcin Siodelski
a159d2645b [3728] Catch boost and std exceptions in kea-lfc. 2015-02-26 21:56:15 +01:00
Jeremy C. Reed
1d290647d3 spelling typo 2015-02-26 13:03:10 -05:00