summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ndb
AgeCommit message (Expand)Author
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
2018-05-16ndb/cs: prevent deadlock with ndb/cs by mounting /srv/dns *AFTER* /netcinap_lenrek
2018-05-11ndb/dns: lookup *all* entries in dblookup(), v4 and v6 queries in parallel, r...cinap_lenrek
2018-05-01ndb/cs: fix crash in ndbredorder due to ndbnew() not maintaining the ->line ringcinap_lenrek
2018-04-28ndb/csquery: insert \n between read chunkscinap_lenrek
2018-04-19ndb/dnsquery, ndb/csquery: handle long linescinap_lenrek
2018-04-17fix parseip() error handling in ipconfig, ppp, tftpfs and dnscinap_lenrek
2018-04-17ndb/dns: remove single-ip-address assuptionscinap_lenrek
2018-04-17ndb/cs: remove single-ip-address assumptionscinap_lenrek
2018-04-14ndb/cs: remove paranoia debug togglecinap_lenrek
2018-01-28ndb/dns: cleanupcinap_lenrek
2018-01-28ndb/dns: fix leak in myaddr(), normalize ip stringscinap_lenrek
2018-01-28ndb/cs: handle v4 only case for rudpcinap_lenrek
2017-10-04ndb/cs: icmp only supports version 4 addresses, icmpv6 only version 6 addressescinap_lenrek
2017-04-01ndb/dns: double Maxretries for long cname redirection chainscinap_lenrek
2016-11-17cmd: remove a bit of unused stuffftrvxmtrx
2016-08-14ndb/cs: don't lookup AAAA records for IL, make sure translated address is IPv...cinap_lenrek
2016-07-24make error handling in 9p service loops consistentcinap_lenrek