versat / cntlm

Cntlm is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy intended to help you break free from the chains of Microsoft proprietary world. More info on http://cntlm.sourceforge.net/ website. This version also supports: SSPI (on Windows, NTLM authentication only), Kerberos authentication, IPv6, proxy PAC files.
GNU General Public License v2.0
127 stars 40 forks source link

Reorganise some workflows #107

Closed fralken closed 7 months ago

fralken commented 7 months ago

For c-cpp.yml it is faster to have one job that compiles first with gcc and then with clang. In scan-build we can exclude duktape because it is third party. UNICODE is relevant only for Cygwin because it is used only in sspi.c. Finally, we can analyse also kerberos code by installing the developer package during setup.

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

fralken commented 7 months ago

Hello @versat, I see that since the ci-cpp workflow has become a single job instead of two, now it is waiting for a missing build (clang) job to execute, since it is marked "required". Can you change the configuration of required workflows?

versat commented 7 months ago

Hello @versat, I see that since the ci-cpp workflow has become a single job instead of two, now it is waiting for a missing build (clang) job to execute, since it is marked "required". Can you change the configuration of required workflows?

Done