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 - Aggregated failed May 16, 2026 in 0s

75 new issues

Total New Outstanding Fixed Trend
75 75 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
39 3 0 33

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 - Aggregated

-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 - Aggregated

-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 - Aggregated

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 - Aggregated

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 - Aggregated

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 350 in upsclient.c

See this annotation in the file changed.

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

-Werror,-Wformat

HIGH:
format specifies type 'unsigned int' but the argument has type 'int'

Check warning on line 114 in authconf.h

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' 114 | int upscli_dump_authconf_item(FILE *restrict stream, upscli_authconf_t *node, int for_debug); | ^~~~~~

Check warning on line 118 in authconf.h

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' 118 | size_t upscli_dump_authconf_list(FILE *restrict stream, int for_debug); | ^~~~~~

Check warning on line 246 in authconf.c

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' 246 | static int upscli_dump_authconf_line_str(FILE *restrict stream, const char *var, const char *val, const char *indent, int for_debug) | ^~~~~~

Check warning on line 279 in authconf.c

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' 279 | static int upscli_dump_authconf_line_int(FILE *restrict stream, const char *var, int val, const char *indent, int for_debug) | ^~~~~~

Check warning on line 299 in authconf.c

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' 299 | int upscli_dump_authconf_item(FILE *restrict stream, upscli_authconf_t *node, int for_debug) | ^~~~~~

Check warning on line 381 in authconf.c

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' 381 | size_t upscli_dump_authconf_list(FILE *restrict stream, int for_debug) | ^~~~~~

Check warning on line 114 in ../../clients/authconf.h

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' 114 | int upscli_dump_authconf_item(FILE *restrict stream, upscli_authconf_t *node, int for_debug); | ^~~~~~

Check warning on line 118 in ../../clients/authconf.h

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' 118 | size_t upscli_dump_authconf_list(FILE *restrict stream, int for_debug); | ^~~~~~

Check warning on line 114 in authconf.h

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' int upscli_dump_authconf_item(FILE *restrict stream, upscli_authconf_t *node, int for_debug); ^

Check warning on line 118 in authconf.h

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' size_t upscli_dump_authconf_list(FILE *restrict stream, int for_debug); ^

Check warning on line 246 in authconf.c

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' static int upscli_dump_authconf_line_str(FILE *restrict stream, const char *var, const char *val, const char *indent, int for_debug) ^

Check warning on line 279 in authconf.c

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' static int upscli_dump_authconf_line_int(FILE *restrict stream, const char *var, int val, const char *indent, int for_debug) ^

Check warning on line 299 in authconf.c

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' int upscli_dump_authconf_item(FILE *restrict stream, upscli_authconf_t *node, int for_debug) ^

Check warning on line 381 in authconf.c

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' size_t upscli_dump_authconf_list(FILE *restrict stream, int for_debug) ^

Check warning on line 114 in ../../clients/authconf.h

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' int upscli_dump_authconf_item(FILE *restrict stream, upscli_authconf_t *node, int for_debug); ^

Check warning on line 118 in ../../clients/authconf.h

See this annotation in the file changed.

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

ERROR:
expected ';', ',' or ')' before 'stream' size_t upscli_dump_authconf_list(FILE *restrict stream, int for_debug); ^

Check warning on line 0 in -

See this annotation in the file changed.

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

error

ERROR:
unrecognized command line option "-Wno-unknown-warning-option" [-Werror]

Check warning on line 0 in -

See this annotation in the file changed.

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

error

ERROR:
unrecognized command line option "-Wno-reserved-identifier" [-Werror]

Check warning on line 0 in -

See this annotation in the file changed.

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

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 CC libcommonclient_la-state.lo