chiark / gitweb /
adns.git
2020-06-11 Ian Jacksontimeout robustness: Track start time and duration
2020-06-11 Ian Jacksontimeout robustness: Introduce adns__timeout_{set,clear}
2020-06-11 Ian Jacksonadnshost: Support --reverse in -f mode input stream
2020-06-11 Ian JacksonRemove all m4 output files from the distributed source...
2020-06-11 Ian Jacksonclean targets: Delete $(TARGETS) too!
2020-06-11 Ian JacksonDocument 1.5.2 changes and set version number adns-1.5.2
2020-06-11 Ian JacksonUpdate copyright dates everywhere
2020-05-26 Ian Jacksoninternal.h: Do not include spurious `data' symbol (!)
2020-05-26 Ian JacksonIf server sends answer with TC set via TCP, bail
2020-05-26 Ian Jacksonadns_finish: Cancel parent queries first
2020-05-26 Ian JacksonConsistency checks: Distinguish "entry" from exit
2020-05-26 Ian JacksonFix binary compatibility of string conversion of RRs...
2020-05-26 Ian Jacksontypes.c: Pass real adns_rrtype to all cs_* functions...
2020-05-26 Ian Jacksonconsistency: Call adns__intdone_process in adns_afterpoll
2020-05-26 Ian JacksonControl flow: Introduce adns__intdone_process
2020-05-26 Ian JacksonDNS packet parsing: Slight fix when packet is truncated
2020-05-26 Ian Jacksonconsistency check: Tolerate done children on intdone
2020-05-26 Ian JacksonControl flow: Document restrictions on globalsystemfailure
2020-05-26 Ian Jacksoninternal.h: Use `unsigned' for nextid
2020-05-26 Ian Jacksoninternal.h: Add comment discouraging excessive MAXSERVERS
2020-05-26 Ian Jacksonadns_processwriteable: assert that write did not write...
2020-05-26 Ian Jacksonadns: Correct a parsing error message very slightly
2020-05-26 Ian Jacksonglobalsystemfailure: Do not tangle our lists
2020-05-26 Ian Jacksonsetup.c: Do not make wild pointer access if resolv...
2020-05-26 Ian Jacksonsetup.c: Do not fail assertion if `search' with no...
2020-05-26 Ian Jacksonsrc/query.c: Correct assertion in free_interim
2020-05-26 Ian Jacksoncommon.make.in: add -Wno-unused-value
2020-05-26 Ian JacksonSECURITY: Ignore apparent answers before first RR we...
2020-05-26 Ian JacksonSECURITY: adnshost: Fix missing-final-newline handling...
2020-05-26 Ian JacksonSECURITY: Do not overrun reading buffer if domain ends...
2020-05-26 Ian JacksonSECURITY: Make GETIL_B always have type `unsigned'...
2020-05-26 Ian JacksonSECURITY: Defend adns_rr_info (somewhat) from bogus...
2020-05-26 Ian Jacksoncs_inthost*: Break out csp_intofinthost
2020-05-26 Ian JacksonSECURITY: pa_soa: Do not sign extend SOA 32-bit integer...
2020-05-26 Ian JacksonSECURITY: adns: Do not corrupt pointer when nameserver...
2020-05-26 Ian JacksonSECURITY: Do not hang, eating CPU, if we encounter...
2020-05-26 Ian JacksonSECURITY: pap_mailbox822: Properly check st from adns__...
2016-11-19 Ian Jacksonchangelog: start 1.5.2~
2016-08-12 Ian Jacksonchangelog, etc.: Finalise 1.5.1. adns-1.5.1
2016-08-12 Ian JacksonUpdate copyright dates
2016-08-12 Ian JacksonNEWS: prepare for 1.5.1
2016-08-12 Ian JacksonRELEASE-CHECKLIST: Mention copyright
2016-08-12 Ian JacksonProperly include harness.h in adnstest.c in regress/.
2016-08-12 Ian Jacksonadnsresfilter: Fix addrtextbuf buffer size
2015-02-21 Ian Jacksonregress: Test MX whose addr has one tempfailing AF
2015-02-21 Ian Jacksonregression tests: Properly handle adnshost et al exit...
2015-02-21 Ian Jacksonchangelog: Change target suite for 1.5.1~~ to UPSTREAM
2015-02-21 Ian Jacksonsrc/types.c: Do not crash when one of several addr...
2015-02-21 Ian Jacksonregress: Add some tests with ~adns_if_noautosys
2015-02-21 Ian Jacksonregress: Remove update-extra-select conversion script
2015-01-29 Ian JacksonPortability: Fix assumption about read() and write...
2015-01-29 Ian Jacksonregress: Support NULL fdset arguments to select
2014-12-10 Ian JacksonFix for malicious optimisation of memcpy in test suite...
2014-11-02 Ian JacksonPortability fix for systems where socklen_t is bigger...
2014-11-02 Ian JacksonClarify licence in NEWS
2014-11-02 Ian JacksonStart 1.5.1~~
2014-11-02 Ian JacksonRelease 1.5.0. No changes since 1.5.0~rc1. adns-1.5.0
2014-10-26 Ian JacksonMerge branch 'master' of chiark:public-git/adns
2014-10-26 Ian JacksonRELEASE-CHECKLIST: Updates used during release of 1...
2014-10-26 Ian JacksonUpdate versions for ongoing development
2014-10-26 Ian JacksonFinalise 1.5.0~rc1 adns-1.5.0-rc1
2014-10-26 Ian JacksonNEWS, changelog: Documentation for 1.5.0~rc1
2014-10-26 Ian Jacksonregress/Makefile.in: Parallelise `make check'
2014-10-26 Ian Jacksonresolv.conf parsing: Test adns_af:dampstring
2014-10-26 Ian Jacksonresolv.conf parsing: Treat unknown adns_af: values...
2014-10-26 Ian Jacksonresolv.conf option parsing: Test adns_checkc
2014-10-26 Ian Jacksonresolv.conf parsing: Rename OPTION_IS etc. to WORD_IS
2014-10-26 Ian Jacksonresolv.conf option parsing: Fix word separation
2014-10-26 Ian JacksonRELEASE-CHECKLIST: Check that tarball is equal to git...
2014-10-26 Ian JacksonRELEASE-CHECKLIST: Non-real mode (the default, now)
2014-10-26 Ian JacksonRELEASE-CHECKLIST: Require version argument
2014-10-26 Ian JacksonConfig parsing: Provide a way to ignore unknown resolv...
2014-10-26 Ian JacksonConfig parsing: Ignore some BIND9-specific resolv.conf...
2014-10-26 Ian Jacksonresolv.conf parser: Avoid duplicating lengths in option...
2014-10-26 Ian JacksonAPI: Reject unknown flags
2014-10-26 Ian JacksonMake internal function vbuf__append_quoted1035 static
2014-10-24 Ian JacksonRemove RCSids.
2014-10-24 Ian JacksonBuild system: Add test case output and common.make...
2014-10-24 Ian JacksonBuild system: Bodge regress/Makefile.in's .SECONDARY...
2014-10-24 Ian Jacksonregress: Use new combined hex syntax for adnstest types
2014-10-24 Ian Jacksonadnstest: Support typenum being 0xXX|DDD
2014-10-24 Ian JacksonAPI: Provide adns_qf_cname_strict
2014-10-24 Ian Jacksonenums: Add `sizeforce' member value
2014-10-24 Ian Jackson.gitignore: Ignore GPG signature
2014-10-24 Ian JacksonUpdate version numbers to be between releases
2014-10-20 Ian JacksonRELEASE-CHECKLIST: Say to update versions after doing...
2014-10-20 Ian JacksonRELEASE-CHECKLIST: wip, as used for 1.5.0~rc0
2014-10-20 Ian JacksonREADME.html: Web page management changes adns-1.5.0-rc0
2014-10-20 Ian JacksonVersions: update to 1.5.0 RC0
2014-10-20 Ian JacksonNEWS: More updates
2014-10-20 Ian JacksonNEWS: Remove "pleased to announce" - should be in mail
2014-10-20 Ian JacksonREADME.html: Abolish dead link to BIND
2014-10-20 Ian JacksonREADME.html: mention signatures as possibly being on...
2014-10-20 Ian JacksonBuild system: Provide `web-install' target
2014-10-20 Ian Jacksonadns.h: Generalise some mentions of A RRs.
2014-10-20 Ian JacksonBuild system: Break out common.make[.in]
2014-10-20 Ian JacksonBuild system: Know how to build adnshost.txt
2014-10-19 Ian Jacksonchangelog: Reorder slightly
2014-10-19 Ian JacksonBuild system: Do not include Makefile and src/config...
2014-10-19 Ian Jacksonchangelog: More updates
next