| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | expand ISC_FORMAT_PRINTF and get rid of formatcheck.h | 2020-02-13 | 11 | -66/+27 | ||
| | | ||||||
| * | unifdef CHECK; not sure why cppcheck would only trip over this macro, | 2020-02-13 | 1 | -11/+1 | ||
| | | | | | this .c file uses a bunch of other macros only defined in rdata.c. | |||||
| * | remove task and timer tracing | 2020-02-13 | 2 | -64/+1 | ||
| | | ||||||
| * | unifdef ISC_LIST_CHECKINIT | 2020-02-13 | 1 | -14/+1 | ||
| | | ||||||
| * | While we do have AF_UNIX support, dig doesn't use it. | 2020-02-13 | 2 | -31/+2 | ||
| | | ||||||
| * | Move DNS_NAME_INITABSOLUTE and DNS_NAME_INITNONABSOLUTE to a comon | 2020-02-13 | 4 | -52/+20 | ||
| | | | | | header to not have multiple copies. | |||||
| * | remove macros which defined extern "C" for C++ | 2020-02-13 | 73 | -473/+62 | ||
| | | | | | ok florian@ | |||||
| * | remove more uneeded include statements and files | 2020-02-13 | 26 | -159/+25 | ||
| | | ||||||
| * | remove unused macros | 2020-02-13 | 10 | -59/+7 | ||
| | | | | | ok florian@ | |||||
| * | No need for "high performance" macros. | 2020-02-13 | 3 | -98/+27 | ||
| | | | | | | | While here drop name_length() function and replace it with name->length. (Found because clang now complained that we are dropping a const qualifier). | |||||
| * | use libc inet_aton(3) | 2020-02-13 | 3 | -199/+3 | ||
| | | | | | ok florian@ benno@ jung@ | |||||
| * | remove unused define | 2020-02-13 | 1 | -5/+1 | ||
| | | ||||||
| * | we do not have gost | 2020-02-13 | 1 | -19/+1 | ||
| | | ||||||
| * | trust gettimeofday doing the right thing | 2020-02-13 | 2 | -88/+2 | ||
| | | ||||||
| * | remove ISC_HEAP_CHECK knob, it was never turned | 2020-02-13 | 1 | -19/+1 | ||
| | | ||||||
| * | it has been 16 years... | 2020-02-13 | 1 | -5/+1 | ||
| | | ||||||
| * | unifdef SKAN_MSG_DEBUG, it was never defined | 2020-02-13 | 1 | -60/+1 | ||
| | | ||||||
| * | remove DNS_RDATA_CHECKINITIALIZED knob | 2020-02-13 | 1 | -10/+0 | ||
| | | ||||||
| * | We are not interested in working around shortcomings of ancient | 2020-02-13 | 2 | -25/+2 | ||
| | | | | | versions of the clang static analyzer. | |||||
| * | unfidef assertions.h to always have assertions enabled; no change | 2020-02-13 | 3 | -62/+3 | ||
| | | | | | | | | in behaviour. While here unifdef one remaining __COVERITY__. While we might want to move away from assertions we can't just nuke them since they are used for error checking. | |||||
| * | remove some files containing only comments | 2020-02-12 | 6 | -148/+4 | ||
| | | ||||||
| * | remove some unreferenced functions | 2020-02-12 | 79 | -5621/+61 | ||
| | | | | | ok florian@ | |||||
| * | Prevent double free in error path; pointed out by scan-build. | 2020-02-12 | 1 | -1/+2 | ||
| | | ||||||
| * | remove uneeded include files | 2020-02-11 | 2 | -232/+0 | ||
| | | | | | ok florian@ | |||||
| * | remove uneeded #include lines | 2020-02-11 | 39 | -136/+39 | ||
| | | | | | ok florian@ | |||||
| * | Replace SIZE defines with sizeof. | 2020-02-11 | 2 | -19/+7 | ||
| | | | | | | While here replace memmove with memcpy, the arguments do not overlap. OK millert, deraadt | |||||
| * | Pretty sure sha1 works most of the time, no need to check during | 2020-02-11 | 5 | -129/+6 | ||
| | | | | | runtime. | |||||
| * | Remove unused functionality from dst_api.c. | 2020-02-11 | 6 | -1093/+8 | ||
| | | | | | OK millert | |||||
| * | unifdef feature checks; we have all these things. | 2020-02-11 | 5 | -71/+4 | ||
| | | | | | OK millert | |||||
| * | Move dig(1) and needed DNS libraries into it's own source directory in | 2020-02-07 | 324 | -0/+80203 | ||
| usr.bin/dig. From the beginning when we started to remove unneeded nameserver code, it was our goal to extract dig functionality from the bind sources, for everyone's benefit as this is easier to reason about. In total we removed about 2/3 or over 300.000 lines of code. We kept the lib/ subdirectory layout but moved the content of bin/ to the top from the old bind source directory. Previous sources and history can be found in the src/usr.sbin/bind Attic. With & OK deraadt Proposed directory layout sounds good to sthen | ||||||
