Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c299b2a38556b2e5784971c68ae1714f37d669de
https://github.com/fabbione/kronosnet/commit/c299b2a38556b2e5784971c68ae171…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-05 (Sat, 05 Nov 2016)
Changed paths:
A poc-code/iov-enc/Makefile.am
A poc-code/iov-enc/main.c
Log Message:
-----------
Add libnss iovec PoC
this is a small modified version of the code example available here:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/nss_sample_co…
to show that it is possible to encrypt from multiple src buffers
into a final buffer.
this approach will allow us to remove a lot of memcpy around the
recv/send thread and replace them with iovec mapping all across.
Possible side effects:
- less memory consumption (mapping vs allocating)
- more complex code / crypto (internal) API changes
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b52f4df592100a4ae4fcb5399c2a56b790341bcf
https://github.com/fabbione/kronosnet/commit/b52f4df592100a4ae4fcb5399c2a56…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-11-05 (Sat, 05 Nov 2016)
Changed paths:
A poc-code/access-list/Makefile.am
A poc-code/access-list/ipcheck.c
A poc-code/access-list/ipcheck.h
A poc-code/access-list/test_ipcheck.c
A poc-code/access-list/test_ipcheck.txt
Log Message:
-----------
Add poc-code directory and move access-list code from Chrissie there
Over time we have created a lot of small PoC code to make knet better.
Most of it is already integrated but other chunks are still floating around.
I prefer to keep them here so that:
1) they don't get lost
2) it will be easier to integrate them once we get to that point
3) we can share PoC and work on them together
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 45ede40487a5f786cac24290fb25091ca4601a2e
https://github.com/fabbione/kronosnet/commit/45ede40487a5f786cac24290fb2509…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-22 (Sat, 22 Oct 2016)
Changed paths:
M Makefile.am
M kronosnet.spec.in
Log Message:
-----------
[build] use rpm bcond for a more elegant solution to override ./configure defaults
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b01d08ab5284796b5484540b04d0b8dbc27534d9
https://github.com/fabbione/kronosnet/commit/b01d08ab5284796b5484540b04d0b8…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-22 (Sat, 22 Oct 2016)
Changed paths:
M Makefile.am
M kronosnet.spec.in
Log Message:
-----------
[build] fix spec/srpm/rpm build
build only packages that we are configuring for (--enable-libtap,
--enable-kronosnetd) and have spec file depends on the latest
configure run to regenerate the info
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 905cb809a78c02b1a1b72d9b2a5acbe0199d5e51
https://github.com/fabbione/kronosnet/commit/905cb809a78c02b1a1b72d9b2a5acb…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M Makefile.am
M configure.ac
M kronosnetd/Makefile.am
Log Message:
-----------
[build] fix make distcheck to include kronostned/libtap coverage
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: de956feaeeb748de615c64e74c3d72675b13c3ab
https://github.com/fabbione/kronosnet/commit/de956feaeeb748de615c64e74c3d72…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M Makefile.am
M init/Makefile.am
M kronosnetd/Makefile.am
M libtap/Makefile.am
Log Message:
-----------
[build] fix conditional build to pass make distcheck
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: ace7cd0e21ccaf5e7691489851573a6644056092
https://github.com/fabbione/kronosnet/commit/ace7cd0e21ccaf5e7691489851573a…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M configure.ac
M kronosnetd/Makefile.am
M libtap/Makefile.am
Log Message:
-----------
config: Make libtap & kronosnetd optional
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Commit: 58b997cee7e64ba53cefe52123afe2db9adc0c42
https://github.com/fabbione/kronosnet/commit/58b997cee7e64ba53cefe52123afe2…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M configure.ac
Log Message:
-----------
Make sure we build libtap if kronosnetd is also being built
I didn't think it worth checking for and using local libtap,
if anybody else wants that I will take patches.
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>
Commit: df651b41a8306e4b57351f72f10fd9022a6a56c6
https://github.com/fabbione/kronosnet/commit/df651b41a8306e4b57351f72f10fd9…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2016-10-21 (Fri, 21 Oct 2016)
Changed paths:
M configure.ac
M kronosnetd/Makefile.am
M libtap/Makefile.am
Log Message:
-----------
Merge pull request #15 from chrissie-c/master
config: Make libtap & kronosnetd optional
Compare: https://github.com/fabbione/kronosnet/compare/86382475c2be...df651b41a830