index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bind
/
bin
/
dig
Age
Commit message (
Expand
)
Author
2020-01-28
Switch to Makefile based builds.
Florian Obser
2020-01-26
Support for queries on ports != 53
Jeremie Courreges-Anglas
2020-01-26
Remove now unused unix/file.c and unix/fsaccess.c
Florian Obser
2020-01-25
unifdef sigchase. It is deprecated and never enabled on openbsd.
Florian Obser
2020-01-25
The config parser lets us know when the key file can't be found.
Florian Obser
2020-01-24
Since we are no longer using config.h we can remove a lot of feature
Florian Obser
2020-01-23
We can always create IPv4 and IPv6 sockets.
Florian Obser
2020-01-22
config.h and platform.h are unused now
Florian Obser
2020-01-22
unifdef the last config.h bits
Florian Obser
2020-01-21
remove mutex.h etc. since this code is now unthreaded.
Ted Unangst
2020-01-21
remove -m from usage();
Jason McIntyre
2020-01-20
We no longer support "memory usage" debugging.
Florian Obser
2020-01-20
Rip out custom memory allocator.
Florian Obser
2020-01-20
As millert@ points out we can replace isc_string_touint64 with
Florian Obser
2020-01-20
Fix a address family desynchronisation between lwres_conf and
Florian Obser
2020-01-20
Reduce tsig support to what is needed by dig et al by removing the
Florian Obser
2020-01-10
Handle documentation of the remaining, more complicated defaults
Ingo Schwarze
2020-01-09
Remove readline support from nslookup.
Florian Obser
2020-01-09
Use normal int types like int32_t instead of isc_int32_t.
Florian Obser
2020-01-09
We use __dead for functions that do not return.
Florian Obser
2020-01-09
Replace entropy.c, random.c and an outdated arc4random copy with
Florian Obser
2020-01-09
unifdef WITH_IDN; prodding deraadt@
Florian Obser
2020-01-09
Assorted unifdefs:
Florian Obser
2020-01-09
unifdef pkcs11:
Florian Obser
2020-01-09
unifdef printf and string functions:
Florian Obser
2020-01-07
Remove backtrace support. Minus 800 lines.
Florian Obser
2020-01-07
We are not windows. Minus 500 lines.
Florian Obser
2020-01-07
Remove thread support. Minus 4k lines.
Florian Obser
2020-01-06
We don't need libbind9 if we remove a thick wrapper around getaddrinfo
Florian Obser
2020-01-06
We only need the config parser from liblwres.
Florian Obser
2020-01-06
document the defaults for several query options;
Ingo Schwarze
2020-01-04
Jason suggested that stating defaults with a postfix "(on/off by default)"
Ingo Schwarze
2020-01-04
Avoid the misleading term "toggle". There are no query options
Ingo Schwarze
2020-01-02
Correct information about default options: by default, +besteffort
Ingo Schwarze
2020-01-02
another simple case of a default that i missed: +adflag
Ingo Schwarze
2020-01-02
jmc@ suggested to just say "The default is +opt" rather than repeating
Ingo Schwarze
2020-01-02
simple markup fixes:
Ingo Schwarze
2020-01-02
Correct the markup of option arguments involving = signs.
Ingo Schwarze
2020-01-02
manual page: drop +sit because it is merely a deprecated alias for +cookie
Ingo Schwarze
2019-12-31
totally sync the manpage queryopts with usage(); i've adopted the usage
Jason McIntyre
2019-12-30
tidy up the query options list, sync it as best as possible with usage,
Jason McIntyre
2019-12-30
add a list of valid queryopts to usage, and change "dig -h" to just display
Jason McIntyre
2019-12-27
tidy up the page;
Jason McIntyre
2019-12-27
use a standard synopsis/usage() layout, and tidy up the man page a little;
Jason McIntyre
2019-12-24
delete a few sentences which only restate what is already obvious;
Ingo Schwarze
2019-12-20
Remove blurb about IDN support, which we disable.
Jeremie Courreges-Anglas
2019-12-18
remove HTMLPAGES components, not used
Theo de Raadt
2019-12-18
dig not DiG
Theo de Raadt
2019-12-18
do not need these
Theo de Raadt
2019-12-18
move -h description into .Bl list rather than main body
Theo de Raadt
[next]