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

780 Commits

Author SHA1 Message Date
Thomas Markwalder
7b5cd680f7 [master] Merge branch 'trac3382'
Fixed Conflicts in:
	src/bin/d2/tests/nc_test_utils.cc
	src/lib/dns/tests/labelsequence_unittest.cc
2014-05-21 14:32:09 -04:00
Thomas Markwalder
bd60252e67 [master] Merge branch 'trac3268'
Added osx_version check of 10.9.3 to configure.ac
Fixed Conflicts:
	src/bin/d2/tests/nc_test_utils.cc
	src/lib/dns/tests/labelsequence_unittest.cc
2014-05-21 07:17:04 -04:00
Tomek Mrugalski
68ba62fd17 [3382] configure now uses PGSQL_INCLUDEDIR_SERVER 2014-05-19 16:49:11 +02:00
Tomek Mrugalski
dcd45b541a [3400] Configuration backend description expanded 2014-05-19 14:40:39 +02:00
Tomek Mrugalski
80ef9a69a2 [3400] Merge remote-tracking branch 'origin/trac3449' into trac3400
Conflicts:
	ChangeLog
2014-05-15 14:34:24 +02:00
JINMEI Tatuya
d4cfc11e76 [6] added python 3.4 in the expected python version list in configure.ac 2014-05-13 15:30:49 +02:00
JINMEI Tatuya
44dd8f3571 [6] added python 3.4 in the expected python version list in configure.ac 2014-05-12 18:03:17 +02:00
Tomek Mrugalski
64e589b770 [3400] Minor clean up after recent changes.
- loggerInit method moved to specific backends
 - --with-kea-config parameter renamed: BIND10 => Bundy
2014-05-08 20:05:08 +02:00
Marcin Siodelski
777dbdb29a [master] Merge branch 'trac3409'
Conflicts:
	src/lib/dhcpsrv/d2_client_cfg.cc
	src/lib/dhcpsrv/dhcp_parsers.cc
2014-04-29 22:19:56 +02:00
Marcin Siodelski
c49d560620 [3409] Unit tests check that the error message contains line number etc. 2014-04-28 15:25:07 +02:00
Thomas Markwalder
1b72b3e36e [master] Corrected unit test build failure under Solaris 11
Reverted change to configure.ac that broke the test for sys/filio.h.
This include is needed for unit tests in dhcp_ddns.
2014-04-25 13:44:55 -04:00
Tomek Mrugalski
c8899cc4eb [3400] Initial JSON file read support added in b10-dhcp6
- added --with-kea-config=JSON,BIND10 added to configure.ac
- JSON-file config backend added for b10-dhcp6
- Config file can now be read from a JSON file
2014-04-22 15:21:26 +02:00
Marcin Siodelski
a4991d9c51 [master] Merge branch 'trac3391' 2014-04-15 10:23:10 +02:00
Marcin Siodelski
446bdf5c00 [3391] Minor change to configure.ac as a result of the review. 2014-04-14 21:18:01 +02:00
Marcin Siodelski
b6e72599da [3391] Fix distcheck issues. 2014-04-10 16:10:23 +02:00
Marcin Siodelski
250f56b454 [3391] Disable building lettuce tests. 2014-04-10 11:26:47 +02:00
Marcin Siodelski
10de8bbabd [3391] Removed DNS specific folders from the tree.
Also, updated configure.ac to not reference removed files. The
--disable-dhcp and --disable-dns configuration flags have been removed.
2014-04-09 22:09:14 +02:00
Thomas Markwalder
1aae8b1fab [master] Merge branch 'trac3080'
Adds support for Postgresql backend to Kea
2014-04-02 07:48:33 -04:00
Thomas Markwalder
efbde0adb7 [3080] Fixed link flags for Kea postgresSQL backend build
Changed the definition of PGSQL_LIBS for building Kea with PostgreSQL
backend to use pg_config value for LIBDIR rather than LDFLAGS.  The latter
did not build with PostgreSQL 9.3.4 on OS-X or Centos.

Added OS-X version numbers 10.9.1 and 10.9.2 to the test for setting the value
of bind10_undefined_pthread_behavior.  Without this the death test for
conditional variables fails as the problem introduced in 10.9 is still there
as of 10.9.2.  This is unrelated to PostgreSQL.
2014-03-28 07:17:51 -04:00
Thomas Markwalder
344b186189 [master] Bumped AC_INIT version date to 20140313
Kea engineering drop is being constructed. Version number was bumped
accordingly.
2014-03-13 14:14:27 -04:00
Tomek Mrugalski
a3d6102cfa [3080] Initial PostgreSQL patch
- patch contributed by David Carlier (thanks!)
 - updated to current master
 - fixed compliation issues
 - written developer's guide (pgsql setup steps)
 - many smaller changes
 - still WIP
2014-03-11 15:42:26 +01:00
Jeremy C. Reed
305e3c4cd1 [master] increase datestamp for master version 2014-03-06 14:52:24 -06:00
Mukund Sivaraman
81a689b61b Merge branch 'trac2367_3' 2014-03-03 01:24:42 +05:30
Mukund Sivaraman
c3722f4556 [2367] Check if --with-dhcp-mysql is used when DHCP components are disabled 2014-02-28 05:05:46 +05:30
Mukund Sivaraman
59f865028b [2367] Disable shared memory checks when DNS components are disabled 2014-02-28 04:59:12 +05:30
Mukund Sivaraman
a43bb9baba [2367] Update help strings 2014-02-28 04:55:35 +05:30
Mukund Sivaraman
a5494b56ea [master] Simplify the header check that was added 2014-02-26 19:00:50 +05:30
Mukund Sivaraman
815367d286 [2367] Add configure arguments for enabling/disabling DNS and DHCP components 2014-02-26 04:21:54 +05:30
Mukund Sivaraman
bd2ff0f74a [2367] Update help message 2014-02-26 04:21:14 +05:30
Mukund Sivaraman
cef692f035 [2367] Rename AM conditional variable 2014-02-26 04:05:31 +05:30
Mukund Sivaraman
44046950d0 [2367] Move experimental resolver config code to the top of configure.ac 2014-02-26 03:59:21 +05:30
Thomas Markwalder
10fa44e191 [master] Correct compile error in watch_socket_unittests.cc under Solaris
Solaris defines FIONREAD, used in unit test is dhcp_ddns/watch_socket_unittests.cc in sys/filio.h.  Added header check for this file to configure.ac and use
of HAVE_SYS_FILIO_H in the unit test source.
2014-02-25 15:54:02 -05:00
Jeremy C. Reed
904601920f [master] portability fix and unset werror_ok fix
This is for ticket 2945.
Don't use grep -q (not portable).
Also use quotes around "$werror_ok" just in test just in case is unset.

No changelog message as it appears it worked before but was just noisy.
2014-01-21 11:58:56 -06:00
Thomas Markwalder
0ba8598345 [master] Merge branch 'trac3033'
Adds support for DHCP-DDNS configuration parameters to b10-dhcp4.
2014-01-15 08:33:54 -05:00
Mukund Sivaraman
e3913c4a5c [2026] Detect Py_hash_t in ./configure and define it internally if not 2014-01-10 10:51:12 +05:30
Mukund Sivaraman
e3ae30d012 [3243] Fix use of serial tests harness in configure.ac 2014-01-07 17:04:09 +05:30
Thomas Markwalder
d508d4ac19 [3033] Added DHCP-DDNS configuration paramater parsing to b10-dhcp4
Added configuration paramters to dhcp4 and its spec file to support DHCP-DDNS.
Created new classes D2ClientMgr, D2ClientConfig, and D2CientConfigParser in the
libdhcpsrv.   The new parameters are parsed, validated, and stored  but do
not yet affect behavior.  That will be implemented as a seperate ticket.
2014-01-06 10:56:59 -05:00
Kean Johnston
7715d34151 [master] Keep generate files list sorted 2013-12-30 11:04:25 +02:00
Kean Johnston
0660b7ceb2 [master] Remove obsolete usage of AC_OUTPUT
The obsolete usage of AC_OUTPUT was actually causing config.status
to be executed multiple times, which is a big waste of time. Changed
to use the correct AC_CONFIG_FILES and AC_CONFIG_COMMANDS macros
instead.
2013-12-30 10:47:23 +02:00
Mukund Sivaraman
c4af356c43 [1501] Change language to say it may cause errors 2013-12-05 17:38:45 +05:30
Kean Johnston
d186a7f908 [1501] Added warning about -j to configure output 2013-12-02 16:06:17 +02:00
JINMEI Tatuya
5d2952c08d [3213] added more comments about the use of sw_vers and os/ver based check. 2013-11-15 01:00:46 -08:00
JINMEI Tatuya
89e9030039 [3213] Revert "[mavericks] suppress a spurious clang warning in libdns++"
This reverts commit f2f02dba84.
other commit reportedly addressed the issue that this hack tries to solve.
2013-11-15 00:40:47 -08:00
JINMEI Tatuya
c3cf34189e [mavericks] disable some thread-related death tests on OS X 10.9
pthread_cond_destroy() doesn't meet the test's assumption.  the mutext test
would still pass, but this is a minor case anyway, so it's probably okay
to just disable both rather introduce more macro variables.
2013-11-15 00:00:39 -08:00
JINMEI Tatuya
f2f02dba84 [mavericks] suppress a spurious clang warning in libdns++ 2013-11-15 00:00:39 -08:00
Kean Johnston
e144ab7b4f [3107] Merge branch 'trac3107' 2013-11-14 10:10:29 +02:00
Kean Johnston
7e75d22f27 Merge branch 'trac3119' 2013-11-14 10:03:24 +02:00
Kean Johnston
ad5750db8c [3119] Minor cosmetic cleanups as per review 2013-11-14 10:02:35 +02:00
Mukund Sivaraman
32e3681b8e [3107] Move CXX_VERSION initialization closer to where it is used 2013-11-13 13:02:08 +05:30
Kean Johnston
61f52a04ef [3119] Added a comment regarding autoconf macros used.
As per review added a comment about the use of $ac_header_preproc.
2013-11-07 08:38:42 +02:00