bind9/bin/dnssec
Ondřej Surý 50e109d659 isc_event_allocate() cannot fail, remove the fail handling blocks
isc_event_allocate() calls isc_mem_get() to allocate the event structure.  As
isc_mem_get() cannot fail softly (e.g. it never returns NULL), the
isc_event_allocate() cannot return NULL, hence we remove the (ret == NULL)
handling blocks using the semantic patch from the previous commit.
2019-08-30 08:55:34 +02:00
..
win32 Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01: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 Remove blocks checking whether isc_mem_get() failed using the coccinelle 2019-07-23 15:32:35 -04: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 remove DLV support from dnssec-dsfromkey 2019-08-09 09:18:02 -07: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 bin/dnssec: move a little boilerplate into shared code 2019-05-08 18:17:55 -07: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 coccinelle to cleanup the failure handling blocks from isc_mem_allocate 2019-07-23 15:32:35 -04: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 Add -q (quiet) option to dnssec-signzone and dnssec-verify tool 2019-07-31 10:05:52 +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 coccinelle to cleanup the failure handling blocks from isc_mem_strdup 2019-07-23 15:32:36 -04: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 coccinelle to cleanup the failure handling blocks from isc_mem_strdup 2019-07-23 15:32:36 -04: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 isc_event_allocate() cannot fail, remove the fail handling blocks 2019-08-30 08:55:34 +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 add -q to getopt flags, and use newlines consistently with report() 2019-07-31 10:05:52 +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