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

17809 Commits

Author SHA1 Message Date
Michal 'vorner' Vaner
55f0a8f3f5 Merge #3049
Fix configure test for offset_ptr warnings.
2013-08-19 12:41:46 +02:00
Michal 'vorner' Vaner
f5c6cae3cd Merge #2690
Using select instead of poll/kqueue in message queue daemon.
2013-08-19 12:37:35 +02:00
Mukund Sivaraman
6c968df2fe [master] EXTRA_DIST the LICENSE_1_0.txt file 2013-08-17 08:19:55 +05:30
Mukund Sivaraman
16ba5d5390 [master] Fix coding style 2013-08-17 07:46:13 +05:30
Stephen Morris
622e72a465 [master] ChangeLog for #3092 2013-08-16 18:04:02 +01:00
Stephen Morris
e9beef0b43 [master] Merge branch 'trac3092' 2013-08-16 17:56:08 +01:00
Jeremy C. Reed
0b69407180 [master] be clear that --enable-experimental-resolver is a configure option
This was no reviewed, but is consistent with previous ChangeLog entries.
2013-08-16 09:51:24 -05:00
Jeremy C. Reed
e4d2d0f738 [master] change URLs for accessing git history
These URLs may not be permanent, but have been working for over
a month and the previously documented URLs haven't worked for years.
This was not reviewed.
2013-08-16 09:50:02 -05:00
Jeremy C. Reed
c8013666dc [master] use a tab before the keyword type and wrap too-long lines 2013-08-16 09:43:14 -05:00
Jeremy C. Reed
a5c0db852e [master] fix some spellings in ChangeLog 2013-08-16 09:40:27 -05:00
Stephen Morris
679445b96b [3092] Extended list of header files copied to installation directory
The joker in the pack here is io_address.h, required by the DHCP
header files.  That refers to the headers-only version of Boost
ASIO included in the BIND 10 source kit, so the ASIO files need
to be copied as well.
2013-08-16 13:01:30 +01:00
Kazunori Fujiwara
aba2bd5baa Merge branch 'trac3016' and 'trac3015'
Conflicts:
	ChangeLog
2013-08-16 19:31:27 +09:00
Michal 'vorner' Vaner
a635a6d6ce [3049] Check for offset_ptr with -Werror 2013-08-16 09:59:55 +02:00
Stephen Morris
4aab881a61 [3092] Back out copy of message compiler to the installation directory 2013-08-15 20:51:35 +01:00
Stephen Morris
6ce7437c65 [master] ChangeLog for #2981 2013-08-15 15:44:14 +01:00
Stephen Morris
aff6b06b24 [master] Merge branch 'trac2981' 2013-08-15 15:30:43 +01:00
Stephen Morris
f73cd9bc4a [2981] Corrected errors in .spec files before merge with master 2013-08-15 15:29:10 +01:00
Shane Kerr
abdd9be83c Typo fix 2013-08-15 15:48:00 +02:00
Michal 'vorner' Vaner
f80c824d8b Don't fail with nonexistent files
When the script does not exist, because it was not generated due to some
configure switch or environmental condition, don't try to check if it
gets renamed. That would fail even when the situation is completely OK
and expected.
2013-08-15 08:43:26 +02:00
Marcin Siodelski
83645c8498 [2981] Corrected a typo made with the previous change. 2013-08-14 17:56:10 +02:00
Stephen Morris
f8e9c2933f [2981] Minor changes as a result of review. 2013-08-14 16:31:12 +01:00
Mukund Sivaraman
2fbb93f713 [master] Disable lettuce tests for resolver when the resolver is not available
Also fix configure argument name to match help documentation.
2013-08-14 18:21:36 +05:30
Michal 'vorner' Vaner
95e7d858ad Merge #3079
Conflicts:
	src/bin/Makefile.am
2013-08-14 14:04:51 +02:00
Michal 'vorner' Vaner
b177e3f9b5 [2690] Test the run_select
And adjust the main code so it is possible to test it.
2013-08-14 13:33:42 +02:00
Michal 'vorner' Vaner
b92b89134b [2690] Don't skip tests
We no longer depend on poll-related constants.
2013-08-14 13:02:59 +02:00
Michal 'vorner' Vaner
8838f82a22 [2690] Remove unused message IDs 2013-08-14 12:41:21 +02:00
Stephen Morris
9823dc9e0a [3092] Install some .h files in installation directory
These files are to allow the authors of hooks callouts to compile
their code.  At the moment only the DHCP files are installed; the
DNS files will be added once hooks have been added to the DNS servers.
2013-08-14 10:11:10 +01:00
Michal 'vorner' Vaner
72077a1d5b [3079] Don't compile code requiring shared memory
In case it is turned off, don't link against stuff requiring shared
memory, in particular mapped segment creator in tests. It is not used,
but causes link errors, as it is in a virtual method.
2013-08-13 16:13:33 +02:00
Michal 'vorner' Vaner
d581f79243 Changelogs 2013-08-13 15:55:19 +02:00
Michal 'vorner' Vaner
f5f07c976d Merge #3064
Disable building resolver by default

Conflicts:
	configure.ac
2013-08-13 15:50:59 +02:00
Michal 'vorner' Vaner
278c59a0b5 [3079] Fix typo in directory name 2013-08-13 15:37:10 +02:00
Kazunori Fujiwara
22b29c570a [3016] Added ChangeLog entry 2013-08-13 22:32:29 +09:00
Michal 'vorner' Vaner
ed7586fa45 [3079] Don't enter to the makefiles
Do the condition at one level higher.
2013-08-13 15:28:19 +02:00
Michal 'vorner' Vaner
598e458c7a Merge #3025
Detect old versions of boost and suggest either disabling shared memory
for them or upgrading.
2013-08-13 15:03:10 +02:00
Mukund Sivaraman
511912d01b [3064] AC_SUBST is also not required
... as we only use it in an automake condition.
2013-08-13 18:13:27 +05:30
Mukund Sivaraman
69024d03d0 [3064] AC_DEFINE is unnecessary as it's used in Makefiles only 2013-08-13 17:56:10 +05:30
Mukund Sivaraman
544668f9aa [3064] Don't even enter resolver directories if experimental resolver is disabled 2013-08-13 17:54:26 +05:30
Stephen Morris
578910f51f [2981] Changes as a result of review. 2013-08-13 13:14:38 +01:00
Mukund Sivaraman
1745301647 Merge branch 'trac3067' 2013-08-13 17:36:45 +05:30
Mukund Sivaraman
35a7432fee Merge branch 'trac3068' 2013-08-13 17:23:00 +05:30
Mukund Sivaraman
cf7cb62d77 [3025] Update description for BOOST_OFFSET_PTR_OLD 2013-08-13 17:20:47 +05:30
Mukund Sivaraman
535abe75de [3025] Don't use # character in m4 messages
This has caused issues in the past (see other error messages for example),
and escaping with \ doesn't seem to help in those cases.
2013-08-13 17:20:24 +05:30
Michal 'vorner' Vaner
d07c725e9a [3064] NSAS is used by auth's query-bench
So don't disable it by default.
2013-08-13 12:50:34 +02:00
Michal 'vorner' Vaner
0eefdc9469 [3064] Disable building the resover without the flag
Don't build the resolver and its libraries (lib/resolve and lib/libnsas)
in case the --enable-experimental-resolver is not set.
2013-08-13 12:29:36 +02:00
Michal 'vorner' Vaner
7660c95d4f Revert "[3064] Add a switch to enable resolver"
This reverts commit 2092528ae6.

It should not go to master yet. Reverting until it is through
review.
2013-08-13 12:22:38 +02:00
Michal 'vorner' Vaner
2092528ae6 [3064] Add a switch to enable resolver
The switch doesn't have an effect yet.
2013-08-13 12:20:10 +02:00
Michal 'vorner' Vaner
806ec4bfdf [3079] Disable the memory manager if no shared memory
Just ifdef out the whole makefiles.
2013-08-13 10:39:40 +02:00
Michal 'vorner' Vaner
f59e953a20 [3025] Update the error message for old boost
Tell more details about what the problem is.
2013-08-12 12:07:09 +02:00
Michal 'vorner' Vaner
290fb63c1c [3025] Rename variable
The bug is in offset pointer, not in the red-black tree.
2013-08-12 12:03:09 +02:00
Tomek Mrugalski
fef265b2e3 [master] Merge branch 'trac2984' (additional DHCPv6 hooks)
Conflicts:
	ChangeLog
	src/bin/dhcp6/dhcp6_srv.cc
2013-08-09 17:10:08 +02:00