Age | Commit message (Expand) | Author |
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 |
2018-05-16 | ndb/cs: prevent deadlock with ndb/cs by mounting /srv/dns *AFTER* /net | cinap_lenrek |
2018-05-11 | ndb/dns: lookup *all* entries in dblookup(), v4 and v6 queries in parallel, r... | cinap_lenrek |
2018-05-01 | ndb/cs: fix crash in ndbredorder due to ndbnew() not maintaining the ->line ring | cinap_lenrek |
2018-04-28 | ndb/csquery: insert \n between read chunks | cinap_lenrek |
2018-04-19 | ndb/dnsquery, ndb/csquery: handle long lines | cinap_lenrek |
2018-04-17 | fix parseip() error handling in ipconfig, ppp, tftpfs and dns | cinap_lenrek |
2018-04-17 | ndb/dns: remove single-ip-address assuptions | cinap_lenrek |
2018-04-17 | ndb/cs: remove single-ip-address assumptions | cinap_lenrek |
2018-04-14 | ndb/cs: remove paranoia debug toggle | cinap_lenrek |
2018-01-28 | ndb/dns: cleanup | cinap_lenrek |
2018-01-28 | ndb/dns: fix leak in myaddr(), normalize ip strings | cinap_lenrek |
2018-01-28 | ndb/cs: handle v4 only case for rudp | cinap_lenrek |
2017-10-04 | ndb/cs: icmp only supports version 4 addresses, icmpv6 only version 6 addresses | cinap_lenrek |
2017-04-01 | ndb/dns: double Maxretries for long cname redirection chains | cinap_lenrek |
2016-11-17 | cmd: remove a bit of unused stuff | ftrvxmtrx |
2016-08-14 | ndb/cs: don't lookup AAAA records for IL, make sure translated address is IPv... | cinap_lenrek |
2016-07-24 | make error handling in 9p service loops consistent | cinap_lenrek |