summaryrefslogtreecommitdiff
path: root/usr.sbin/bind/bin/dig
AgeCommit message (Expand)Author
2020-02-11Finish moving of dig(1) to /usr/bin/dig by removing the sources in theFlorian Obser
2020-02-05Replace atoi with strtonum for stricter and safer integer parsing.Florian Obser
2020-02-04just use netdb.h directlyFlorian Obser
2020-02-04Remove unused typedefs that got left behind in previousFlorian Obser
2020-02-04Get rid of getopt(3) compat code.Florian Obser
2020-01-28Nuke autohell from orbit. It's the only way to be sure.Florian Obser
2020-01-28Switch to Makefile based builds.Florian Obser
2020-01-26Support for queries on ports != 53Jeremie Courreges-Anglas
2020-01-26Remove now unused unix/file.c and unix/fsaccess.cFlorian Obser
2020-01-25unifdef sigchase. It is deprecated and never enabled on openbsd.Florian Obser
2020-01-25The config parser lets us know when the key file can't be found.Florian Obser
2020-01-24Since we are no longer using config.h we can remove a lot of featureFlorian Obser
2020-01-23We can always create IPv4 and IPv6 sockets.Florian Obser
2020-01-22config.h and platform.h are unused nowFlorian Obser
2020-01-22unifdef the last config.h bitsFlorian Obser
2020-01-21remove mutex.h etc. since this code is now unthreaded.Ted Unangst
2020-01-21remove -m from usage();Jason McIntyre
2020-01-20We no longer support "memory usage" debugging.Florian Obser
2020-01-20Rip out custom memory allocator.Florian Obser
2020-01-20As millert@ points out we can replace isc_string_touint64 withFlorian Obser
2020-01-20Fix a address family desynchronisation between lwres_conf andFlorian Obser
2020-01-20Reduce tsig support to what is needed by dig et al by removing theFlorian Obser
2020-01-10Handle documentation of the remaining, more complicated defaultsIngo Schwarze
2020-01-09Remove readline support from nslookup.Florian Obser
2020-01-09Use normal int types like int32_t instead of isc_int32_t.Florian Obser
2020-01-09We use __dead for functions that do not return.Florian Obser
2020-01-09Replace entropy.c, random.c and an outdated arc4random copy withFlorian Obser
2020-01-09unifdef WITH_IDN; prodding deraadt@Florian Obser
2020-01-09Assorted unifdefs:Florian Obser
2020-01-09unifdef pkcs11:Florian Obser
2020-01-09unifdef printf and string functions:Florian Obser
2020-01-07Remove backtrace support. Minus 800 lines.Florian Obser
2020-01-07We are not windows. Minus 500 lines.Florian Obser
2020-01-07Remove thread support. Minus 4k lines.Florian Obser
2020-01-06We don't need libbind9 if we remove a thick wrapper around getaddrinfoFlorian Obser
2020-01-06We only need the config parser from liblwres.Florian Obser
2020-01-06document the defaults for several query options;Ingo Schwarze
2020-01-04Jason suggested that stating defaults with a postfix "(on/off by default)"Ingo Schwarze
2020-01-04Avoid the misleading term "toggle". There are no query optionsIngo Schwarze
2020-01-02Correct information about default options: by default, +besteffortIngo Schwarze
2020-01-02another simple case of a default that i missed: +adflagIngo Schwarze
2020-01-02jmc@ suggested to just say "The default is +opt" rather than repeatingIngo Schwarze
2020-01-02simple markup fixes:Ingo Schwarze
2020-01-02Correct the markup of option arguments involving = signs.Ingo Schwarze
2020-01-02manual page: drop +sit because it is merely a deprecated alias for +cookieIngo Schwarze
2019-12-31totally sync the manpage queryopts with usage(); i've adopted the usageJason McIntyre
2019-12-30tidy up the query options list, sync it as best as possible with usage,Jason McIntyre
2019-12-30add a list of valid queryopts to usage, and change "dig -h" to just displayJason McIntyre
2019-12-27tidy up the page;Jason McIntyre
2019-12-27use a standard synopsis/usage() layout, and tidy up the man page a little;Jason McIntyre