2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-25 03:07:25 +00:00

4 Commits

Author SHA1 Message Date
Thomas Markwalder
2f2d2cfd4d [3207] Addressed review comments.
Addressed review comments which were largely minor. Limited use of
extern C linkage to only the callout functions themselves. Added
a dox page describing the library.  Added namespace user_chk.
2013-12-31 15:38:13 -05:00
Thomas Markwalder
a1b91fbe27 [3186] Added doxygen commentary to user check hook lib
Added doxygen throughout, cleaned up unit tests.  Removed CLIENT_ID type
as it was unnecessary.
2013-10-21 08:29:21 -04:00
Thomas Markwalder
14918661a1 [3186] Added support for loading user data from file
Added UserFile derivation of UserDataSource which allows the UserRegistry
to be populated from a JSON formatted file.
2013-10-14 11:52:46 -04:00
Thomas Markwalder
f0edd52c24 [3186] Initial classes in DHCP user check hook library
Adds new source tree branch, bind10/src/hooks, for maintaining
custom hooks libraries.  Adds bare bones implementation of UserRegistry
for use in custom DHCP hooks library.
2013-10-11 14:10:06 -04:00