Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: d75f22952c17e34aafcc7e9bcded16ce7117d436
https://github.com/fabbione/kronosnet/commit/d75f22952c17e34aafcc7e9bcded16…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-16 (Fri, 16 Dec 2016)
Changed paths:
M configure.ac
M libknet/Makefile.am
M libknet/handle.c
M libknet/link.c
M libknet/threads_send_recv.c
M libknet/transports.h
Log Message:
-----------
[build] make SCTP build optional (default: on)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: e311acaa8d2fd5dad86ad7be85ab7fadbb64cae7
https://github.com/fabbione/kronosnet/commit/e311acaa8d2fd5dad86ad7be85ab7f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-16 (Fri, 16 Dec 2016)
Changed paths:
M common/Makefile.am
M configure.ac
M libknet/Makefile.am
M libknet/tests/Makefile.am
M poc-code/access-list/Makefile.am
M poc-code/iov-hash/Makefile.am
Log Message:
-----------
[build] don't leak pam libraries all over the place
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: fa8c7f326afee3f67efe110f334e0db4672b59f9
https://github.com/fabbione/kronosnet/commit/fa8c7f326afee3f67efe110f334e0d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-16 (Fri, 16 Dec 2016)
Changed paths:
M configure.ac
M libknet/Makefile.am
Log Message:
-----------
[build] cleanup configure.ac and Makefile.am
- check for libqb only if building kronosnetd
- check for SCTP headers and fails if we don't find them
- export DEBUG conditional in Makefiles
- conditionally include netutils.c for DEBUG
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 28810ef370696ca39aac0be91bc4a6487f82ca48
https://github.com/fabbione/kronosnet/commit/28810ef370696ca39aac0be91bc4a6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-16 (Fri, 16 Dec 2016)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
[kronosnetd] Fix build after SCTP merge
Default to UDP for now, add support for multiple protocols later on
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>