2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

909 Commits

Author SHA1 Message Date
Francis Dupont
b85d74c210 [3732a] Updated PTHEAD_LDFLAGS comment 2015-06-13 10:40:48 +02:00
Francis Dupont
de4e910a78 [3732a] Missing update of configure.ac in trac3732 merge 2015-06-13 10:33:08 +02:00
Francis Dupont
9e142ec9ea [master] Missing update of configure.ac in trac3732 merge 2015-06-13 10:32:27 +02:00
Francis Dupont
243a0b1341 [master] Finished merge of trac3732 (removed BUNDY) 2015-06-13 10:15:32 +02:00
Thomas Markwalder
094d49f693 [3883] Added support for PostgreSQL to kea-admin
configure.ac
    - added src/bin/admin/tests/pgsql_tests.sh to list of config
    generated files (i.e AC_CONFIG_FILES)

src/bin/admin/tests/pgsql_tests.sh.in
    - new file containing unit tests of for kea-admin PostgreSQL support

src/bin/admin/tests/Makefile.am
    - added pgsql_tests.sh

src/bin/admin/admin-utils.sh
    - added PosgreSQL support functions:
    pgsql_execute()
    pgsql_execute_script()
    pgsql_version()
    pgsql_version_print()

src/bin/admin/kea-admin.in
    - implemented pgsql_init()
    - removed pgsql_version(), kea-admin uses function in
    admin-utils.sh directly
    - implemented pgsql_upgrade() - note that it fails with exit 1
    as there are not yet any upgrades available
2015-05-28 14:18:04 -04:00
Francis Dupont
a5b5c2b778 [3732] removed bundy from code and most docs 2015-05-18 08:53:54 +02:00
Francis Dupont
255ce4ec2c [3513] Added embedded config.report in binaries 2015-05-17 16:32:28 +02:00
Tomek Mrugalski
d2cd5d53b3 [master] Merge branch 'trac3567' (host reservations MySQL schema) 2015-05-15 20:35:38 +02:00
Tomek Mrugalski
17f639468f [3567] Applied updated patch by Adam
- upgrade 2.0 to 3.0 script added
 - added unit-tests
 - dhcpdb_create.mysql script now uses the same database
2015-05-15 20:03:26 +02:00
Tomek Mrugalski
68e9554eca [master] Merge branch 'trac3793' (StatsMgr implementation) 2015-05-15 14:37:50 +02:00
Tomek Mrugalski
b0a36bccee [3793] Changes after review:
- {ptime,duration}ToText moved to lib/util
 - missing comments added
 - EXPECT_EQ -> ASSERT_EQ
 - several consts added
 - protected methods are now private in Observation
 - tabs converted to spaces
2015-05-14 19:43:05 +02:00
Francis Dupont
741ff09b74 [master] fixed the silly + vs path_replacer.sh issue (#3713) 2015-05-11 16:19:43 +02:00
Francis Dupont
cbb135d5f2 [master] added CONFIG_H_WAS_INCLUDED (#3812) 2015-05-11 15:23:18 +02:00
Tomek Mrugalski
46f3bc4027 [3793] Observation class + unittests, skeleton impl of StatsMgr 2015-05-06 16:49:00 +02:00
Stephen Morris
c40d10b0b0 [master] Merge branch 'trac3627' 2015-04-24 12:08:40 +01:00
Wlodek Wencel
a3fd91b03a [master] Changed Kea version after release 2015-04-02 17:55:32 +02:00
Marcin Siodelski
a25ec56db7 [3736] Removed dhcp-ubench and folders. 2015-03-06 20:11:22 +01: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
ec064f6330 [3516] added/updated Makefiles 2015-02-28 01:37:39 +01:00
Francis Dupont
f5b6875982 [master] initialize BSD_TYPE in configure.ac (#3723) 2015-02-27 17:28:21 +01:00
Francis Dupont
a244e0d11e [master] made configure more suitable for cross-compiling (#3723) 2015-02-27 14:36:24 +01:00
Wlodek Wencel
8e946722e8 [master] version change after release 2015-02-23 22:08:19 +01:00
Marcin Siodelski
c92665ce05 [master] Merge branch 'trac3669' 2015-02-09 21:39:41 +01:00
Marcin Siodelski
2b0e603997 [3669] Fix the distcheck issue with process_spawn_app.sh script. 2015-02-05 18:43:16 +01:00
Jeremy C. Reed
fd5a0e8581 Merge remote branch 'remotes/origin/trac3520' 2015-02-05 10:34:32 -05:00
Marcin Siodelski
ca04fa1184 [3664] Minor changes as a result of the review.
- Fixed identation in configure.ac
- Added kea-lfc to Doxygen
- Corrected some little typos in the kea-lfc man page
- Removed unnecessary headers and libraries
- lfc.h updated - one comment, one method made const
- added anonymous namespace for lfc_controller_unittests.cc
2015-01-22 16:31:04 +01:00
Shawn Routhier
6b345dcbf6 [trac3664] Scaffolding for the lfc program
Add the lfc directory and update the auto tool files to
process it.
2015-01-15 21:32:11 -08:00
Wlodek Wencel
d666dd9263 [trac3663] Error message changed for errcodes.h file 2015-01-05 14:35:44 +01:00
Wlodek Wencel
27293504b8 [trac3663] Checking for errocodes.h in PostgreSQL headers 2014-12-29 16:09:12 +01:00
Jeremy C. Reed
002841da1c [trac3483] remove rest of the python code coverage
Remove the clean-python-coverage and report-python-coverage make
targets.  Remove the configure report output at end about Python
code coverage.  The pycoverage support was removed six months ago.
2014-12-24 08:09:00 -08:00
Jeremy C. Reed
22c1fc6faf [trac3520] add a "make pdf" target in the doc/guide directory
If dblatex is detected at configure time, the guide and log messages
documentation can be made in PDF format.
2014-12-23 12:54:35 -08:00
Tomek Mrugalski
35357a30fa [3599] Changes after review
- mysql/upgrade_1.0_to_2.0.sh renamed to .in
 - header added to admin-utils.sh, revoked exec bit
 - kea-admin clarified (db => lease db)
 - kea-admin manpage corrected
 - lease6_hwaddr_source renamed to lease_hwaddr_source
 - mysql_tests are now working without installation
2014-12-05 23:33:53 +01:00
Tomek Mrugalski
a708f9f24b [3599] version check unit-test implemented. 2014-11-05 14:36:25 +01:00
Tomek Mrugalski
20c1bcf04e [3599] Unit tests framework added. 2014-11-05 13:17:28 +01:00
Francis Dupont
a85cc93869 [trac3627] re-indented configure.ac gtest stuff 2014-10-30 00:42:41 +01:00
Francis Dupont
055512758f moved gtest sources to ext/gtest [Trac #3162] 2014-10-28 17:24:16 +01:00
Francis Dupont
adee8c93f7 [trac3614] removed no longer used --with-shared-memory and dependencies 2014-10-21 20:40:48 +02:00
Tomek Mrugalski
393c079e60 [master] version bump, mail corrected in configure.ac 2014-09-25 13:23:23 +02:00
Tomek Mrugalski
91a1a2794d [master] Version bumped to 0.9-git 2014-09-25 13:14:03 +02:00
Francis Dupont
c779a0ef23 [trac3482] Check OpenSSL SHA-2 support in configure 2014-09-17 11:31:49 +02:00
Marcin Siodelski
117561c3ad [3534] Fixed generation of the default Kea configuration file. 2014-09-01 21:41:09 +02:00
Tomek Mrugalski
0e1f718a7d [master] Merge branch 'trac3511' (pkg-config dependency removal)
Conflicts:
	ChangeLog
2014-08-22 18:48:24 +02:00
Tomek Mrugalski
6c0aacf29f [3525] AC_PROG_LIBTOOL => LT_INIT
- Thanks to Jiri Popelka from Red Hat for providing this patch.
2014-08-21 16:10:12 +02:00
Tomek Mrugalski
adc8375477 [master] version bump. 2014-08-20 18:34:24 +02:00
Tomek Mrugalski
42f9d432d2 [3511] Removed dependency on pkg-config 2014-08-20 14:56:08 +02:00
Tomek Mrugalski
2056325369 [3421] Oops, examples/m4/ax_isc_rpath.m4 was used, moving to m4macros 2014-08-14 18:30:48 +02:00
Marcin Siodelski
b20b6b5096 [3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS. 2014-08-12 13:11:38 +02:00
Marcin Siodelski
962d0e1396 [3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA. 2014-08-12 13:09:33 +02:00
Marcin Siodelski
02ae507fba [3507] Renamed variables using "bind10" to use "kea" in configure.ac. 2014-08-12 13:03:33 +02:00
Tomek Mrugalski
4837a87b1a [3508] Removed unnecessary echo in configure.ac 2014-08-11 20:20:17 +02:00