aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Http/Client/DnsPinMiddleware.php
Commit message (Expand)AuthorAgeFilesLines
* fix: remove superflous linebackport/48675/stable30georglauterbach2024-11-141-1/+0
* fix: do not query CNAME if A succeeded alreadygeorglauterbach2024-11-141-1/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
* fix(dns): detect disabled IPv6 support in DNS pinningBenjamin Gaussorgues2024-03-261-1/+3
* Include `hostName:$port` for Host access violation message as wellRobin Kluth2024-02-241-1/+1
* Log Host/IP in `LocalServerException` for `Host violates local access rules`Robin Kluth2024-02-241-1/+1
* test: add tests for dns pin middlewareDaniel Kesselberg2023-09-121-2/+9
* enh: skip processing for empty responseDaniel Kesselberg2023-09-041-0/+4
* Fix DNS Pin Middleware throwing for public IPsChristoph Wurst2022-11-081-1/+1
* Add remote host validation APIChristoph Wurst2022-10-311-5/+9
* Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-271-1/+1
* Add missing urldecode and idn_to_utf8 calls to local address checkerCôme Chilliet2022-09-201-1/+1
* Check for !== false instead Lukas Reschke2021-07-121-1/+1
* Check if dns_get_record returns non-falseLukas Reschke2021-07-121-1/+1
* Fixes recursion count incrementationSanpi2021-07-071-1/+1
* Merge pull request #27801 from nextcloud/enh/noid/hardening-dns-pin-middlewarekesselb2021-07-061-13/+28
|\
| * Ignore subdomain for soa queriesDaniel Kesselberg2021-07-051-13/+28
* | Fix DnsPinMiddleware resolve pinning bugAaron Ball2021-07-021-5/+12
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Strictify null checkLukas Reschke2021-04-061-2/+3
* Improve networking checksLukas Reschke2021-04-061-0/+128