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

633 Commits

Author SHA1 Message Date
Tomek Mrugalski
dee64b333f [1968] Added stub ifacemgr implementation for Solaris. 2012-05-10 18:48:50 +02:00
Marcin Siodelski
57346e7268 Unit tests for perfdhcp CommandOptions class 2012-05-10 13:01:10 +02:00
Mukund Sivaraman
fcf2f08db9 [1930] Install headers into bind10-specific directory 2012-05-07 10:39:06 +05:30
Mukund Sivaraman
f894ef7422 [1892] Conditionally throw an exception if logger placeholders are not matched 2012-05-04 09:32:55 +05:30
Mukund Sivaraman
f9d8efd545 [master] Put libtool macros in m4macros/ 2012-04-30 09:32:17 +05:30
Mukund Sivaraman
2926429647 [324] Remove remnants of sqlite3-difftbl-check.py from configure.ac 2012-04-15 14:57:53 +05:30
Jeremy C. Reed
4df912c903 [master] increase the BIND 10 version to today's date 2012-04-05 12:07:57 -05:00
Jeremy C. Reed
81300648c7 [master] ticket #1823 remove ASIO_DISABLE_KQUEUE hack
We had this for a behavior on NetBSD, the new ASIO (already in our
source tree) has workaround for it.

This is for ticket #1823.
2012-04-05 12:04:23 -05:00
JINMEI Tatuya
6cce379ad4 [324] use the dbutil script for pre-compatibility checker.
sqlite3-difftbl-check.py is now  unnecessary, so has been removed.
2012-03-30 00:09:44 -07:00
Jelte Jansen
49ba2cf8ac [master] Merge branch 'trac963' 2012-03-27 11:19:42 +02:00
Mukund Sivaraman
652ae9e92f bug #1728: Set LD_LIBRARY_PATH on OpenBSD as well 2012-03-22 18:34:06 +05:30
Mukund Sivaraman
ba9dcb416a master: Fix AC_LANG_SOURCE warnings from automake 2012-03-22 18:33:58 +05:30
JINMEI Tatuya
23f9c3670b [master] Merge branch 'trac1727' 2012-03-21 11:46:47 -07:00
Mukund Sivaraman
766e74511e bug #1639: Change comment in configure.ac 2012-03-21 10:08:40 +05:30
Mukund Sivaraman
6ea0b1d62e bug #1639: Implement a pselect() wrapper around select() for OpenBSD 2012-03-21 10:08:09 +05:30
Stephen Morris
d85eda60ea [963] Changes after review. 2012-03-20 22:37:50 +00:00
JINMEI Tatuya
0acc164c6a [1727] define BOOST_DISABLE_THREADS if Boost doesn't use theads by default.
this will fix a crash in asiolink tests on OpenBSD due to its deviant
behavior that could result in different configuration on the use of
boost threads in different .cc files.
2012-03-19 23:00:23 -07:00
Stephen Morris
7e7b44723b [963] Miscellaneous changes
1. Fix minor gremlins in unit test and main program
2. Update to rename b10-dbutil process (and so avoid an error
from the process_rename_test check).
3. With (2), add run_dbutil to run in test mode
2012-03-19 17:07:06 +00:00
Stephen Morris
2e06048a76 [963] Dabase utility program and tests 2012-03-19 15:09:38 +00:00
Jeremy C. Reed
154021bfa4 [master] update version 2012-03-16 08:27:31 -05:00
Jelte Jansen
582bcd66db [master] Merge branch 'trac1640_2' 2012-03-16 10:25:38 +01:00
Mukund Sivaraman
5c61cd71a9 [master] Fix kqueue testcase in configure.ac for OpenBSD 2012-03-16 14:34:09 +05:30
Jelte Jansen
1f945d96f6 [1640] cleanup of ACX_ functions
removed arguments that were never used, use PATH_SEPARATOR instead of literal, add comments, fixed AXC_CHECK_PROG_NONCACHE for the case where $3 is not supplied
2012-03-15 11:24:07 +01:00
Jelte Jansen
812cea2502 [1640_2] try full compilation for potential botan settings
for each output of -config or pkgconfig, try to see if it is not lying
2012-03-12 19:32:42 +01:00
Jelte Jansen
b78153aae5 [1640_2] switch order of botan tests
config script tests are now done before pkg-config tests
2012-03-09 21:59:59 +01:00
Jelte Jansen
717c10a44c [1640] replace --with-botan by --with-botan-config
And check for several botan-config-X.Y scripts (as well as the original botan-config itself)

Also expand the error in case includes are found but linking fails (regarding missing dependencies on a number of systems)
2012-03-05 15:49:03 +01:00
haikuo zhang
9c4d0cadf4 [1680] remove --enable-boost-threads from configure. 2012-03-01 15:39:07 +08:00
Jeremy C. Reed
682df53277 [trac1687] make man page generation on by default
and change help to say how to disable it.

Not sure if want to do this or not. The plan in for
tarballs to include generated man pages anyways, so maybe this default
is not needed.
2012-02-29 10:30:10 -06:00
Mukund Sivaraman
bdb2771f51 [1671] Mention the default setting 2012-02-28 15:21:43 +05:30
Mukund Sivaraman
8684a411d7 [1671] Support --with-werror configure switch 2012-02-28 15:21:43 +05:30
Michal 'vorner' Vaner
79e99b7285 Merge #1691 2012-02-27 14:57:22 +01:00
Michal 'vorner' Vaner
5a7953933a Merge #1643 2012-02-27 14:40:47 +01:00
JINMEI Tatuya
19ba70c7cc [master] applied proposed patch for #1633 (MacOS Lion build fix) 2012-02-21 09:22:15 -08:00
Michal 'vorner' Vaner
f8cecc0e06 [1643] Empty module for tsig keyring 2012-02-17 13:05:21 +01:00
Jeremy C. Reed
bb8fad9e73 [trac1687][master] make --disable-man work
This was broken due to misuse of setting.
(--disable-man caused it to be enabled still.)

This may be changed in trac1687 branch to have different default behavior.
2012-02-16 14:33:00 -06:00
Jeremy C. Reed
2a349b194c [master] make --disable-man work
This was broken due to misuse of setting.
(--disable-man caused it to be enabled still.)

This may be changed in trac1687 branch to have different default behavior.
2012-02-16 14:26:43 -06:00
Bernhard Reutner-Fischer
a265a99016 configure: conditionally add AM_SILENT_RULES
Use AM_SILENT_RULES if your automake is new enough (1.11 or later, IIRC)

To see non-abbreviated compilation commands, pass in V=1
as documented in the "Optional Features" section of the help output of
configure.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-02-16 14:00:38 +01:00
Bernhard Reutner-Fischer
6129c3537c configure: tweak checking for botan
If no botan-config was found we would end up doing:
checking for botan-config... no
/scratch/src/bind10/configure: line 16704: --libs: command not found
/scratch/src/bind10/configure: line 16705: --cflags: command not found

Instead, do not run botan-config if there was no botan-config found
as we will bail out gracefully later on if the botan headers could not
be found.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-02-16 14:00:38 +01:00
Bernhard Reutner-Fischer
097a376ed6 configure: tweak quoting in CXX_TRY_FLAG
Add proper quotes to be on the safe side.
Remove superfluous whitespace in AC_LINK_IFELSE clause while at it.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2012-02-16 14:00:38 +01:00
Jeremy C. Reed
789a59358f [master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10 2012-01-27 15:15:34 -06:00
Jeremy C. Reed
e7a62e622c [master] bump version 2012-01-27 15:15:20 -06:00
Michal 'vorner' Vaner
f439a4c386 [1561] Move io module
It caused the pycompile script to fail
2012-01-25 11:04:55 +01:00
Jelte Jansen
5ba668a1fb [1558] comment 2012-01-20 17:28:51 +01:00
Jelte Jansen
9acbd355c2 [1558] try both -R and -Wl,-R as rpath compiler flags 2012-01-20 16:16:35 +00:00
Stephen Morris
5a18f69235 [1527] Disable perfdhcp if getifaddrs() is not available
This is a fairly complex function so instead of writing a replacement
for it, compile a short program that outputs a message saying that
perfdhcp is not supported on that operating system.
2011-12-23 16:17:42 +00:00
Tomek Mrugalski
d82df10e19 Merge branch 'trac1237'
Conflicts:
	ChangeLog
	src/bin/dhcp4/dhcp4_srv.cc
	src/bin/dhcp6/dhcp6_srv.cc
	src/lib/dhcp/iface_mgr.cc
	src/lib/dhcp/iface_mgr.h
	src/lib/dhcp/tests/iface_mgr_unittest.cc
2011-12-23 13:52:12 +01:00
Jelte Jansen
a7341f3e33 [1440] update configure help string for botan-config 2011-12-23 11:26:59 +01:00
JINMEI Tatuya
67ebd76fc0 [master] removed perfdhcp/Makefile from AC_CONFIG_FILES, too (part of urgent
care workaround).
2011-12-22 22:48:50 -08:00
Jeremy C. Reed
d2c410cd67 [trac1526] check for clock_gettime in -lrt
Remove the OS detection from this branch. It will be part of different
branch (1237).

(I will test on MacOS X shortly.)
2011-12-22 11:37:51 -06:00
Tomek Mrugalski
d121042906 [1526] perfdhcp compilation fix (makefile.am/configure.ac) 2011-12-22 17:21:45 +01:00