aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for 2.3.8.0; add s6dns_engine_queryLaurent Bercot2024-08-059-8/+39
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix depsLaurent Bercot2024-07-051-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove s6dns_mininetstring, prepare for 2.7.2.3Laurent Bercot2024-07-056-42/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add packet dump in post-received debug primitiveLaurent Bercot2024-06-171-1/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.3.7.2v2.3.7.2Laurent Bercot2024-06-071-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.3.7.2; implement dns-0x20Laurent Bercot2024-04-2713-73/+90
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.3.7.1v2.3.7.1Laurent Bercot2023-12-211-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove unused caches/ subdirLaurent Bercot2023-12-2120-594/+1
| | | | | | dcache is moved to shibari. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.3.7.1Laurent Bercot2023-12-206-6/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Null-terminate output of s6dns_domain_tostring()Laurent Bercot2023-12-132-0/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Revert the changes, they're incorrect.Laurent Bercot2023-12-035-37/+24
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Actually add the function to the lib!Laurent Bercot2023-12-022-5/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add nodecode functions for get_domain and parse_questionLaurent Bercot2023-12-025-19/+34
| | | | | | Also make sure get_domain always returns lowercase. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.3.7.0v2.3.7.0Laurent Bercot2023-11-204-0/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix old _BSD_SOURCE definitionsLaurent Bercot2023-11-187-18/+21
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.3.7.0; ignore link-local addresses in /etc/hostsLaurent Bercot2023-11-1715-65/+71
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.3.6.0v2.3.6.0Laurent Bercot2023-11-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix old type defLaurent Bercot2023-10-121-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simpler MakefileLaurent Bercot2023-09-221-7/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bsdsnowflake is a lighter approach than nonposixLaurent Bercot2023-09-151-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New tentative workaround for bad sys/stat.hLaurent Bercot2023-09-121-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Support Darwin snowflakiness with st_mtimLaurent Bercot2023-09-121-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-09-093-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix wrong error on nodata in s6-dnsipLaurent Bercot2023-07-232-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix noqualify for /etc/hosts compilationLaurent Bercot2023-07-211-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More bigfuxes!Laurent Bercot2023-07-205-29/+46
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* No dead code plzLaurent Bercot2023-07-141-6/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Bugfix the bigfuxesLaurent Bercot2023-07-138-17/+28
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* smol bugfixLaurent Bercot2023-07-121-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document new optionsLaurent Bercot2023-07-122-0/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update documentationLaurent Bercot2023-07-125-6/+31
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Pass on all clients, add hosts support wherever applicableLaurent Bercot2023-07-1228-216/+504
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Good version of hosts.hLaurent Bercot2023-07-113-21/+160
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: Catch all of variable valuesMobin2023-07-101-1/+1
| | | | | | | If variables have multiple values (such as CFLAGS="-std=c11 -fPIE"), eval drops most values (except first one) from it. This commit fixes this issue. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
* Add s6dns_hosts reading functionsLaurent Bercot2023-07-0610-62/+299
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix debug stuffLaurent Bercot2023-07-031-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* First wave of debugLaurent Bercot2023-07-031-6/+41
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6-dns-hosts-compile, prepare for 2.3.6.0Laurent Bercot2023-07-0318-10/+628
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.3.5.6Laurent Bercot2023-06-265-4/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to iter_func fixLaurent Bercot2023-06-132-15/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.3.5.5v2.3.5.5Laurent Bercot2023-01-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: signed length in tcp prefixLaurent Bercot2023-01-031-7/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-2923-22/+23
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.3.5.5Laurent Bercot2022-10-145-4/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Gate rrd == qrd relevant test behind S6DNS_O_STRICTLaurent Bercot2022-10-101-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Error message typo fix in skadnsdLaurent Bercot2022-10-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: adapt to new allread() APILaurent Bercot2022-10-071-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.3.5.4v2.3.5.4Laurent Bercot2022-06-143-3/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.3.5.4; adapt to skalibs-2.12.0.0Laurent Bercot2022-04-099-12/+24
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.3.5.3v2.3.5.3Laurent Bercot2021-12-211-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>