German-Service-Network

Results 8 issues of German-Service-Network

I have set the following in config.yaml. ``` default_repository_dir: /var/www repository_depth: '3' ``` Below `/var/www/` there are no git repositories but a subfolder `mirror` which contains e.g. gitlist.git as clone....

bug

Here is the test case for pull request #220 and issue #171 with complete copied code from the pull request. I hope this is enough to take over the function...

Fixes the following build warning ``` fping.c: In function ‘decode_icmp_ipv4’: fping.c:2078:12: warning: unused parameter ‘response_addr_len’ [-Wunused-parameter] size_t response_addr_len, ~~~~~~~^~~~~~~~~~~~~~~~~ ``` The variable `response_addr_len` in function `decode_icmp_ipv4` has become redundant with...

Fixes the following build warning under ARMv6 CPU Version: fping-5.1 CPU: ARMv6 ``` seqmap.c: In function ‘seqmap_add’: seqmap.c:84:96: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3...

My bare repository test.git ist outside the public folder `/www/htdocs/repo.` I can open the test.git repository via gitlist, but when I try to clone it via https, I become the...

The basis for debugging with Visual Studio Code has been created. This may not yet be perfect, but it may be a start.

Change codeql from v1 to v2 because v1 is deprecated https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/

Sometimes there is an error with ci/test-07-options-i-m.pl in Github CI macOS As a workaround, this test was deactivated for macOS via the pull-request #328 ``` ci/test-05-options-c-e.pl ... ok ci/test-06-options-f-h.pl ......