Branch: refs/heads/acl
Home: https://github.com/kronosnet/kronosnet
Commit: bf7df7455dc7ddf3cf1a485864fbac54ae9532cb
https://github.com/kronosnet/kronosnet/commit/bf7df7455dc7ddf3cf1a485864fba…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-02-14 (Thu, 14 Feb 2019)
Changed paths:
M libknet/links.c
M libknet/links_acl.c
M libknet/links_acl.h
M libknet/tests/int_links_acl.c
Log Message:
-----------
[access lists] automatically add and remove point to point access lists
those are not used just yet.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/acl
Home: https://github.com/kronosnet/kronosnet
Commit: 54f1e22e3542b804b238f83cfb3363c074b2dd43
https://github.com/kronosnet/kronosnet/commit/54f1e22e3542b804b238f83cfb336…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-02-12 (Tue, 12 Feb 2019)
Changed paths:
M libknet/internals.h
M libknet/links_acl.c
M libknet/links_acl.h
M libknet/tests/int_links_acl.c
Log Message:
-----------
[access lists] make code more generic to accept more than IP protocol and start to bind it to each fd
access lists are unique per file descriptor, each fd can have its own protocol and list.
remane around ipcheck* with check* to be more generic.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/acl
Home: https://github.com/kronosnet/kronosnet
Commit: e2e9039a56e9c5096c620851da5dd0b312e6e8b4
https://github.com/kronosnet/kronosnet/commit/e2e9039a56e9c5096c620851da5dd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-02-10 (Sun, 10 Feb 2019)
Changed paths:
M libknet/internals.h
M libknet/transports.c
M libknet/transports.h
Log Message:
-----------
[transports] add information about the nature of the transport and supported access lists
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/acl
Home: https://github.com/kronosnet/kronosnet
Commit: c8e895d6d3e41c58531f03c42b4ed6d87e8564de
https://github.com/kronosnet/kronosnet/commit/c8e895d6d3e41c58531f03c42b4ed…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-02-08 (Fri, 08 Feb 2019)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/tests/api-check.mk
A libknet/tests/api_knet_handle_enable_access_lists.c
Log Message:
-----------
[acl] add knet_handle_enable_access_lists api call
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>