summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-11 Good version of hosts.hLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-07-10configure: Catch all of variable valuesMobin
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>
2023-07-06 Add s6dns_hosts reading functionsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-07-03 Fix debug stuffLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-07-03 First wave of debugLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-07-03 Add s6-dns-hosts-compile, prepare for 2.3.6.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-06-26 Prepare for 2.3.5.6Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-06-13 Adapt to iter_func fixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-14 version: 2.3.5.5v2.3.5.5Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-03 bugfix: signed length in tcp prefixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-29 Adapt to skalibs-2.13.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-10-14 Prepare for 2.3.5.5Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-10-10 Gate rrd == qrd relevant test behind S6DNS_O_STRICTLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-10-10 Error message typo fix in skadnsdLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-10-07 bugfix: adapt to new allread() APILaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-14 version: 2.3.5.4v2.3.5.4Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-04-09 Prepare for 2.3.5.4; adapt to skalibs-2.12.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-21 version: 2.3.5.3v2.3.5.3Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-19 Doc link fixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-05 configure: support DESTDIR for sysdeps tooLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-05 configure: add var control tweak and DESTDIR support for slashpackageLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-04 Prepare for 2.3.5.3Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-04 bugfix: alloc_free correct valueLaurent Bercot
*All* my memory bugs come from places where I'm not using stralloc. That should give a hint to every C programmer out there. Really. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-26 version: 2.3.5.2v2.3.5.2Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-02 Pass errno as unsigned charLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-10 Prepare for 2.3.5.2, adapt sig_ignore apiLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-04 Adapt to skalibs-2.11Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-04-15 version: 2.3.5.1v2.3.5.1Laurent Bercot
2021-04-13 Prepare for 2.3.5.1Laurent Bercot
2021-04-11 Do not compile or link into /dev/nullLaurent Bercot
2021-04-09 Real noexecstack fix: make strip less greedyLaurent Bercot
2021-04-08 noexecstack only works in LDFLAGSLaurent Bercot
2021-03-17 bugfix: s6dns_resolve_aaaaa API on double nodataLaurent Bercot
2021-02-26 bugfix: call skadnsd via the non-versioned pathLaurent Bercot
2021-01-19 version: 2.3.5.0v2.3.5.0Laurent Bercot
2021-01-15 Do not overwrite the question when reading an answer via UDPLaurent Bercot
2021-01-14 Prepare for 2.3.5.0, s6dns_message_get_domain_nodecode() now publicLaurent Bercot
2021-01-10 version: 2.3.4.0v2.3.4.0Laurent Bercot
2021-01-02 Prepare for 2.3.4.0Laurent Bercot
2020-12-29 configure should be executable >.>Laurent Bercot
2020-12-29 Refactor libdcache, expose dcache_clean_expired()Laurent Bercot
2020-12-28Don't put -fno-stack-protector in default CFLAGSLaurent Bercot
2020-12-24 s6dns_message_parse_question() needs to update countsLaurent Bercot
2020-12-21 Works better when you declare itLaurent Bercot
2020-12-21 Add s6dns_message_parse_questionLaurent Bercot
2020-12-18 configure fixLaurent Bercot
2020-10-04 version: 2.3.3.0v2.3.3.0Laurent Bercot
2020-10-04 doc: fix URLsLaurent Bercot
2020-10-02 Bump skalibs dep to 2.9.3.0Laurent Bercot
2020-05-17 Fix resolveq_aaaaaLaurent Bercot
If s6dns_resolveq_aaaaa gets nodata on the AAAA query for a qualified domain, it will now wait for the answer to the A query on the same qualified domain before returning. Even if it gets nodata, it still means that the domain exists, so it will not wait for results from other qualification attempts.