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