]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Miracles and magic.
authorAlan T. DeKok <aland@freeradius.org>
Tue, 5 Oct 2021 18:39:52 +0000 (14:39 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 5 Oct 2021 18:45:10 +0000 (14:45 -0400)
commit83cc3dcdbee6a080108108506fa77766344bee40
tree9ab9d792b7df6dfa4cca8b9c1302598f8bb475dd
parent8bdf97cc9c35c21d5e4f3dfb462a16ec313f4e75
Miracles and magic.
36 files changed:
Makefile
raddb/sites-available/dns [new file with mode: 0644]
share/dictionary/README.md
share/dictionary/dns/dictionary [new file with mode: 0644]
share/dictionary/dns/dictionary.freeradius.internal [new file with mode: 0644]
share/dictionary/dns/dictionary.rfc1034 [new file with mode: 0644]
src/bin/unit_test_attribute.c
src/include/all.mk
src/lib/util/dns.c
src/lib/util/dns.h
src/lib/util/struct.c
src/lib/util/struct.h
src/listen/dhcpv6/proto_dhcpv6.c
src/listen/dhcpv6/proto_dhcpv6_udp.c
src/listen/dns/README.md [new file with mode: 0644]
src/listen/dns/all.mk [new file with mode: 0644]
src/listen/dns/proto_dns.c [new file with mode: 0644]
src/listen/dns/proto_dns.h [new file with mode: 0644]
src/listen/dns/proto_dns.mk [new file with mode: 0644]
src/listen/dns/proto_dns_udp.c [new file with mode: 0644]
src/listen/dns/proto_dns_udp.mk [new file with mode: 0644]
src/modules/rlm_unbound/rlm_unbound.c
src/process/dns/all.mk [new file with mode: 0644]
src/process/dns/base.c [new file with mode: 0644]
src/protocols/arp/base.c
src/protocols/dhcpv6/decode.c
src/protocols/dhcpv6/encode.c
src/protocols/dns/all.mk [new file with mode: 0644]
src/protocols/dns/attrs.h [new file with mode: 0644]
src/protocols/dns/base.c [new file with mode: 0644]
src/protocols/dns/decode.c [new file with mode: 0644]
src/protocols/dns/dns.h [new file with mode: 0644]
src/protocols/dns/encode.c [new file with mode: 0644]
src/protocols/radius/decode.c
src/protocols/tacacs/decode.c
src/tests/unit/protocols/dns/base.txt [new file with mode: 0644]