bind9/bin/dig
Ondřej Surý a676551395
Unify handling of the program name in all the utilities
There were several methods how we used 'argv[0]'.  Some programs had a
static value, some programs did use isc_file_progname(), some programs
stripped 'lt-' from the beginning of the name.  And some used argv[0]
directly.

Unify the handling and all the variables into isc_commandline_progname
that gets populated by the new isc_commandline_init(argc, argv) call.
2025-05-29 06:17:32 +02:00
..
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
dig.c Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
dig.rst Add support for EDNS ZONEVERSION to dig 2025-03-24 22:16:09 +00:00
dighost.c Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
dighost.h Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
host.c Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
host.rst Do HTTPS record query from host in addition 2025-02-18 14:56:08 +00:00
Makefile.am Drop readline alternatives in favor of libedit 2025-03-31 15:20:40 +02:00
nslookup.c Unify handling of the program name in all the utilities 2025-05-29 06:17:32 +02:00
nslookup.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00