DNS-to-IP script: Allow TLD to be changed.
IP synthesizer: Make "internal" the TLD being used
MARARC.parser: Remove obsolete note from 2007
MaraDNS 3.5.0018 released.
Docker README.md: CentOS 8 → Ubuntu 20.04 LTS
coLunacyDNS: Update source code to 1.0.010 release
lunacy: Remove compile-time warning; correct os_time comment
Lunacy: Update for 2020-12-06
lunacy: Update manual for 2020-12-06 (limited os.time() restored)
Update README.md
3.5.0017 release: Update CHANGELOG; release
Ready CHANGELOG for 3.5.0016
commit 4879a05a9209d63626ba680a9b5345835c5c1136 passes all tests
commit cef240b61de5c9f89cc748bae74c4a4fd5b8c23e passes all tests
coLunacyDNS.txt: Again, “notThere” when answer not seen
coLunacyDNS: Example .lua fix: Return “not there” if response not seen
Undo commit #666
Git commit #666
coLunacyDNS: Use ip6Parse to get IPv6 IP
coLunacyDNS: Let’s see if it will compile in Windows XP
Deadwood: Update ns_glueless_type documentation for 2020
git rm MaraDNS.c.orig (How did I miss this for so long?)
Ugh. MINGW still can use use standard Unix IPv6 sockets.
coLunacyDNS: Update version number
coLunacyDNS: No warnings when compiled with -Wall
compile.coLunacyDNS: Typo fix
mmLunacyDNS: Have random HalfSipHash-3-1 seed
coLunacyDNS: Use 64-bit, not 128-bit key for HalfSipHash1-3
Change version numbers in compiled coLunacyDNS and mmLunacyDNS
coLunacyDNS: Update code for HalfSipHash1-3
git mv sipHash.c HalfSipHash1-3.c
Lunacy: Use HalfSipHash-1-3; make default compile flag -O3
Update CHANGELOG w/ 3.5.0011 release date
Docker tests: Clarify some things in the documentation
Test docs: Clarify that Docker/Podman is needed
coLunacyDNS: Add ability to see raw upstream packet
coLunacyDNS: Fix remoteTop bug
coLunacyDNS: Update version number
CHANGELOG: Deadwood now compiles with IPv6 by default
MinGW 3.4.2 from 2002: No IPv6
git mv Makefile.ipv6 Makefile.noip6
Makefile.noip6: -DNOIP6
Have Deadwood compile with IPv6 by default
Deadwood: Add min_ttl parameter
coLunacyDNS: Run SiphashSetRandom before *any* Lua code
Lunacy: Note SipHash change to lunacy code
coLunacyDNS: Verify SipHash implementation in Lunacy
coLunacyDNS.c: We now use updated Lunacy API to set SipHash key
Add API so third party programs can alter SipHash key
lstring: We have very good performance using SipHash to hash all strings
Add new SipHash.c file
lstring: Revert SipHash changes; slows things down too much
Lunacy: Use SipHash to hash strings
coLunacyDNS: Cygwin chroot() makes file read impossible (unlike Linux)
coLunacyDNS: Doc typo fix
coLunacyDNS: Add blocklist example to documentation
CHANGELOG: 3.5.0010 hotfix (coLunacyDNS was broken)
Merge branch 'master' of github.com:samboy/MaraDNS into master
coLunacyDNS.txt: Add file API.
coLunacyDNS: Use local variables in example code
mararc.ej: Update UID to 707
More doc changes for new 707 default UID for Duende.
Changing default UID/GID from 90909/90910 to 707
Big update: Update default UID and GID of programs
Remove GCC 3.2.3 compile time warning
CHANGELOG: 3.5.0009
commit 154cb8b04fcec055f4628b330ce45190f0399f3a passes all tests
Tests: More CentOS 8 updates
coLunacyDNS: Make version 2020-08-02
cache file test: "nobody" now has UID/GID 65534 in CentOS8
SQA: Two more CentOS 8 updates
Deadwood doc: More ip6 examples updated.
DwSocket.c: Fix IPv6 address parser
Update ip6 examples with '-' and ' ' (space) in ip6 string.
Deadwood: Allow - and space in IP6 entries
coLunacyDNS: Add another IPv6 example to the documentation
coLunacyDNS: Add IPv4 + IPv6 static answer example
coLunacyDNS: Document IPv6 support in README.md
Doc update: Use 2001:db8 for example IPv6 addresses
README.md coLunacyDNS.lua: Begin documenting IPv6 AAAA interface
make.blocklist.sh: Blacklist → BlOcklist fix
coLunacyDNS: Begin documentation of coDNS.solve having IPv6
coLunacyDNS: We can now send AAAA (ip6) answers to client
coLunacyDNS: We now send and receive IPv6 records w/ upstream server
coLunacyDNS: Begin work on being able to process AAAA IPv6 records
coLunacyDNS: Sometimes, we only return co1Type
coLunacyDNS doc: `co1type` has four possible values
README.md: coFromIPtype is a string, not number
coLunacyDNS: Add interface reference to READMD.md
coLunacyDNS.txt: Remove non-ASCII chars
Merge branch 'master' of github.com:samboy/MaraDNS
coLunacyDNS: Document limitations; remove -DXTRA from compile flags
coLunacyDNS: Version 2020-07-31
coLunacyDNS: Close open sockets
coLunacyDNS: Add XTRA printBinary debug function
coLunacyDNS.c: Tabs in to spaces (no other changes)
coLunacyDNS: Now we have code to send and get DNS packets upstream
coLunacyDNS: Add support for synthetic "not there" replies
coLunacyDNS: If coDNS.solve returns an error, we’re on probation
coLunacyDNS: MacOS Sierra added Posix clock_gettime() in 2016