Branch: refs/heads/covscan-fixes2
Home: https://github.com/kronosnet/kronosnet
Commit: 09f903fcb9f64cb8f2e4acd829b986b54c152fa1
https://github.com/kronosnet/kronosnet/commit/09f903fcb9f64cb8f2e4acd829b98…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
misc: some coverity fixes
In rough order of seriousness:
1. Fix clock_gettime() in pmtud so that it's always called, as
variable 'clock_now' is always read.
2. Allow space for trailing NUL in libnozzle device names
3. Fix api_nozzle_run_updown_test so it can run out of the build tree
4. Disallow a 0 length prefix in libnozzle
5. Fix potential use of NULL pointer on doxyxml
6. Free 'name' in doxyxml as it's *not* in the map any more
7. Fix dead code in libknet API functions left by code changes
Branch: refs/heads/revert-221-covscan-fixes1
Home: https://github.com/kronosnet/kronosnet
Commit: d22e08f0936f503e0b76de70b34d17396bc30f68
https://github.com/kronosnet/kronosnet/commit/d22e08f0936f503e0b76de70b34d1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
Revert "misc: some coverity fixes"
Branch: refs/heads/stable1
Home: https://github.com/kronosnet/kronosnet
Commit: a59bbef05931471efdd9cffd2221ce47faf99d9f
https://github.com/kronosnet/kronosnet/commit/a59bbef05931471efdd9cffd2221c…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
misc: some coverity fixes
In rough order of seriousness:
1. Fix clock_gettime() in pmtud so that it's always called, as
variable 'clock_now' is always read.
2. Allow space for trailing NUL in libnozzle device names
3. Fix api_nozzle_run_updown_test so it can run out of the build tree
4. Disallow a 0 length prefix in libnozzle
5. Fix potential use of NULL pointer on doxyxml
6. Free 'name' in doxyxml as it's *not* in the map any more
7. Fix dead code in libknet API functions left by code changes
Commit: a2843ecac34d62f39255e7bf489a9f0e39d177d5
https://github.com/kronosnet/kronosnet/commit/a2843ecac34d62f39255e7bf489a9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
Merge pull request #221 from kronosnet/covscan-fixes1
misc: some coverity fixes
Compare: https://github.com/kronosnet/kronosnet/compare/c8aceef61c08...a2843ecac34d
Branch: refs/heads/covscan-fixes1
Home: https://github.com/kronosnet/kronosnet
Commit: a59bbef05931471efdd9cffd2221ce47faf99d9f
https://github.com/kronosnet/kronosnet/commit/a59bbef05931471efdd9cffd2221c…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M libknet/handle.c
M libknet/host.c
M libknet/threads_pmtud.c
M libnozzle/internals.c
M libnozzle/libnozzle.c
M libnozzle/tests/api_nozzle_run_updown.c
M man/doxyxml.c
Log Message:
-----------
misc: some coverity fixes
In rough order of seriousness:
1. Fix clock_gettime() in pmtud so that it's always called, as
variable 'clock_now' is always read.
2. Allow space for trailing NUL in libnozzle device names
3. Fix api_nozzle_run_updown_test so it can run out of the build tree
4. Disallow a 0 length prefix in libnozzle
5. Fix potential use of NULL pointer on doxyxml
6. Free 'name' in doxyxml as it's *not* in the map any more
7. Fix dead code in libknet API functions left by code changes
Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: 5884f8dfc6cf4e648e033da855f8c77eafae84df
https://github.com/kronosnet/kronosnet/commit/5884f8dfc6cf4e648e033da855f8c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[spec] fix upstream URLs to point to https and official release repo
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1708616
also to be noted, the Source0: line is different from upstream and Fedora
because upstream can handle tarballs during development
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 3a5332772250c1adf2340503ac8903ea07f2d394
https://github.com/kronosnet/kronosnet/commit/3a5332772250c1adf2340503ac890…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[spec] use distro conditionals to determine BuildRequires
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 851525b90235db236cc4bf88a66ed5f7c54ed9f6
https://github.com/kronosnet/kronosnet/commit/851525b90235db236cc4bf88a66ed…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[spec] be more strict about plugins version and architecture depedencies
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: dd66ce8b6389772de79e576d6eea542633594cf1
https://github.com/kronosnet/kronosnet/commit/dd66ce8b6389772de79e576d6eea5…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[spec] clean up useless conditionals and defines
fix a couple of minor conditionals in the process
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: d880374fbff2ebe404f2bbae95c988aa21e60280
https://github.com/kronosnet/kronosnet/commit/d880374fbff2ebe404f2bbae95c98…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[spec] reconciliate fedora spec file into upstream spec file (part 1)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 95198f0dc5b8a4eefe06b58fa1901740209b42a0
https://github.com/kronosnet/kronosnet/commit/95198f0dc5b8a4eefe06b58fa1901…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[spec] fix a bunch of rpmlint errors
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 1fc28307dc2b537abd30eab8b6920f2b6893e786
https://github.com/kronosnet/kronosnet/commit/1fc28307dc2b537abd30eab8b6920…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[spec] drop support for init scripts
no rpm distros left that support old fashion init scripts
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 8a823aa3bf291fe8c7407fd957d71897895e1aec
https://github.com/kronosnet/kronosnet/commit/8a823aa3bf291fe8c7407fd957d71…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-05-17 (Fri, 17 May 2019)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[spec] use ldconfig_scriptlets only when defined
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/460fca5e33d5...8a823aa3bf29