Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9a240a005fafe1254af6dc5e3a30dcfa5579a37a
https://github.com/fabbione/kronosnet/commit/9a240a005fafe1254af6dc5e3a30dc…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-24 (Mon, 24 Sep 2012)
Changed paths:
M kronosnetd/Makefile.am
M kronosnetd/vty_cli_cmds.c
M libknet/Makefile.am
M libknet/handle.c
M libknet/libknet-private.h
M libknet/libknet.h
A libknet/nsscrypto.c
A libknet/nsscrypto.h
R libknet/totemcrypto.c
R libknet/totemcrypto.h
M tests/Makefile.am
M tests/khandle_test.c
M tests/listener_test.c
M tests/ping_test.c
Log Message:
-----------
libknet: more nss crypto work
make crypto_init/fini work.
make libknet shared (necessary for correct linking with nss).
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: c0ddf9fcede1efc6c8f68cee1dd431455a7c1b3b
https://github.com/fabbione/kronosnet/commit/c0ddf9fcede1efc6c8f68cee1dd431…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/handle.c
M libknet/libknet.h
M tests/khandle_test.c
M tests/listener_test.c
M tests/ping_test.c
Log Message:
-----------
libknet: start plugging in crypto support
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: fe9e3ee60e7e1ce457a292f37dfb302e2e161d0c
https://github.com/fabbione/kronosnet/commit/fe9e3ee60e7e1ce457a292f37dfb30…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-20 (Thu, 20 Sep 2012)
Changed paths:
M libknet/handle.c
M libknet/libknet-private.h
M libknet/listener.c
M tests/listener_test.c
Log Message:
-----------
libknet: make tap to links and links to tap full duplex
this cuts down by 40% latency on ping test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1c6ddccf284315c9f36e13dc22d93d833afe2630
https://github.com/fabbione/kronosnet/commit/1c6ddccf284315c9f36e13dc22d93d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-17 (Mon, 17 Sep 2012)
Changed paths:
A libknet/totemcrypto.c
A libknet/totemcrypto.h
Log Message:
-----------
libknet: add totemcrypto.c|h from corosync (pristine)
permission to copy and change licence to GPLv2+ has been granted
in writing by current authors of the code.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 2023d32e0ca5e2fdb91a46c088b0c1fcfd2f63f0
https://github.com/fabbione/kronosnet/commit/2023d32e0ca5e2fdb91a46c088b0c1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-17 (Mon, 17 Sep 2012)
Changed paths:
M Makefile.am
M configure.ac
M kronosnetd/Makefile.am
A kronosnetd/netutils.c
A kronosnetd/netutils.h
A kronosnetd/vty.c
A kronosnetd/vty.h
A kronosnetd/vty_auth.c
A kronosnetd/vty_auth.h
A kronosnetd/vty_cli.c
A kronosnetd/vty_cli.h
A kronosnetd/vty_cli_cmds.c
A kronosnetd/vty_cli_cmds.h
A kronosnetd/vty_test.c
A kronosnetd/vty_utils.c
A kronosnetd/vty_utils.h
R libvty/Makefile.am
R libvty/libvty.pc.in
R libvty/netutils.c
R libvty/netutils.h
R libvty/vty.c
R libvty/vty.h
R libvty/vty_auth.c
R libvty/vty_auth.h
R libvty/vty_cli.c
R libvty/vty_cli.h
R libvty/vty_cli_cmds.c
R libvty/vty_cli_cmds.h
R libvty/vty_test.c
R libvty/vty_utils.c
R libvty/vty_utils.h
M tests/Makefile.am
Log Message:
-----------
let's be more realistic on what we can do here
libvty is not going to happen. Too complex and it's not the goal
for this project. For now, let's move it back into the daemon.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b51646715e5cc26db86534cbfd013135a63327a2
https://github.com/fabbione/kronosnet/commit/b51646715e5cc26db86534cbfd0131…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-16 (Sun, 16 Sep 2012)
Changed paths:
M kronosnetd/Makefile.am
M kronosnetd/logging.c
M kronosnetd/logging.h
M kronosnetd/main.c
Log Message:
-----------
logging: add logging support for syslog/stderr/logfile
hook into libqb for logging facilities.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 893d9c42c713a5415c6ee1981eb999c0b102a26b
https://github.com/fabbione/kronosnet/commit/893d9c42c713a5415c6ee1981eb999…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-15 (Sat, 15 Sep 2012)
Changed paths:
M kronosnetd/Makefile.am
A kronosnetd/logging.c
A kronosnetd/logging.h
M kronosnetd/main.c
R kronosnetd/utils.c
R kronosnetd/utils.h
M libvty/netutils.c
M libvty/vty.c
M libvty/vty_auth.c
M libvty/vty_cli.c
M libvty/vty_cli_cmds.c
M libvty/vty_utils.c
Log Message:
-----------
drop generic utils.(c|h) and start implementing proper logging
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>