Branch: refs/heads/master
Home:
https://github.com/kronosnet/kronosnet
Commit: e9b0ec6d38f8eb884d0bee87efe4f1a38fee840b
https://github.com/kronosnet/kronosnet/commit/e9b0ec6d38f8eb884d0bee87efe4f…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/tests/api-test-coverage
M libknet/tests/api_knet_handle_new.c
M libknet/tests/test-common.c
M libknet/transport_common.c
M man/Makefile.am
Log Message:
-----------
New API function: knet_handle_new_ex() taking handle flags
For now, the only supported flag is KNET_HANDLE_FLAG_PRIVILEGED,
which is also the default in knet_handle_new().
The tests are adapted to switch this flag off, which makes them pass
in default environments without privileges.
Signed-off-by: Ferenc Wágner <wferi(a)debian.org>
Commit: 1ee20797a264741e27bb5392a45c698acfe976d7
https://github.com/kronosnet/kronosnet/commit/1ee20797a264741e27bb5392a45c6…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M libknet/Makefile.am
M libtap/Makefile.am
Log Message:
-----------
build: provide -version-info directly instead of -version-number
The info components carry the real OS-independent library version
information, from which the version number is computed differently
on different systems. According to the libtool manual "new projects
should use the -version-info flag instead".
Signed-off-by: Ferenc Wágner <wferi(a)debian.org>
Commit: efe0169a4c899adacab1ad456e44c5854eeea175
https://github.com/kronosnet/kronosnet/commit/efe0169a4c899adacab1ad456e44c…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M libknet/Makefile.am
Log Message:
-----------
Indicate new API call in libtool version info
Signed-off-by: Ferenc Wágner <wferi(a)debian.org>
Commit: 73468bd6a9cead4b6ce288fbd292a640e02d1d6d
https://github.com/kronosnet/kronosnet/commit/73468bd6a9cead4b6ce288fbd292a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2018-02-20 (Tue, 20 Feb 2018)
Changed paths:
M libknet/Makefile.am
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/tests/api-test-coverage
M libknet/tests/api_knet_handle_new.c
M libknet/tests/test-common.c
M libknet/transport_common.c
M libtap/Makefile.am
M man/Makefile.am
Log Message:
-----------
Merge pull request #124 from kronosnet/test_handle
Unprivileged handles
Compare:
https://github.com/kronosnet/kronosnet/compare/7629b99ab013...73468bd6a9ce