]> git.ipfire.org Git - thirdparty/pdns.git/commit
Make a isValidHostname() callable from Rust that calls into DNSName::is_hostname()
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 26 Mar 2024 08:29:22 +0000 (09:29 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 25 Apr 2024 09:31:40 +0000 (11:31 +0200)
commit7bbf885af3ecb13d4e8bc8196d4ea14fd497e3fc
tree8b1f3f0943a99fc6fe81d264d472f9bcdd7008e8
parent60434ad5c9df4b143ba0b95d3c4cd6156b4c2988
Make a isValidHostname() callable from Rust that calls into DNSName::is_hostname()
pdns/recursordist/settings/cxxsupport.cc
pdns/recursordist/settings/rust-bridge-in.rs
pdns/recursordist/settings/rust/Cargo.lock
pdns/recursordist/settings/rust/Cargo.toml
pdns/recursordist/settings/rust/build.rs
pdns/recursordist/settings/rust/src/bridge.hh
pdns/recursordist/settings/rust/src/bridge.rs