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
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 38cb1bb7dd2358f80d29e0a8ffdb74327f84f4d5
http://github.com/fabbione/kronosnet/commit/38cb1bb7dd2358f80d29e0a8ffdb743…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-20 (Wed, 20 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:
-----------
vty: add CLI threads and PAM authentication
NOTE: /etc/pam.d/kronosnet is now required to telnet to CLI
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: f9ed8649f0dc41d86bc68aba5dfbf6a6ab7900bb
http://github.com/fabbione/kronosnet/commit/f9ed8649f0dc41d86bc68aba5dfbf6a…
Author: Federico Simoncelli <federico.simoncelli(a)gmail.com>
Date: 2010-10-20 (Wed, 20 Oct 2010)
Changed paths:
M ring.c
M ring.h
M tests/khandle_test.c
M tests/ping_test.c
Log Message:
-----------
knet: add acquire/release functions to lock the host structure list