| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finish moving of dig(1) to /usr/bin/dig by removing the sources in the |  florian | 2020-02-11 | 1 | -2753/+0 |
| * | Support for queries on ports != 53 |  jca | 2020-01-26 | 1 | -2/+2 |
| * | Remove unused code from socket.c |  florian | 2020-01-26 | 1 | -590/+18 |
| * | get rid of lib/isc/nothreads |  florian | 2020-01-26 | 1 | -3/+0 |
| * | Oops, one break too many removed; unbreak +tcp. |  florian | 2020-01-24 | 1 | -0/+1 |
| * | Remove overly complicated set_rcvbuf. Very likely not needed in dig et al. |  florian | 2020-01-23 | 1 | -68/+0 |
| * | Remove socket types that we are not going to use, like AF_UNIX sockets. |  florian | 2020-01-23 | 1 | -1183/+30 |
| * | config.h and platform.h are unused now |  florian | 2020-01-22 | 1 | -2/+2 |
| * | unifdef the last config.h bits |  florian | 2020-01-22 | 1 | -54/+0 |
| * | Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T as |  florian | 2020-01-22 | 1 | -15/+12 |
| * | eliminate many other possibilities in favor of just using select() here. |  tedu | 2020-01-22 | 1 | -424/+0 |
| * | remove mutex.h etc. since this code is now unthreaded. |  tedu | 2020-01-21 | 1 | -238/+0 |
| * | Rip out custom memory allocator. |  florian | 2020-01-20 | 1 | -85/+59 |
| * | As millert@ points out we can replace isc_string_touint64 with |  florian | 2020-01-20 | 1 | -1/+1 |
| * | Do not use a message catalog for error messages. |  florian | 2020-01-20 | 1 | -129/+32 |
| * | unifdef threading related defines |  florian | 2020-01-20 | 1 | -19/+0 |
| * | We are not using json, xml nor httpd. |  florian | 2020-01-20 | 1 | -279/+2 |
| * | Remove various unused bits and pieces from lib/isc. |  florian | 2020-01-09 | 1 | -654/+0 |
| * | Use normal int types like int32_t instead of isc_int32_t. |  florian | 2020-01-09 | 1 | -5/+5 |
| * | Nuke atomics support. This gets rid of 4k lines of code including a bunch |  florian | 2020-01-09 | 1 | -186/+1 |
| * | Assorted unifdefs: |  florian | 2020-01-09 | 1 | -17/+0 |
| * | unifdef printf and string functions: |  florian | 2020-01-09 | 1 | -1/+1 |
| * | unifdef network defines: |  florian | 2020-01-09 | 1 | -126/+0 |
| * | Remove thread support. Minus 4k lines. |  florian | 2020-01-07 | 1 | -42/+0 |
| * | unifdef _AIX |  sthen | 2019-12-18 | 1 | -34/+0 |
| * | Add back some SOCK_DNS to socket() calls, and add a few more while |  deraadt | 2019-12-17 | 1 | -3/+3 |
| * | update to 9.10.8-P1, last isc-licensed release |  sthen | 2019-12-17 | 1 | -129/+104 |
| * | Update to bind-9.10.5-P3, which appears to have been the last ISC version. |  deraadt | 2019-12-16 | 1 | -761/+3427 |
| * | Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). |  krw | 2016-04-16 | 1 | -1/+1 |
| * | pledge bind(1), dig(1), and nslookup(1). This modifies the underlying |  deraadt | 2015-10-25 | 1 | -2/+2 |
| * | Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@ |  millert | 2008-08-04 | 1 | -134/+302 |
| * | Dynamically allocate fd_sets so we are not limited to FD_SETSIZE |  millert | 2008-07-16 | 1 | -49/+137 |
| * | msg_controllen has to be CMSG_SPACE so that the kernel can account for |  deraadt | 2008-03-24 | 1 | -27/+15 |
| * | CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if you |  deraadt | 2008-03-19 | 1 | -15/+27 |
| * | more strcpy fixes |  jakob | 2007-12-09 | 1 | -3/+3 |
| * | resolve conflicts |  jakob | 2007-12-09 | 1 | -51/+339 |
| * | resolve conflicts and regen configure script |  jakob | 2007-01-10 | 1 | -5/+27 |
| * | resolve conflicts |  jakob | 2006-04-05 | 1 | -41/+64 |
| * | resolve conflicts |  jakob | 2005-03-22 | 1 | -11/+9 |
| * | resolve conflicts |  jakob | 2004-09-28 | 1 | -126/+245 |
| * | Privilege seperation for named. Allows named to handle address/interface |  canacar | 2004-03-12 | 1 | -1/+12 |
| * | update to BIND v9.2.3. ok todd@ |  jakob | 2003-11-18 | 1 | -5/+34 |
| * | update to BIND 9.2.2-release. ok millert@ |  jakob | 2003-03-05 | 1 | -7/+7 |
| * | ISC BIND version 9.2.2rc1 |  jakob | 2003-01-20 | 1 | -0/+3357 |