summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/bin/dig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-119-9523/+0
* Replace atoi with strtonum for stricter and safer integer parsing.florian2020-02-051-9/+15
* just use netdb.h directlyflorian2020-02-041-14/+7
* Remove unused typedefs that got left behind in previousflorian2020-02-041-4/+2
* Get rid of getopt(3) compat code.florian2020-02-042-31/+28
* Nuke autohell from orbit. It's the only way to be sure.florian2020-01-281-111/+0
* Switch to Makefile based builds.florian2020-01-286-13/+28
* Support for queries on ports != 53jca2020-01-263-5/+5
* Remove now unused unix/file.c and unix/fsaccess.cflorian2020-01-261-2/+2
* unifdef sigchase. It is deprecated and never enabled on openbsd.florian2020-01-255-2381/+2
* The config parser lets us know when the key file can't be found.florian2020-01-251-4/+1
* Since we are no longer using config.h we can remove a lot of featureflorian2020-01-241-9/+7
* We can always create IPv4 and IPv6 sockets.florian2020-01-231-13/+3
* config.h and platform.h are unused nowflorian2020-01-224-7/+7
* unifdef the last config.h bitsflorian2020-01-222-5/+1
* remove mutex.h etc. since this code is now unthreaded.tedu2020-01-211-55/+1
* remove -m from usage();jmc2020-01-211-2/+2
* We no longer support "memory usage" debugging.florian2020-01-201-5/+3
* Rip out custom memory allocator.florian2020-01-205-160/+110
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-204-6/+6
* Fix a address family desynchronisation between lwres_conf andflorian2020-01-201-2/+8
* Reduce tsig support to what is needed by dig et al by removing theflorian2020-01-201-4/+4
* Handle documentation of the remaining, more complicated defaultsschwarze2020-01-102-32/+32
* Remove readline support from nslookup.florian2020-01-091-26/+0
* Use normal int types like int32_t instead of isc_int32_t.florian2020-01-095-54/+54
* We use __dead for functions that do not return.florian2020-01-093-9/+9
* Replace entropy.c, random.c and an outdated arc4random copy withflorian2020-01-091-19/+8
* unifdef WITH_IDN; prodding deraadt@florian2020-01-094-224/+2
* Assorted unifdefs:florian2020-01-093-38/+2
* unifdef pkcs11:florian2020-01-092-28/+4
* unifdef printf and string functions:florian2020-01-095-13/+13
* Remove backtrace support. Minus 800 lines.florian2020-01-071-2/+1
* We are not windows. Minus 500 lines.florian2020-01-071-15/+1
* Remove thread support. Minus 4k lines.florian2020-01-071-5/+1
* We don't need libbind9 if we remove a thick wrapper around getaddrinfoflorian2020-01-062-12/+70
* We only need the config parser from liblwres.florian2020-01-061-33/+8
* document the defaults for several query options;schwarze2020-01-061-15/+13
* Jason suggested that stating defaults with a postfix "(on/off by default)"schwarze2020-01-041-74/+32
* Avoid the misleading term "toggle". There are no query optionsschwarze2020-01-041-12/+19
* Correct information about default options: by default, +besteffortschwarze2020-01-021-4/+6
* another simple case of a default that i missed: +adflagschwarze2020-01-021-2/+3
* jmc@ suggested to just say "The default is +opt" rather than repeatingschwarze2020-01-021-27/+53
* simple markup fixes:schwarze2020-01-021-25/+45
* Correct the markup of option arguments involving = signs.schwarze2020-01-021-9/+10
* manual page: drop +sit because it is merely a deprecated alias for +cookieschwarze2020-01-022-39/+18
* totally sync the manpage queryopts with usage(); i've adopted the usagejmc2019-12-312-40/+42
* tidy up the query options list, sync it as best as possible with usage,jmc2019-12-301-99/+56
* add a list of valid queryopts to usage, and change "dig -h" to just displayjmc2019-12-302-102/+16
* tidy up the page;jmc2019-12-271-95/+81
* use a standard synopsis/usage() layout, and tidy up the man page a little;jmc2019-12-272-97/+62