Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 769deace9d164ea3118356b56c0d9d193b93acd0
https://github.com/fabbione/kronosnet/commit/769deace9d164ea3118356b56c0d9d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-18 (Sun, 18 Dec 2016)
Changed paths:
M libknet/transport_sctp.c
Log Message:
-----------
[sctp] _handle_incoming_sctp don't leak accepted_socks on errors
add a check to verify max connections or we will leak FDs somewhere at some point
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: a6aa2e444da8ca8d8b410c6cb026acd8ba5b1873
https://github.com/fabbione/kronosnet/commit/a6aa2e444da8ca8d8b410c6cb026ac…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-12-17 (Sat, 17 Dec 2016)
Changed paths:
M libknet/threads_send_recv.c
Log Message:
-----------
[sctp] don't pass notification packets to the decoder
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
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>