Simplified TSIG recognition and fixed handling.
TSIG is now detected while parsing the RR sections. If it is there, it is stored in the packet. This also allows for checking whether TSIG is not in a forbidden place, or whether there is only one TSIG, etc. Also removed all TSIG recognition code from other parts of the server. Not needed anymore. refs #1522 @1h
Showing
- src/knot/ctl/process.c 1 addition, 0 deletionssrc/knot/ctl/process.c
- src/knot/server/xfr-handler.c 1 addition, 1 deletionsrc/knot/server/xfr-handler.c
- src/knot/server/zones.c 24 additions, 22 deletionssrc/knot/server/zones.c
- src/libknot/packet/packet.c 30 additions, 2 deletionssrc/libknot/packet/packet.c
Loading
Please register or sign in to comment