Files
bind9/lib/dns
Mark Andrews b7a13cf2c1 Add per rule logging of dns_ssutable_checkrules processing
These are logged to the update category at debug level 99 and
have the following form.

    update-policy: using: signer=ddns-key.example.nil, name=updated.example.nil, addr=10.53.0.1, tcp=0, type=A, target=
    update-policy: trying: grant zonesub-key.example.nil zonesub TXT
    update-policy: next rule: signer does not match identity
    update-policy: trying: grant ddns-key.example.nil zonesub ANY
    update-policy: matched: grant ddns-key.example.nil zonesub ANY

or

    update-policy: using: signer=restricted.example.nil, name=example.nil, addr=10.53.0.1, tcp=0, type=TXT, target=
    update-policy: trying: grant zonesub-key.example.nil zonesub TXT
    update-policy: next rule: signer does not match identity
    update-policy: trying: grant ddns-key.example.nil zonesub ANY
    update-policy: next rule: signer does not match identity
    update-policy: trying: grant restricted.example.nil zonesub ANY
    update-policy: next rule: name/subdomain mismatch
    update-policy: no match found

where 'using:' is the calling parameters of dns_ssutable_checkrules,
'trying:' in the rule bing evaluated, "next rule:" is the reason
the rule does not match, "matched:" repeats the matched rule, and
no match found is reported when te set of rules is exhausted.
2024-10-23 08:35:08 +11:00
..
2024-09-10 09:54:20 +00:00
2024-08-21 16:23:09 +02:00
2024-10-18 19:31:27 +00:00
2024-10-18 19:31:27 +00:00
2024-10-11 17:42:01 +02:00
2024-10-18 19:31:27 +00:00
2024-09-18 17:39:14 +02:00
2024-05-07 10:01:12 +10:00
2024-10-18 19:31:27 +00:00
2024-04-30 12:50:01 -07:00
2024-08-05 13:31:38 +00:00
2024-09-10 17:31:32 +02:00
2024-09-18 17:39:14 +02:00
2024-08-22 08:21:52 +02:00
2024-10-18 19:31:27 +00:00
2024-09-18 18:02:41 +02:00
2024-10-18 19:31:27 +00:00
2024-10-18 19:31:27 +00:00