Age | Commit message (Expand) | Author |
2021-06-12 | space between rfc and number; | Jason McIntyre |
2021-04-02 | Implement ZONEMD (RFC8976), based on DS (ds_43.c) | Florian Obser |
2021-03-12 | spelling | Jonathan Gray |
2020-12-21 | Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}. | Florian Obser |
2020-12-20 | Fix EDNS Client Subnet option (+subnet=) | Florian Obser |
2020-12-20 | Fix IPv6 link-local address handling for nameservers to talk to as | Florian Obser |
2020-12-20 | Fix copy-pasto when selecting the addresses read from resolv.conf by | Otto Moerbeek |
2020-11-28 | Use IN_MULTICAST correctly, so it checks the IP address rather than the | Jonathan Matthew |
2020-11-01 | Implement Extended DNS Error (RFC 8914). | Florian Obser |
2020-10-19 | Do not "fall through" to the last "else" when we parsed the character. | Florian Obser |
2020-09-15 | We have sockaddr_storage these days, get rid of isc_sockaddr_t. | Florian Obser |
2020-09-15 | The various sockaddr structures have length fields these days. | Florian Obser |
2020-09-15 | we no longer need isc_netaddr_t | Florian Obser |
2020-09-15 | remove 3 unused protos; ok florian | Theo de Raadt |
2020-09-15 | rewrite generating of IPv6 reverse names, lets us get rid of byaddr. | Florian Obser |
2020-09-15 | move islinklocal, ismulticast, issitelocal from netaddr to sockaddr | Florian Obser |
2020-09-15 | Fix botched conversion. This was not converted from parse_uint() which | Florian Obser |
2020-09-14 | Mechanically replace isc_boolean_t with int. | Florian Obser |
2020-09-14 | Bunch of dead stores and otherwise unused stuff lets us get rid of | Florian Obser |
2020-09-14 | Rewrite isc_time_microdiff() as uelapsed() and put it directly | Florian Obser |
2020-09-13 | Get rid of isc_parse_uint32() and replace it with strtonum. | Florian Obser |
2020-09-13 | remove unused lex states | Florian Obser |
2020-09-13 | remove unused LEX_OPTs | Florian Obser |
2020-09-13 | No need to refcount the parser, we never hold more than one reference. | Florian Obser |
2020-09-12 | Remove unused callback mechanism / indirection. | Florian Obser |
2020-05-10 | fix socket_log() calls, EVENT expands to three comma separated | Otto Moerbeek |
2020-05-08 | Make sure cmsgbufs are properly aligned by using the idiom from the | Otto Moerbeek |
2020-04-28 | Rather than attempting to lookup the keyword "set" as a hostname, | Theo de Raadt |
2020-04-02 | Replace a bunch of hand rolled date / time math with gmtime(3). | Florian Obser |
2020-03-27 | unused constants | Florian Obser |
2020-02-26 | no need to go through RETERR when we return a constant | Florian Obser |
2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need | Florian Obser |
2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need | Florian Obser |
2020-02-26 | Always printing unknown types as TYPE%u and not sometimes as %u | Florian Obser |
2020-02-26 | Rewrite dns_rdatatype_fromtext to use a binary search over a static | Florian Obser |
2020-02-25 | use timingsafe_bcmp and get rid of now unused safe.c | Florian Obser |
2020-02-25 | use freezero() rather that explicit_bzero() when free() is immediately | Theo de Raadt |
2020-02-25 | traditional nslookup would not fatal if the server name was undiscoverable. | Theo de Raadt |
2020-02-25 | malloc(a * b) -> reallocarray(NULL, a, b) | Theo de Raadt |
2020-02-25 | unused file | Florian Obser |
2020-02-25 | declare isc_appctx_t once where it is used | Jonathan Gray |
2020-02-25 | Do not generate dns_rdatatype_attributes and dns_rdatatype_totext. | Florian Obser |
2020-02-25 | reduce multiple newlines | Jonathan Gray |
2020-02-25 | remove some unused typedefs | Jonathan Gray |
2020-02-25 | remove some unused defines | Jonathan Gray |
2020-02-24 | Stop generating rdatastruct.h and put the dns_rdata_* structs for | Florian Obser |
2020-02-24 | Delete a few more fromstruct_*, tostruct_* and freestruct_* functions | Florian Obser |
2020-02-24 | We only need to create cname, ns, soa and tsig structs. | Florian Obser |
2020-02-24 | We only need to fill a wire format buffer from soa and tsig structs. | Florian Obser |
2020-02-24 | We only need to free cname, ns, soa and tsig structs. | Florian Obser |