Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: e3aa8728257c5ea5bb5f2dbd9471e7b115ae6501
http://github.com/fabbione/kronosnet/commit/e3aa8728257c5ea5bb5f2dbd9471e7b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-22 (Fri, 22 Oct 2010)
Changed paths:
M configure.ac
M tests/Makefile.am
M vty_auth.c
Log Message:
-----------
build: allow default admin group to be configurable and clean up
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 2bec199e0c1bf37bf995f8e5476e01d7a840f7bb
http://github.com/fabbione/kronosnet/commit/2bec199e0c1bf37bf995f8e5476e01d…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-22 (Fri, 22 Oct 2010)
Changed paths:
M vty.h
M vty_auth.c
Log Message:
-----------
vty: perform group check before allowing users to enable
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 7a00930f8d76d5e6c37506d48b7f6bd4d86f57ee
http://github.com/fabbione/kronosnet/commit/7a00930f8d76d5e6c37506d48b7f6bd…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-22 (Fri, 22 Oct 2010)
Changed paths:
M configure.ac
Log Message:
-----------
build: update configure.ac
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: b1407bc7438ff1979e46f96341b131f5040fc167
http://github.com/fabbione/kronosnet/commit/b1407bc7438ff1979e46f96341b131f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-22 (Fri, 22 Oct 2010)
Changed paths:
M vty.c
M vty.h
M vty_auth.c
M vty_auth.h
Log Message:
-----------
vty: associate username with vty and drastically improve error detection/report
also make knet_vty_auth_user reusable
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: ec1651475651e42deea0247082b2a7bb15bd1b01
http://github.com/fabbione/kronosnet/commit/ec1651475651e42deea0247082b2a7b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-21 (Thu, 21 Oct 2010)
Changed paths:
M vty.c
M vty_auth.c
M vty_auth.h
M vty_utils.c
M vty_utils.h
Log Message:
-----------
vty: use struct knet_vty all around
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 9b2be160646831111d844bb9bb77a8c454505afc
http://github.com/fabbione/kronosnet/commit/9b2be160646831111d844bb9bb77a8c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-21 (Thu, 21 Oct 2010)
Changed paths:
M vty.c
M vty.h
Log Message:
-----------
vty: address several issues with vty allocation
use knet_vty structure as thread arg to pass more data around
initialize knet_vtys memory
make sure to reuse knet_vtys slots
pass data to vty thread
clear memory on entry/exit
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 8b148e479fa46db646cbfbd79d0eb9094192c0ed
http://github.com/fabbione/kronosnet/commit/8b148e479fa46db646cbfbd79d0eb90…
Author: Federico Simoncelli <federico.simoncelli(a)gmail.com>
Date: 2010-10-21 (Thu, 21 Oct 2010)
Changed paths:
A netutils.c
A netutils.h
M tests/Makefile.am
A tests/netutils_test.c
Log Message:
-----------
knet: add netutils stub
Commit: 3fe436e484588ddb2eaa7464ca704dc08a3262fd
http://github.com/fabbione/kronosnet/commit/3fe436e484588ddb2eaa7464ca704dc…
Author: Federico Simoncelli <federico.simoncelli(a)gmail.com>
Date: 2010-10-21 (Thu, 21 Oct 2010)
Changed paths:
M Makefile.am
M configure.ac
M tests/Makefile.am
M vty.c
M vty.h
A vty_auth.c
A vty_auth.h
A vty_utils.c
A vty_utils.h
Log Message:
-----------
Merge branch 'master' of github.com:fabbione/kronosnet