]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Generic module for handling SASL authentication & encryption
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 10 Dec 2010 12:21:18 +0000 (12:21 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 24 Jun 2011 10:48:25 +0000 (11:48 +0100)
commitbb1c9296f55705fc9b29275aab5b2039ee79347f
tree3ed8ebcf87747c9f0f2f018ea0e93a20e152d9ee
parent30fd0bbbfc76469dee5f636d3f8972c81ff43f85
Generic module for handling SASL authentication & encryption

This provides two modules for handling SASL

 * virNetSASLContext provides the process-wide state, currently
   just a whitelist of usernames on the server and a one time
   library init call

 * virNetTLSSession provides the per-connection state, ie the
   SASL session itself. This also include APIs for providing
   data encryption/decryption once the session is established

* src/Makefile.am: Add to libvirt-net-rpc.la
* src/rpc/virnetsaslcontext.c, src/rpc/virnetsaslcontext.h: Generic
  SASL handling code
cfg.mk
po/POTFILES.in
src/Makefile.am
src/rpc/virnetsaslcontext.c [new file with mode: 0644]
src/rpc/virnetsaslcontext.h [new file with mode: 0644]