[libvirt] [PATCH 0/2] Introduce max_anonymous_clients

Daniel P. Berrange berrange at redhat.com
Wed Feb 19 17:55:34 UTC 2014


On Tue, Jan 21, 2014 at 11:04:37AM +0100, Michal Privoznik wrote:
> On 09.12.2013 15:35, Michal Privoznik wrote:
> > https://bugzilla.redhat.com/show_bug.cgi?id=981729
> > 
> > So far we can limit how many clients are connected,
> > how many are waiting in accept() line but we could
> > not control the count of accepted but not
> > authenticated yet.
> > 
> > Michal Privoznik (2):
> >   virNetServer: Introduce unauth clients counter
> >   daemon: Introduce max_anonymous_clients
> > 
> >  daemon/libvirtd-config.c    |  1 +
> >  daemon/libvirtd-config.h    |  1 +
> >  daemon/libvirtd.aug         |  1 +
> >  daemon/libvirtd.c           |  1 +
> >  daemon/libvirtd.conf        |  3 ++
> >  daemon/remote.c             | 21 ++++++++-----
> >  daemon/test_libvirtd.aug.in |  1 +
> >  src/locking/lock_daemon.c   |  4 +--
> >  src/lxc/lxc_controller.c    |  2 +-
> >  src/rpc/virnetserver.c      | 73 +++++++++++++++++++++++++++++++++++++++++----
> >  src/rpc/virnetserver.h      |  3 ++
> >  11 files changed, 95 insertions(+), 16 deletions(-)
> > 
> 
> Ping3? Now that we are after the release it's a great time to merge this
> and have as long testing phase as possible.

Seems we dropped the ball on this patch. Can you re-post so we can get
it in just after 1.2.2 is released.

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list