bind9/bin/dnssec
Ondřej Surý 288f5a4b52 Various little fixes found by coccinelle
The coccinellery repository provides many little semantic patches to fix common
problems in the code.  The number of semantic patches in the coccinellery
repository is high and most of the semantic patches apply only for Linux, so it
doesn't make sense to run them on regular basis as the processing takes a lot of
time.

The list of issue found in BIND 9, by no means complete, includes:

- double assignment to a variable
- `continue` at the end of the loop
- double checks for `NULL`
- useless checks for `NULL` (cannot be `NULL`, because of earlier return)
- using `0` instead of `NULL`
- useless extra condition (`if (foo) return; if (!foo) { ...; }`)
- removing & in front of static functions passed as arguments
2019-10-01 16:48:55 +02:00
..
win32 Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
.gitignore [master] dnssec-cds 2017-10-05 01:04:18 -07:00
dnssec-cds.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-cds.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dnssec-cds.docbook cleanup: revamp the dnssec-dsfromkey man page and help output 2019-02-05 19:02:18 -08:00
dnssec-cds.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-dsfromkey.8 prep 9.15.3 2019-08-12 14:08:12 +00:00
dnssec-dsfromkey.c Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-01 10:43:26 +10:00
dnssec-dsfromkey.docbook remove DLV support from dnssec-dsfromkey 2019-08-09 09:18:02 -07:00
dnssec-dsfromkey.html prep 9.15.3 2019-08-12 14:08:12 +00:00
dnssec-importkey.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-importkey.c Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-01 10:43:26 +10:00
dnssec-importkey.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-importkey.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-keyfromlabel.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-keyfromlabel.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dnssec-keyfromlabel.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-keyfromlabel.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-keygen.8 prep 9.15.2 2019-07-10 14:59:47 +00:00
dnssec-keygen.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dnssec-keygen.docbook Use 2048 bits as the default ZSK RSA key size in dnssec-keygen 2019-06-19 19:39:21 -07:00
dnssec-keygen.html prep 9.15.2 2019-07-10 14:59:47 +00:00
dnssec-revoke.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-revoke.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dnssec-revoke.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-revoke.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-settime.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-settime.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dnssec-settime.docbook update copyrights 2019-01-02 10:20:43 +11:00
dnssec-settime.html prep 9.13.6 2019-02-06 22:13:05 +00:00
dnssec-signzone.8 prep 9.15.3 2019-08-12 14:08:12 +00:00
dnssec-signzone.c Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
dnssec-signzone.docbook remove DLV support from dnssec-signzone 2019-08-09 09:18:02 -07:00
dnssec-signzone.html prep 9.15.3 2019-08-12 14:08:12 +00:00
dnssec-verify.8 prep 9.15.3 2019-08-12 14:08:12 +00:00
dnssec-verify.c Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
dnssec-verify.docbook document -q option in dnssec-signzone and dnssec-verify man pages 2019-07-31 10:05:52 +02:00
dnssec-verify.html prep 9.15.3 2019-08-12 14:08:12 +00:00
dnssectool.c Add -q (quiet) option to dnssec-signzone and dnssec-verify tool 2019-07-31 10:05:52 +02:00
dnssectool.h Add -q (quiet) option to dnssec-signzone and dnssec-verify tool 2019-07-31 10:05:52 +02:00
Makefile.in add a search for GeoIP2 libraries in configure 2019-06-27 14:58:13 -07:00