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>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 2d022f7f98f77327e6e2ba8ee3a650e136a98aba
https://github.com/fabbione/kronosnet/commit/2d022f7f98f77327e6e2ba8ee3a650…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-15 (Sat, 15 Sep 2012)
Changed paths:
M configure.ac
M kronosnetd/cfg.h
M kronosnetd/main.c
Log Message:
-----------
logging: add concept of logfile and fix fprintf output
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 4aa63ad77ee2a9c1b9a510458f9511c67a15e480
https://github.com/fabbione/kronosnet/commit/4aa63ad77ee2a9c1b9a510458f9511…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M .gitignore
M Makefile.am
R cfg.c
R cfg.h
M configure.ac
A kronosnetd/Makefile.am
A kronosnetd/cfg.c
A kronosnetd/cfg.h
A kronosnetd/main.c
A kronosnetd/utils.c
A kronosnetd/utils.h
M libvty/Makefile.am
R main.c
R utils.c
R utils.h
Log Message:
-----------
build: move daemon in its own dir
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>