[libvirt] [PATCH 0/2] Introduce max_anonymous_clients

Michal Privoznik mprivozn at redhat.com
Tue Jan 7 16:49:10 UTC 2014


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(-)
> 

Ping2?




More information about the libvir-list mailing list