coredhcp/plugins
Anatole Denis bd8c8089a5 Remove use of deprecated rand.Read
Using the global rand source is deprecated since go 1.20, so instead we
make an explicit local one with a fixed seed

Signed-off-by: Anatole Denis <anatole@unverle.fr>
2024-07-09 11:23:56 +02:00
..
allocators Remove use of deprecated rand.Read 2024-07-09 11:23:56 +02:00
autoconfigure Add support for IPv6-only preferred (RFC8925) and 2024-02-27 19:47:03 +01:00
dns Update dhcp library to latest upstream 2020-04-21 20:35:10 +02:00
example Register plugins explicitly 2020-02-07 15:58:02 +00:00
file Replace use of deprecated io/ioutil 2023-10-18 10:42:47 +02:00
ipv6only Add support for IPv6-only preferred (RFC8925) and 2024-02-27 19:47:03 +01:00
leasetime Register plugins explicitly 2020-02-07 15:58:02 +00:00
mtu plugins: add mtu (#149) 2022-01-03 14:10:54 +01:00
nbp support booting over HTTP(S) or FTP for DHCPv4 2021-10-12 11:25:57 +02:00
netmask fixed errors messages and added tests for netmask plugin 2021-11-16 17:29:31 +01:00
prefix Fix dependabot warnings, bump Go vesions to 1.19 and 1.20 2023-08-08 21:50:49 +02:00
range plugins/range: fixed memory leak in sqlite3 usage 2024-02-20 21:48:28 +01:00
router Remove DHCPv6 stub implementations in unsupported plugins 2020-04-21 19:34:50 +01:00
searchdomains Add domain search list plugin (#116) 2021-01-18 20:24:24 +01:00
serverid Fix dependabot warnings, bump Go vesions to 1.19 and 1.20 2023-08-08 21:50:49 +02:00
sleep Created sleep plugin 2021-03-17 20:04:07 +00:00
staticroute added staticroute plugin 2021-08-30 13:54:04 +02:00
plugin.go Split coredhcp.go into server/ 2020-04-21 19:45:39 +01:00