Age | Commit message (Expand) | Author |
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 |
2020-02-24 | We are never required to "render glue first" since we just print what | Florian Obser |
2020-02-24 | dead store, pointed out by scan build | Florian Obser |
2020-02-24 | totext_filter_proc is always null, remove. | Florian Obser |
2020-02-24 | remove some unused code | Jonathan Gray |
2020-02-24 | remove some uneeded includes | Jonathan Gray |
2020-02-24 | We only need to check the owner for nsec3 records, remove all the | Florian Obser |
2020-02-24 | We are always preserving the order of records. | Florian Obser |
2020-02-24 | Stop generating DNS class and type enums. | Florian Obser |
2020-02-24 | Fix 'previously declared here' error on gcc3(luna88k). | Kenji Aoyama |
2020-02-23 | remove some unused functions | Jonathan Gray |
2020-02-23 | rmeove more unused functions and code | Joerg Jung |
2020-02-23 | remove unused parts of types.h | Jonathan Gray |
2020-02-23 | We never request to clone the buffer from the message parser. | Florian Obser |
2020-02-23 | We are not passing options to the message renderer. | Florian Obser |
2020-02-23 | Partial rendering was never implemented. | Florian Obser |
2020-02-23 | Remove unused fields from struct dst_key and stop passing name and | Florian Obser |
2020-02-23 | hmacs do not support NULL keys | Florian Obser |
2020-02-23 | All key funcs are populated, skip NULL check. | Florian Obser |
2020-02-23 | createctx2, verify2, and cleanup are always NULL. | Florian Obser |
2020-02-23 | Remove unused hmac functions from struct dst_func which in turn lets | Florian Obser |
2020-02-23 | remove unused structs | Jonathan Gray |
2020-02-23 | remove unused dns_rdatacallbacks struct and typedef | Jonathan Gray |