]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Add helper API for finding auth file path
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 20 Mar 2012 15:40:05 +0000 (15:40 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 23 Mar 2012 13:24:07 +0000 (13:24 +0000)
commita4fb88b5c9e2693899c6adf7ea57a9174a7d8f10
treee22fc056467f522b0279260b48d6ee9b7fc7a900
parent4262e34eb591d7e5d537f81c82048360d38d960d
Add helper API for finding auth file path

* src/util/virauth.c, src/util/virauth.h: Add virAuthGetConfigFilePath
* include/libvirt/virterror.h, src/util/virterror.c: Add
  VIR_FROM_AUTH error domain

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
12 files changed:
docs/auth.html.in
include/libvirt/virterror.h
po/POTFILES.in
src/Makefile.am
src/libvirt_private.syms
src/util/virauth.c
src/util/virauth.h
src/util/virauthconfig.c [new file with mode: 0644]
src/util/virauthconfig.h [new file with mode: 0644]
src/util/virterror.c
tests/Makefile.am
tests/virauthconfigtest.c [new file with mode: 0644]