2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 18:08:16 +00:00

10 Commits

Author SHA1 Message Date
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