Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 0e3c5a9c51fb995ca794c6dafe0709d82d519101
https://github.com/fabbione/kronosnet/commit/0e3c5a9c51fb995ca794c6dafe0709…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-03-22 (Tue, 22 Mar 2011)
Changed paths:
M utils.c
M utils.h
Log Message:
-----------
logging: enable syslog by default
also inject log_debug into syslog if configured
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9a62f43faa42b6a8ebfaef41d6d65f6d55f46420
https://github.com/fabbione/kronosnet/commit/9a62f43faa42b6a8ebfaef41d6d65f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-03-22 (Tue, 22 Mar 2011)
Changed paths:
M Makefile.am
M configure.ac
M libtap/Makefile.am
A libvty/Makefile.am
A libvty/libvty.pc.in
A libvty/vty.c
A libvty/vty.h
A libvty/vty_auth.c
A libvty/vty_auth.h
A libvty/vty_cli.c
A libvty/vty_cli.h
A libvty/vty_cli_cmds.c
A libvty/vty_cli_cmds.h
A libvty/vty_test.c
A libvty/vty_utils.c
A libvty/vty_utils.h
M tests/Makefile.am
R tests/vty_test.c
R vty.c
R vty.h
R vty_auth.c
R vty_auth.h
R vty_cli.c
R vty_cli.h
R vty_cli_cmds.c
R vty_cli_cmds.h
R vty_utils.c
R vty_utils.h
Log Message:
-----------
Move vty into its own dir for future "librarification"
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 6fea3795a11528fefe1c60bac1ab3f352acdef8d
https://github.com/fabbione/kronosnet/commit/6fea3795a11528fefe1c60bac1ab3f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-01-19 (Wed, 19 Jan 2011)
Changed paths:
M TODO
Log Message:
-----------
update TODO for libtap
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: b78177d90c96d32d6e707b41e46aa666fe7daf0c
https://github.com/fabbione/kronosnet/commit/b78177d90c96d32d6e707b41e46aa6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-01-19 (Wed, 19 Jan 2011)
Changed paths:
M .gitignore
M libtap/Makefile.am
A libtap/tap_test.c
A libtap/tap_updown_bad/down.d/kronostest
A libtap/tap_updown_bad/post-down.d/kronostest
A libtap/tap_updown_bad/pre-up.d/kronostest
A libtap/tap_updown_bad/up.d/kronostest
A libtap/tap_updown_good/down.d/kronostest
A libtap/tap_updown_good/post-down.d/kronostest
A libtap/tap_updown_good/pre-up.d/kronostest
A libtap/tap_updown_good/up.d/kronostest
M tests/Makefile.am
R tests/tap_test.c
R tests/tap_updown_bad/down.d/kronostest
R tests/tap_updown_bad/post-down.d/kronostest
R tests/tap_updown_bad/pre-up.d/kronostest
R tests/tap_updown_bad/up.d/kronostest
R tests/tap_updown_good/down.d/kronostest
R tests/tap_updown_good/post-down.d/kronostest
R tests/tap_updown_good/pre-up.d/kronostest
R tests/tap_updown_good/up.d/kronostest
Log Message:
-----------
libtap: move tests in libtap/
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 67b9e4aa03e626938887c401ba11cf8974b18a90
https://github.com/fabbione/kronosnet/commit/67b9e4aa03e626938887c401ba11cf…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2011-01-19 (Wed, 19 Jan 2011)
Changed paths:
M libtap/Makefile.am
M libtap/libtap-private.h
M libtap/libtap.c
R libtap/tap_test.c
Log Message:
-----------
libtap: embed test suite in the library
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>