Commit 6c67dc4
authored
Merge pull request zonemaster#253 from MichaelTimbert/252
Update LDNS to v1.9.05 files changed
Lines changed: 3 additions & 9 deletions
- .github/workflows/testsuite.yml+2-6
- Changelog+46
- Makefile.in+29-29
- README+18-1
- configure.ac+37-4
- contrib/python/ldns_buffer.i+1-1
- contrib/python/ldns_key.i+1-1
- contrib/python/ldns_packet.i+1-1
- contrib/python/ldns_rdf.i+1-1
- contrib/python/ldns_resolver.i+1-1
- contrib/python/ldns_rr.i+1-1
- contrib/python/ldns_zone.i+1-1
- dnssec.c+3-1
- dnssec_zone.c+35-15
- drill/drill.c+1-1
- drill/securetrace.c+6-1
- error.c+2
- examples/ldns-compare-zones.1+4
- examples/ldns-compare-zones.c+19-3
- examples/ldns-dpa.c+6
- examples/ldns-signzone.1+6-9
- examples/ldns-testpkts.c+10
- examples/ldns-testpkts.h+2
- examples/ldns-verify-zone.1.in+7
- examples/ldns-verify-zone.c+32-4
- examples/ldns-walk.c+14-13
- host2str.c+60
- host2wire.c+1-1
- keys.c+2
- ldns/dnssec_zone.h+10-4
- ldns/edns.h+5-1
- ldns/error.h+2-1
- ldns/host2str.h+18
- ldns/packet.h+13
- ldns/rdata.h+8-2
- ldns/rr.h+18-2
- ldns/str2host.h+10
- ldns/util.h.in+22
- masterdont/server.c+4-4
- net.c+2
- packet.c+22-1
- rdata.c+6
- resolver.c+12-6
- rr.c+111-18
- sha1.c+1-1
- sha2.c+11-7
- str2host.c+66-2
- test/05-iana-rr-types.tpkg/05-iana-rr-types.test+1-1
- test/12-unit-tests-dnssec.tpkg/12-unit-tests-dnssec.Makefile.in+2-1
- test/12-unit-tests-dnssec.tpkg/12-unit-tests-dnssec.c+6
- test/13-unit-tests-base.tpkg/13-unit-tests-base.Makefile.in+2-1
- test/13-unit-tests-base.tpkg/13-unit-tests-base.c+1
- test/15-unit-tests-rrtypes.tpkg/15-unit-tests-rrtypes.Makefile.in+2-1
- test/16-unit-tests-edns.tpkg/16-unit-tests-edns.Makefile.in+2-1
- test/33-clang-analysis.tpkg/33-clang-analysis.dsc+15
- test/33-clang-analysis.tpkg/33-clang-analysis.test+62
- util.c+5
- wire2host.c+3
- zone.c+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
| 197 | + | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments