Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 9551977158777c0245cb7a3abd11fa5e5ae1ebb8
http://github.com/fabbione/kronosnet/commit/9551977158777c0245cb7a3abd11fa5…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M vty.c
M vty.h
M vty_utils.c
Log Message:
-----------
vty: make timeout global for all CLI's
move the checks into the main vty thread that's idle most of the time
anyway.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 14d2eb79e00db1cecd23d2bf024bd2c48ecd306d
http://github.com/fabbione/kronosnet/commit/14d2eb79e00db1cecd23d2bf024bd2c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M vty_cli.c
Log Message:
-----------
vty_cli: drop idle update in favour of the generic one
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 1f8faa56bdebb42463ce6bfdc6d0670ef22546a7
http://github.com/fabbione/kronosnet/commit/1f8faa56bdebb42463ce6bfdc6d0670…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M vty_utils.c
Log Message:
-----------
vty_utils: some iacs send a response
MUST make that dynamic... really
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 2babd2031134f0e19b8cc0c6d9de3104298b59dd
http://github.com/fabbione/kronosnet/commit/2babd2031134f0e19b8cc0c6d9de310…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M Makefile.am
M tests/Makefile.am
M vty.c
M vty.h
A vty_cli.c
A vty_cli.h
Log Message:
-----------
vty cli: add basic infrastructure for CLI
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: e51552907516670d4c65d89bb1a5fdc78f0b196c
http://github.com/fabbione/kronosnet/commit/e51552907516670d4c65d89bb1a5fdc…
Author: Federico Simoncelli <federico.simoncelli(a)gmail.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M tests/Makefile.am
M tests/netutils_test.c
Log Message:
-----------
netutils: add tests for strtoaddr and addrtostr
Commit: afadd69e2d6a6feea2bb6acb9b3003c5a315da74
http://github.com/fabbione/kronosnet/commit/afadd69e2d6a6feea2bb6acb9b3003c…
Author: Federico Simoncelli <federico.simoncelli(a)gmail.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M Makefile.am
M configure.ac
M tests/Makefile.am
M vty.c
M vty.h
M vty_auth.c
M vty_utils.c
M vty_utils.h
Log Message:
-----------
Merge branch 'master' of github.com:fabbione/kronosnet
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: b75970a03b8b2898a8530ac78a7de574fe7af632
http://github.com/fabbione/kronosnet/commit/b75970a03b8b2898a8530ac78a7de57…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M vty.c
M vty_utils.c
M vty_utils.h
Log Message:
-----------
vty: configure telnet session and add better error reporting
all manual steps at init requires manual checking, the vty loop will do that
in an a more elegant fashion :)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 50c1ed951c488124386729c29c5869bc67287148
http://github.com/fabbione/kronosnet/commit/50c1ed951c488124386729c29c5869b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M vty_utils.c
Log Message:
-----------
vty utils: return error if user requested to write more than VTY_MAX_BUFFER_SIZE
Probably at somepoint we should allocate this buffer dynamically
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: d44870c098be117b77117f90c4ab8aca448255fa
http://github.com/fabbione/kronosnet/commit/d44870c098be117b77117f90c4ab8ac…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M vty.c
M vty.h
M vty_auth.c
M vty_utils.c
Log Message:
-----------
vty_utils: add connection barrier if socket is closed underneath our feet
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: a5d43036a16e977cded2d7e223854779382c1eeb
http://github.com/fabbione/kronosnet/commit/a5d43036a16e977cded2d7e22385477…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-26 (Tue, 26 Oct 2010)
Changed paths:
M Makefile.am
M configure.ac
M tests/Makefile.am
Log Message:
-----------
build: check for pthreads at configure.ac
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: a1846e35e90123899ea3c97ce332b545a5a45d7d
http://github.com/fabbione/kronosnet/commit/a1846e35e90123899ea3c97ce332b54…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-26 (Tue, 26 Oct 2010)
Changed paths:
M vty.c
Log Message:
-----------
vty: remove debugging setting
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 3dd2ffbb27b80619e86fdaff335ad7c22abda811
http://github.com/fabbione/kronosnet/commit/3dd2ffbb27b80619e86fdaff335ad7c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-25 (Mon, 25 Oct 2010)
Changed paths:
M vty.c
Log Message:
-----------
vty: cleanup error/info reporting code
OMG.. did I really write that crap?
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>