Skip to content

clients/nutclient.{cpp,h}: add rudimentary support for SSLConfig_CERT…

d47d9df
Select commit
Loading
Failed to load commit list.
Open

Introduce NUT "authconf" file support [#3329] #3435

clients/nutclient.{cpp,h}: add rudimentary support for SSLConfig_CERT…
d47d9df
Select commit
Loading
Failed to load commit list.
NUT CI farm - Jenkins / All Issues failed May 16, 2026 in 0s

321 new issues

Total New Outstanding Fixed Trend
321 321 0 0 👎

Reference build: Network UPS Tools project dynamatrix » nut » master #1275

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
197 62 0 62

Annotations

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1132 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'long' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

error=sign-compare

ERROR:
comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Werror=sign-compare] 1136 | if (se && se->s_port > 0 && se->s_port <= UINT16_MAX) { | ^~ At top level:

Check warning on line 0 in -

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

GCC warning

LOW:
unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-reserved-identifier' may have been intended to silence earlier diagnostics

Check warning on line 1132 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'long' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1132 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'long' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1132 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'long' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1132 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'long' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1132 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'long' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

error=sign-compare

ERROR:
comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Werror=sign-compare] 1136 | if (se && se->s_port > 0 && se->s_port <= UINT16_MAX) { | ^~ At top level:

Check warning on line 0 in -

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

GCC warning

LOW:
unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-reserved-identifier' may have been intended to silence earlier diagnostics

Check warning on line 1132 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

error=sign-compare

ERROR:
comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Werror=sign-compare] 1132 | if (l > 0 && l <= UINT16_MAX) { | ^~

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

error=sign-compare

ERROR:
comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Werror=sign-compare] 1136 | if (se && se->s_port > 0 && se->s_port <= UINT16_MAX) { | ^~ At top level:

Check warning on line 0 in -

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

GCC warning

LOW:
unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-reserved-identifier' may have been intended to silence earlier diagnostics

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'

Check warning on line 1136 in upsclient.c

See this annotation in the file changed.

@nut-ci-farm-jenkins nut-ci-farm-jenkins / All Issues

-Werror,-Wsign-compare

HIGH:
comparison of integers of different signs: 'int' and 'unsigned int'