-
-
Notifications
You must be signed in to change notification settings - Fork 209
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 v6.0.4 #2308
Open
DL6ER
wants to merge
35
commits into
master
Choose a base branch
from
development
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pi-hole FTL v6.0.4 #2308
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
… slashes both at the beginning and the end of the string Signed-off-by: DL6ER <[email protected]>
…ay if invalid Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Add webhome validator
…the user has set 50 (for backwards-compatibility reasons) and remove the upper limit we enforced on the number of threads. Signed-off-by: DL6ER <[email protected]>
…or to application-wide scope Signed-off-by: DL6ER <[email protected]>
…m that is set during installation or boot) for random number generation initialization Signed-off-by: DL6ER <[email protected]>
…m() fails, we first try manually sourcing from /dev/urandom ourselves to exclude this being a simple library error. If this does not work either, we resort to using mbedtls' DRBG method. Signed-off-by: DL6ER <[email protected]>
Also validate env variables
Signed-off-by: DL6ER <[email protected]>
Sync master back into development
…avoid spamming user logs on systems which are permanently broken Signed-off-by: DL6ER <[email protected]>
Prevent crash on failure to source secure randomness
… true Signed-off-by: DL6ER <[email protected]>
….refreshNames as we are not refreshing but resolving for the first time here Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
… write_dnsmasq_conf(). Add nonnull attribute that ensures this cannot be forgotten again in the future. Signed-off-by: DL6ER <[email protected]>
…users may be using dhcp-host lines to assign only static addresses which can be outside this range Signed-off-by: DL6ER <[email protected]>
Update embedded CivetWeb
Change default value of webserver.threads to 50
…ts a crash in CivetWeb Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Avoid CivetWeb crash if no optional port could be bound
Empty DHCP range is valid
Signed-off-by: DL6ER <[email protected]>
Undo optimization attempts for sqlite3
yubiuser
previously approved these changes
Mar 3, 2025
Fix first-time IPv6 client name resolution
Fix API_EXCLUDE_DOMAINS migration
…/etc/dnsmasq.d/ to the help text of misc.etc_dnsmasq_d Signed-off-by: DL6ER <[email protected]>
The next() function is broken for any TFTP packet with padding which doesn't end with a zero. Rewrite to handle such packets. Thanks to Helge Deller <[email protected]> for persisting in finding the actual problem and proposing a solution. This patch is modelled on his, but rewritten for personal preference by Simon Kelley, who is responsible for all bugs. Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Update embedded dnsmasq
Tweak misc.etc_dnsmasq_d help text and scope - only read *.conf files
yubiuser
approved these changes
Mar 3, 2025
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.
What does this implement/fix?
A patch release containing
Those can also wait in case we do not have enough reviewing capacities available:
Changes for v6.1
Related issue or feature (if applicable): N/A
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase
)Checklist:
developmental
branch.