-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pi-hole FTL v5.3.3 #998
Merged
Merged
Pi-hole FTL v5.3.3 #998
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update development from FTL v5.3.2 release
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
…structure (once compiled) and cannot be kept globally available through shared memory (at least not with any realistic effort) Signed-off-by: DL6ER <dl6er@dl6er.de>
… buffer itself to avoid getline() crashing in some special edge-cases Signed-off-by: DL6ER <dl6er@dl6er.de>
Fix possible crash in parse_FTLconf()
Update dnsmasq version to 2.82
Show BOOTP server and file strings used by TFTP
Signed-off-by: DL6ER <dl6er@dl6er.de>
…ed syscalls/{}.c files Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Fix development builds
Signed-off-by: DL6ER <dl6er@dl6er.de>
There is a small typo in src/overTime.c. Should read `timestamp` rather than `timestemp`. Signed-off-by: tgates <tim.gates@iress.com>
docs: fix simple typo, timestemp -> timestamp
…the fallocate() macro, we hav to use a modified name fTLallocate() to implement this function Signed-off-by: DL6ER <dl6er@dl6er.de>
…nied) Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
…r AAAA reply when blocking Signed-off-by: DL6ER <dl6er@dl6er.de>
Implement interrupt-safe systemcalls
Signed-off-by: DL6ER <dl6er@dl6er.de>
Add UNKNOWN option for REFRESH_HOSTNAME
…ut only do this when the RESOLVE_NEW_HOSTNAMES event is set Signed-off-by: DL6ER <dl6er@dl6er.de>
Fix CNAME query blocking mode
Immediately resolve host names of clients and upstream destinations
* Add new DEBUG_EXTRA flag used for special (temporary) debugging Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Escape spaces by ~
PromoFaux
approved these changes
Dec 23, 2020
dschaper
approved these changes
Dec 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New
UNKNOWN
option forREFRESH_HOSTNAME
Add UNKNOWN option for REFRESH_HOSTNAME #985lua
andluac
drop-in support Add "lua" and "luac" drop-in support #968dhcp-discover
Show BOOTP server and file strings used by TFTP #963Tweaks
DEBUG_EXTRA
flag Add DEBUG_EXTRA flag #994Improve compatibility with old (ancient) kernels #984Implement interrupt-safe systemcalls #969SIGHUP)
Add more debugging output for domain reloading (on receipt of SIGHUP) #970Fixes
~
in domains and hostnames to fix API issues with such names Escape spaces by ~ #997parse_FTLconf()
Fix possible crash in parse_FTLconf() #9672.82
Update dnsmasq version to 2.82 #964