summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ndb
AgeCommit message (Expand)Author
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
2016-07-24ndb/dns: remove procname statistics and restart feature, cleanup 9p service loopcinap_lenrek
2016-06-27ndb/dns: purge db records on refresh for resolvers, remove old debug and test...cinap_lenrek
2016-05-16ndb/cs: fix memory leak (charles forsyth)cinap_lenrek
2016-02-22ndb/dns: initialize unknown fids to point to the root qidcinap_lenrek
2016-02-16ndb/dns: removing the buggy /net.alt remount hackcinap_lenrek
2016-01-12ndb/dnstcp: -x specifies the mountmointcinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2015-06-14ndb/dns: cleanup forwarding code (redistrib())cinap_lenrek
2015-06-13ndb/dns: use same buffer size of udp packet in redistrib() as dnudpserver() (...cinap_lenrek
2015-03-11ndb/dns: reduce sencodefmt() to not link in enc32()/enc64() encoderscinap_lenrek
2014-12-13ndb/cs: fix spelling (thanks mischief)cinap_lenrek
2014-12-10dnsgetip: filter negative answers, remove -f flag, use dnsgetip logfilecinap_lenrek
2014-12-09ndb: add dnsgetip program to resolve A and AAAA records during bootstrappingmischief
2014-12-08ndb/dns: ignore terminating authoritative flag for no-answer when more namese...cinap_lenrek
2014-10-29cs: fix linefeeds in syslog(), cleanupcinap_lenrek
2014-10-29cs: use /net/ether* instead /net/ether[0123], dont remove srv file with -n, d...cinap_lenrek
2014-09-28ndb/dns: request recursion only for local dns serverscinap_lenrek
2014-08-08ndb/dns: fix nil dereference crash with convM2DNS() returning reqmsg.qd == nilcinap_lenrek
2013-11-28ndb/dns: check bad name length in convM2DNS.c:^gname()cinap_lenrek
2013-11-26ndb/dns: do dnresolve() loopcheck only on hosts that we havnt already triedcinap_lenrek
2013-11-24ndb/dns: add support for internationalized domain namescinap_lenrek
2013-11-23ndb/dns: ignore refused (5) error repliescinap_lenrek
2013-11-20ndb/dns: filter dns answers avoiding cache poisoningcinap_lenrek
2013-11-17ndb/dns: another attempt...cinap_lenrek
2013-11-16ndb/dns: detect query loopscinap_lenrek
2013-11-15ndb/dns: various changescinap_lenrek
2013-11-13ndb/dns: case sensitive ndb attributes, Domlen consistency, dblookup() inplac...cinap_lenrek
2013-08-04dns: ignore spam addresses from cname answerscinap_lenrek
2013-06-21ndb/dns: avoid duplicate entries for db recordscinap_lenrek
2013-06-16make filesystem handling of read9pmsg() consistentcinap_lenrek
2013-06-14ndb/cs, ndb/dns: ignore special commands from users different from the one we...cinap_lenrek
2013-04-11ndb/dns: dont override req->aborttime in udpquery()cinap_lenrek
2013-01-05ndb/dnsdebug: make sure request is initialized (import from sources)cinap_lenrek
2012-08-29ndb/dns: fix mistakecinap_lenrek
2012-08-29ndb/dns: bug fixes and massive cleanupcinap_lenrek
2012-08-26dns: fix rr->srv memory leak in rrcopy, mark rr->sig->signer, dn aging, cleanupcinap_lenrek
2012-08-26ndb/dns: fix netmkaddr() race, dnlock consistency, strcpy, cleanupscinap_lenrek
2012-08-22ndb/dns: fix memory corruption and bad serveraddrs() range checkscinap_lenrek
2012-08-08ndb/dns: cleanupcinap_lenrek
2012-07-29ndb/cs: limit number of slave procscinap_lenrek
2012-07-28ndb/cs/dns: make sure never to block the 9p loop when we run out of processes...cinap_lenrek
2012-05-03bring back il protocol supportcinap_lenrek
2012-04-28ndb/cs: add lookups for sshstanley lieber
2012-04-24fix more fd <= 0 bugscinap_lenrek
2012-03-23ndb/cs: fix use after free caused by flush/clunk happening before dns lookup ...cinap_lenrek
2012-03-16ndb: avoid double /net/ndbcinap_lenrek
2012-03-09dns: import changes from sourcescinap_lenrek
2012-03-02dns: discover my ip address at runtimecinap_lenrek