@@ -39,6 +39,7 @@ authentication:
3939 - any-glob-to-all-files : " {\
4040 CMake/FindGSS.cmake,\
4141 CMake/FindLibgsasl.cmake,\
42+ docs/internals/CREDENTIALS.md,\
4243 docs/libcurl/opts/CURLINFO_HTTPAUTH*,\
4344 docs/libcurl/opts/CURLINFO_PROXYAUTH*,\
4445 docs/libcurl/opts/CURLOPT_KRB*,\
@@ -49,10 +50,13 @@ authentication:
4950 docs/libcurl/opts/CURLOPT_XOAUTH*,\
5051 lib/*gssapi*,\
5152 lib/*ntlm*,\
53+ lib/creds.*,\
54+ lib/curl_ntlm*,\
5255 lib/curl_sasl.*,\
5356 lib/http_aws*,\
5457 lib/http_digest.*,\
5558 lib/http_negotiate.*,\
59+ lib/http_ntlm.*,\
5660 lib/vauth/**\
5761 }"
5862
@@ -129,16 +133,19 @@ connecting & proxies:
129133 docs/libcurl/opts/CURLOPT_SOCKS*,\
130134 docs/libcurl/opts/CURLOPT_TCP*,\
131135 docs/libcurl/opts/CURLOPT_TIMEOUT*,\
136+ lib/cf-https-connect.*,\
137+ lib/cf-ip-happy.*,\
132138 lib/cf-*proxy.*,\
133139 lib/cf-socket.*,\
134140 lib/cfilters.*,\
135141 lib/conncache.*,\
136142 lib/connect.*,\
137143 lib/http_proxy.*,\
138144 lib/if2ip.*,\
139- lib/noproxy .*,\
145+ lib/proxy .*,\
140146 lib/socks.*,\
141147 src/tool_cb_soc.*,\
148+ tests/http/*proxy*,\
142149 tests/http/*socks*,\
143150 tests/server/socksd.c\
144151 }"
@@ -295,11 +302,14 @@ HTTP/3:
295302 .github/workflows/http3-linux.yml,\
296303 CMake/FindNGHTTP3.cmake,\
297304 CMake/FindNGTCP2.cmake,\
305+ docs/cmdline-opts/proxy-http3.md,\
298306 docs/HTTP3.md,\
299307 docs/examples/http3*,\
308+ lib/cf-h3-proxy.*,\
300309 lib/vquic/**,\
301310 tests/http3-server.pl,\
302- tests/nghttpx.conf\
311+ tests/nghttpx.conf,\
312+ tests/http/*httpsrr*\
303313 }"
304314
305315IMAP :
@@ -381,6 +391,8 @@ name lookup:
381391 lib/socketpair*,\
382392 lib/thrdpool.*,\
383393 lib/thrdqueue.*,\
394+ tests/http/testenv/dnsd.*,\
395+ tests/http/*httpsrr*,\
384396 tests/http/*resolve.py,\
385397 tests/server/dnsd.c,\
386398 tests/server/resolve.c\
@@ -458,6 +470,7 @@ tests:
458470 - all :
459471 - changed-files :
460472 - any-glob-to-any-file :
473+ - ' docs/tests/**'
461474 - ' tests/**'
462475
463476TFTP :
@@ -548,9 +561,9 @@ Windows:
548561 lib/curlx/fopen.*,\
549562 lib/curlx/multibyte.*,\
550563 lib/curlx/winapi.*,\
564+ lib/libcurl.def,\
551565 lib/vtls/schannel*,\
552566 m4/curl-schannel.m4,\
553567 projects/Windows/**,\
554- src/tool_doswin.c,\
555- lib/libcurl.def\
568+ src/tool_doswin.c\
556569 }"
0 commit comments