| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-04-02 | Implement ZONEMD (RFC8976), based on DS (ds_43.c) |  florian | 3 | -2/+124 |
| 2020-12-21 | Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}. |  florian | 2 | -40/+2 |
| 2020-12-20 | Fix copy-pasto when selecting the addresses read from resolv.conf by |  otto | 1 | -1/+1 |
| 2020-11-28 | Use IN_MULTICAST correctly, so it checks the IP address rather than the |  jmatthew | 1 | -2/+2 |
| 2020-11-01 | Implement Extended DNS Error (RFC 8914). |  florian | 2 | -1/+78 |
| 2020-10-19 | Do not "fall through" to the last "else" when we parsed the character. |  florian | 1 | -1/+5 |
| 2020-09-15 | We have sockaddr_storage these days, get rid of isc_sockaddr_t. |  florian | 5 | -118/+135 |
| 2020-09-15 | The various sockaddr structures have length fields these days. |  florian | 3 | -13/+8 |
| 2020-09-15 | we no longer need isc_netaddr_t |  florian | 6 | -216/+16 |
| 2020-09-15 | remove 3 unused protos; ok florian |  deraadt | 1 | -8/+1 |
| 2020-09-15 | rewrite generating of IPv6 reverse names, lets us get rid of byaddr. |  florian | 3 | -203/+2 |
| 2020-09-15 | move islinklocal, ismulticast, issitelocal from netaddr to sockaddr |  florian | 3 | -76/+14 |
| 2020-09-14 | Mechanically replace isc_boolean_t with int. |  florian | 97 | -774/+727 |
| 2020-09-14 | Bunch of dead stores and otherwise unused stuff lets us get rid of |  florian | 21 | -210/+27 |
| 2020-09-14 | Rewrite isc_time_microdiff() as uelapsed() and put it directly |  florian | 4 | -94/+8 |
| 2020-09-13 | Get rid of isc_parse_uint32() and replace it with strtonum. |  florian | 4 | -108/+3 |
| 2020-09-13 | remove unused lex states |  florian | 1 | -55/+1 |
| 2020-09-13 | remove unused LEX_OPTs |  florian | 2 | -103/+5 |
| 2020-09-13 | No need to refcount the parser, we never hold more than one reference. |  florian | 2 | -37/+12 |
| 2020-09-12 | Remove unused callback mechanism / indirection. |  florian | 1 | -37/+9 |
| 2020-05-10 | fix socket_log() calls, EVENT expands to three comma separated |  otto | 1 | -4/+4 |
| 2020-05-08 | Make sure cmsgbufs are properly aligned by using the idiom from the |  otto | 1 | -4/+14 |
| 2020-04-02 | Replace a bunch of hand rolled date / time math with gmtime(3). |  florian | 2 | -87/+24 |
| 2020-03-27 | unused constants |  florian | 1 | -16/+1 |
| 2020-02-26 | no need to go through RETERR when we return a constant |  florian | 5 | -22/+22 |
| 2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need |  florian | 59 | -524/+426 |
| 2020-02-26 | In preparation of compiling lib/dns/rdata/ files individually we need |  florian | 63 | -228/+178 |
| 2020-02-26 | Always printing unknown types as TYPE%u and not sometimes as %u |  florian | 79 | -458/+63 |
| 2020-02-26 | Rewrite dns_rdatatype_fromtext to use a binary search over a static |  florian | 2 | -258/+125 |
| 2020-02-25 | use timingsafe_bcmp and get rid of now unused safe.c |  florian | 6 | -86/+13 |
| 2020-02-25 | use freezero() rather that explicit_bzero() when free() is immediately |  deraadt | 2 | -14/+8 |
| 2020-02-25 | malloc(a * b) -> reallocarray(NULL, a, b) |  deraadt | 9 | -44/+24 |
| 2020-02-25 | unused file |  florian | 1 | -59/+0 |
| 2020-02-25 | declare isc_appctx_t once where it is used |  jsg | 2 | -9/+2 |
| 2020-02-25 | Do not generate dns_rdatatype_attributes and dns_rdatatype_totext. |  florian | 2 | -36/+360 |
| 2020-02-25 | reduce multiple newlines |  jsg | 120 | -604/+91 |
| 2020-02-25 | remove some unused typedefs |  jsg | 3 | -21/+2 |
| 2020-02-25 | remove some unused defines |  jsg | 1 | -15/+0 |
| 2020-02-24 | Stop generating rdatastruct.h and put the dns_rdata_* structs for |  florian | 85 | -2561/+47 |
| 2020-02-24 | Delete a few more fromstruct_*, tostruct_* and freestruct_* functions |  florian | 6 | -356/+4 |
| 2020-02-24 | We only need to create cname, ns, soa and tsig structs. |  florian | 78 | -2239/+134 |
| 2020-02-24 | We only need to fill a wire format buffer from soa and tsig structs. |  florian | 80 | -1545/+128 |
| 2020-02-24 | We only need to free cname, ns, soa and tsig structs. |  florian | 78 | -791/+117 |
| 2020-02-24 | We are never required to "render glue first" since we just print what |  florian | 2 | -39/+2 |
| 2020-02-24 | dead store, pointed out by scan build |  florian | 1 | -11/+1 |
| 2020-02-24 | totext_filter_proc is always null, remove. |  florian | 2 | -21/+2 |
| 2020-02-24 | remove some unused code |  jsg | 8 | -399/+6 |
| 2020-02-24 | remove some uneeded includes |  jsg | 16 | -58/+32 |
| 2020-02-24 | We only need to check the owner for nsec3 records, remove all the |  florian | 82 | -1033/+61 |
| 2020-02-24 | We are always preserving the order of records. |  florian | 83 | -2495/+85 |