summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/bin/dig/dig.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-111-2036/+0
* Switch to Makefile based builds.florian2020-01-281-1/+7
* Support for queries on ports != 53jca2020-01-261-3/+3
* unifdef sigchase. It is deprecated and never enabled on openbsd.florian2020-01-251-92/+1
* config.h and platform.h are unused nowflorian2020-01-221-3/+3
* remove -m from usage();jmc2020-01-211-2/+2
* Rip out custom memory allocator.florian2020-01-201-24/+16
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-201-2/+2
* Handle documentation of the remaining, more complicated defaultsschwarze2020-01-101-3/+3
* Use normal int types like int32_t instead of isc_int32_t.florian2020-01-091-10/+10
* We use __dead for functions that do not return.florian2020-01-091-4/+4
* unifdef WITH_IDN; prodding deraadt@florian2020-01-091-5/+1
* Assorted unifdefs:florian2020-01-091-13/+1
* unifdef pkcs11:florian2020-01-091-6/+2
* unifdef printf and string functions:florian2020-01-091-7/+7
* We are not windows. Minus 500 lines.florian2020-01-071-15/+1
* Remove thread support. Minus 4k lines.florian2020-01-071-5/+1
* manual page: drop +sit because it is merely a deprecated alias for +cookieschwarze2020-01-021-15/+14
* totally sync the manpage queryopts with usage(); i've adopted the usagejmc2019-12-311-11/+11
* add a list of valid queryopts to usage, and change "dig -h" to just displayjmc2019-12-301-99/+13
* use a standard synopsis/usage() layout, and tidy up the man page a little;jmc2019-12-271-4/+4
* dig not DiGderaadt2019-12-181-3/+3
* -h for help can be discovered other waysderaadt2019-12-181-3/+1
* Since dscp probing (setsockopt, special cmsg handling, etc) no longer occursderaadt2019-12-171-3/+3
* merge in https://github.com/isc-projects/bind9/commit/b8a04d50a361.patchsthen2019-12-171-5/+17
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-171-69/+180
* pledge +inet until the try_proto() garbage is neuteredderaadt2019-12-161-3/+3
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-301/+636
* reduce confusion about -p option. parse it, but only permit port 53, andtedu2016-06-051-3/+4
* exit() after perror() for pledge failure. Perhaps this got introducedderaadt2015-11-111-2/+6
* pledge bind(1), dig(1), and nslookup(1). This modifies the underlyingderaadt2015-10-251-1/+10
* parse "nameserver [host]:port" syntax in /etc/resolv.confstsp2009-08-161-1/+1
* resolve conflictsjakob2007-12-091-96/+225
* resolve conflicts and regen configure scriptjakob2007-01-101-3/+3
* fgets(3) returns NULL on error, not 0. No functional change, but it makescloder2006-10-101-3/+3
* resolve conflictsjakob2006-04-051-34/+6
* Do this correctly, and silence a sign comparison warning.cloder2005-04-141-1/+1
* Check snprintf for truncation and failure. From Han Boetes (thanks).cloder2005-04-141-2/+2
* resolve conflictsjakob2005-03-221-20/+45
* resolve conflictsjakob2004-09-281-139/+380
* update to BIND v9.2.3. ok todd@jakob2003-11-181-11/+14
* string cleaning; "Put it in. If it breaks, tough" Theo.todd2003-06-271-12/+7
* more snprintf and strlcpy/strlcat fixes. from todd@ and tedu@.jakob2003-04-231-2/+2
* add option to force IPv4/IPv6jakob2003-01-201-0/+14
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+1405