summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ndb
AgeCommit message (Expand)Author
2023-01-04ndb/dns: allow specifying local ip addresses for serving dnscinap_lenrek
2022-12-18ndb/dns: procgetname(): use /proc instead of #pcinap_lenrek
2022-12-12ndb/dns, ndb/cs: post to /srv instead of #scinap_lenrek
2022-12-10ndb/dns: don't try to resolve local dns serverscinap_lenrek
2021-11-03ndb/dns: use decimal encoding for txt rr string escapescinap_lenrek
2021-11-03ndb/dns: handle txt rr strings as binary, remove nullrr ndb codecinap_lenrek
2021-11-03libndb: move mkptrname() into libndb to avoid duplicationcinap_lenrek
2021-11-01ndb/dnsquery: make ! bang work with reverse lookups, document in ndb(8)cinap_lenrek
2021-11-01ndb/dns: use correct attribute when serializing caa record in ndb formatcinap_lenrek
2021-11-01ndb/dnsdebug: dont duplicate rrfmt()cinap_lenrek
2021-11-01ndb/dns: fix ndb serialization of RR*cinap_lenrek
2021-10-24ndb/dns: implement caa record type in ndbcinap_lenrek
2021-09-08ndb/dns: make dblookup() consistent with cachedb operation, bring back txtrr ...cinap_lenrek
2021-09-08ndb/dnsdebug: make usage flags consistentcinap_lenrek
2021-09-08ndb/dns: fix wrong ndb attribute "txtrr" vs. "txt" for caching servercinap_lenrek
2021-02-19/sys/src/cmd/ndb/dns.h:sl
2021-02-14ndb/dns: implement RFC6844 certificate authority authorization record typecinap_lenrek
2020-12-20ndb/dns: handle dnskey RR's (thanks moody)cinap_lenrek
2020-10-17ndb/dnsdebug: add -c flag to debug caching dns server behaviourcinap_lenrek
2020-10-17ndb/dns: mark ns record authoritative when in our area for delegationcinap_lenrek
2020-08-08ndb/dns: allow multiple txt, nullrr, cert, key and sig records (thanks kvik)cinap_lenrek
2020-08-01pre-lib9p servers: fix incorrect Tversion handlingkvik
2020-05-02make bind(2) error handling consistentcinap_lenrek
2019-10-13ndb/dns: handle empty $DNSSERVERcinap_lenrek
2019-08-30ndb/dnsquery, ndb/csquery: write ">" prompt to stderr (thanks kvik)cinap_lenrek
2019-02-12ip/ipconfig, ndb/dns, libndb: handle parseipmask() errorscinap_lenrek
2019-02-11ndb/dns: provide v4 argument to parseipmask(), use snprint() instead of sprint()cinap_lenrek
2018-11-06dnstcp: temporarily switch on resolver mode so we can resolve the dnsslaves f...cinap_lenrek
2018-10-20fix misleading/wrong fd checksBurnZeZ
2018-10-11ndb/dnstcp: only lookup the expected address type in findserver()cinap_lenrek
2018-10-11ndb/dns: use nil for pointers in dnresolve() argscinap_lenrek
2018-10-11ndb/dns: do recursive lookup for dnsslave=cinap_lenrek
2018-10-11ndb/dns: avoid format strings in procnamecinap_lenrek
2018-10-09ndb/dnstcp: return a proper non-answer when rejecting zone transfercinap_lenrek
2018-10-09ndb/dns: fix format print warning for procsetname(), cleanupcinap_lenrek
2018-10-09ndb/dns: send_notify() to multiple ip addresses in parallel, filter myip()cinap_lenrek
2018-10-09ndb/dnstcp: restrict DNS zone transfers to clients listed as dnsslave=cinap_lenrek
2018-09-26libc: add procsetname()cinap_lenrek
2018-09-26libc: return number of bytes produced for idn2utf() and utf2idn()cinap_lenrek
2018-09-25ndb/inform: handle internationalized domain namescinap_lenrek
2018-09-25ndb/dns: use libc's new idn functionscinap_lenrek
2018-09-16libndb: make ndbipinfo() walk ipnet for all matching entries, concatenate and...cinap_lenrek
2018-09-09ndb/cs: don't do dns lookups when all we got is loopback or link local addressescinap_lenrek
2018-07-16ndb/dns: fix delegation with norecursion (-R flag)cinap_lenrek
2018-07-13ndb/dnsgetip: report errors when dns resolution failsmischief
2018-07-10ndb/cs: add -6 flag for v6 only lookups and "ipv4" control message to toggle ...cinap_lenrek
2018-06-26ndb/dns: fix encoding of srv record targetcinap_lenrek
2018-06-01ndb/cs: make ipv6 only host practical by checking ip version on local interfacescinap_lenrek
2018-05-23ndb/dnsdebug: handle .ip6.arpa namescinap_lenrek
2018-05-23ndb/dnsquery: handle .ip6.arpa names, don't mount the dns servicecinap_lenrek