You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PTR/NS/CNAME/MX/SRV records now use the correct DNS_COUNT_NAME (dnsp_name) wire format that Samba actually stores in the dnsRecord attribute: [total_len][label_count][len]label…[0x00]. The previous 0.1.5 encoding ([len]dotted-string) was rejected/garbled by Samba, so PTR records could not be added or displayed
SRV record integer fields (priority/weight/port) now parsed as little-endian (NDR default), matching MX
Added unit tests for DNS name encode/parse round-trip and exact byte layout