2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 04:27:46 +00:00

15 Commits

Author SHA1 Message Date
Marcin Siodelski
3d18318f68 [4236] Updated copyright dates in all files. 2015-12-16 15:28:44 +01:00
Marcin Siodelski
fe9dd86d20 [4236] Replaced license text in all files containing it. 2015-12-16 13:37:29 +01:00
Stephen Morris
29832a42b1 [4208] Update KEA_HOOKS_VERSION to 3 in preparation for release of Kea 1.0. 2015-11-27 17:18:08 +00:00
Marcin Siodelski
f4bb35f799 [3955] Bumped up libs version numbers for the 0.9.2 release. 2015-07-19 11:19:45 +02:00
Francis Dupont
ea6e9d166f [master] remove '#include <config.h' from include files (#3782) 2015-04-18 01:39:43 +02:00
Tomek Mrugalski
7ebd4f56e1 [3417] "bind 10" => Kea converted in many .cc/.h files 2014-08-06 11:24:16 +02:00
Tomek Mrugalski
393e456b54 [3417] Bind10 => Kea in many .cc/.h files 2014-08-05 07:57:46 +02:00
Stephen Morris
390b118ab5 [3113_test] Add library initialization function
Added initialization function that should be called when a
library is called by a statically-linked BIND 10.
2013-09-09 18:42:44 +01:00
Stephen Morris
91eca98edc [3113_test] Fix issues raised by static linking
This fix:
* Ensures the user library accesses the correct ServerHooks
  singleton object.
* Provides a way to initialize the BIND 10 logging framework in
  the context of the user-written hooks library.
2013-09-04 12:13:01 +01:00
Stephen Morris
5b7b932c17 [2980] Changes in preparation for merge
Absence of "libdl" on BSD systems required an addition to configure.ac
to check its presence.  Problems with converting "pointer to object"
to "pointer to void*" via reinterpret_cast on Solaris required an
extension to the Pointer_converter class.
2013-07-09 14:11:30 +01:00
Stephen Morris
04e36988a1 [2980] Final set of changes resulting from the first review 2013-07-04 12:24:47 +01:00
Stephen Morris
b61e894db1 [2980] Various changes as a result of review 2013-07-03 20:13:39 +01:00
Stephen Morris
418f35f584 [2980] Miscellaneous changes
* Catch user-library-generated exceptions.
* Remove hook registration function (no longer needed with a singleton
  ServerHooks object.
* Miscellaneous documentation changes.
2013-06-24 20:38:41 +01:00
Stephen Morris
0a4612cfe5 [2980] Basic library manager functionality present
Able to open and close libraries, check for the version()
function and call it.
2013-06-18 11:30:07 +01:00
Stephen Morris
03db051a72 [2980] LibraryManager basic unit tests written 2013-06-17 19:41:33 +01:00