aboutsummaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* fix wildcard handling (and also the bug we just introduced)Laurent Bercot2026-05-263-10/+6
|
* Don't let wildcard search clobber nxdomain answersLaurent Bercot2026-05-261-1/+1
|
* server: don't log answers to unloggable bogus queriesLaurent Bercot2024-10-042-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor dcache, add prep for shibari-cacheLaurent Bercot2024-07-162-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Support dns-0x20 BULLSHITLaurent Bercot2024-04-262-10/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: wildcard managementLaurent Bercot2024-04-251-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* refactor: separate axfr into its own functionLaurent Bercot2023-12-283-83/+101
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* wtf tinydns-data? specialcase SOA query, only return oneLaurent Bercot2023-12-161-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* With a selfpipe, the socket needs to be nb, duhLaurent Bercot2023-12-161-0/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add -U to drop privileges in shibari-server-udpLaurent Bercot2023-12-121-5/+20
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix easy bugsLaurent Bercot2023-12-111-10/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix socket_recvnb46 invocation (need latest skalibs)Laurent Bercot2023-12-111-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* you can't escape the selfpipe in long-lived programs... ever...Laurent Bercot2023-12-111-22/+48
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Initial commitLaurent Bercot2023-12-1016-0/+870
Signed-off-by: Laurent Bercot <ska@appnovation.com>