Francis Dupont
4e3640f046
[ #771 ] Do not run dlclose/musl part
2020-07-09 10:02:03 +02:00
Francis Dupont
ba83c314eb
[ #1282 ] Addressed comments
2020-06-29 14:35:39 +02:00
Francis Dupont
7e9a2b00b1
[ #1282 ] Checkpoint: hooks library done - correct use to do
2020-06-27 17:59:10 +02:00
Razvan Becheriu
ce2a5ca91e
[ #947 ] addressed review
2020-02-19 16:54:55 +00:00
Razvan Becheriu
89bfafdb82
[ #947 ] addressed review
2020-02-19 16:54:55 +00:00
Francis Dupont
499e09cb45
[947-mt-compatibility-for-hooks] Checkpoint: waiting for MTCS #970 stuff
2020-02-19 16:54:55 +00:00
Francis Dupont
cdcc5be948
[947-mt-compatibility-for-hooks] checkpoint
2020-02-19 16:54:55 +00:00
Andrei Pavel
a8f6403d1b
Merge branch 'isc-master' into config-h
2017-08-17 20:54:15 +03:00
Marcin Siodelski
34325d6bf9
[5329] Added tests for registering command handlers in a hook library.
2017-07-13 10:29:10 +02:00
Francis Dupont
af7a924566
[master] Fixed incorrect code in LibraryManagerTest::NullManager introduced by #5201
2017-04-23 19:49:37 +02:00
Francis Dupont
33235f0d97
[master] Finishing merge of trac4501 (misc unit tests)
2017-04-18 08:00:00 +02:00
Francis Dupont
cb2d54a291
[4501] Added unit tests for unused headers/classes/exceptions
2017-03-01 23:53:42 +01:00
Francis Dupont
dc63294c18
[5095] spelling
2017-01-24 20:14:22 +01:00
Andrei Pavel
083dfcb218
Added #include <config.h> to all .cc files.
2016-12-14 16:15:52 +02:00
Wlodek Wencel
099dbc0931
[v1_1_0] Copyright dates update
2016-08-28 22:38:24 +02:00
Tomek Mrugalski
656b5e1541
[4297] Unit-tests for parameters implemented.
2016-03-10 16:33:17 +01:00
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
Francis Dupont
8c6fbe3a53
[3841] replaced unlink by remove
2015-05-12 22:51:43 +02:00
Marcin Siodelski
a85c59af8b
[3198] Fixed broken logging in the hooks libraries.
...
- when library is loaded, message dictionary is updated
- when library is unloaded, the messages are unregistered
- MessageInitializer prevents static init. fiasco with global dictionary
- enabled logging in user_chk
2015-04-14 13:50:19 +02:00
Francis Dupont
1f1f60d8a4
[master] spelling
2015-03-14 20:11:23 +01:00
Stephen Morris
a6c4e80483
[3054] Added a "validate libraries" function
...
When the BIND 10 configuration is changed, any changes to the hooks
libraries need to be validated. The validation includes checking that
the libraries exist, that the "version()" function is present, and
that it returns the correct value.
2013-07-15 14:39:49 +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
db3f2d81e9
[2980] Rationalised the tests a but by extracting a common class
2013-06-21 17:46:10 +01:00
Stephen Morris
cc8e7feaf3
[2980] Abstracted names of test libraries into a common header file
2013-06-21 16:45:42 +01:00
Stephen Morris
390c1a763d
[2980] Basic library manager functionality added
...
Also started to add logging.
2013-06-19 16:44:19 +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