summaryrefslogtreecommitdiff
path: root/src/security/security_driver.c
Commit message (Expand)AuthorAgeFilesLines
* security: Update format strings in translated messagesJiri Denemark2023-04-011-2/+2
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-4/+4
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-1/+1
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-5/+0
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* security: handle missing switch enum casesDaniel P. Berrangé2018-02-211-0/+1
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* Convert 'int i' to 'size_t i' in src/security filesDaniel P. Berrange2013-07-101-1/+1
* src/security: Remove the whitespace before ';'Osier Yang2013-05-211-1/+1
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Revert "security: Add DAC to security_drivers"Peter Krempa2012-08-291-2/+0
* security: Add DAC to security_driversMichal Privoznik2012-08-241-0/+2
* Use VIR_ERR_CONFIG_UNSUPPORTED if requested security driver is disabledDaniel P. Berrange2012-08-141-0/+6
* Desert the FSF address in copyrightOsier Yang2012-07-231-0/+9
* Replace use of virSecurityReportError with virReportErrorDaniel P. Berrange2012-07-201-3/+5
* Add security driver APIs for getting mount optionsDaniel Walsh2012-05-161-1/+2
* Pass the virt driver name into security driversDaniel Walsh2012-05-161-2/+3
* Refactor the security drivers to simplify usageDaniel P. Berrange2011-01-101-83/+21
* Disable all disk probing in QEMU driver & add config option to re-enableDaniel P. Berrange2010-07-191-2/+14
* build: consistently indent preprocessor directivesEric Blake2010-03-091-2/+2
* Convert virSecurityReportError into a macroMatthias Bolte2010-02-151-18/+0
* Remove use of virConnectPtr from security driver APIsDaniel P. Berrange2010-02-101-9/+8
* Various error reporting fixesCole Robinson2009-11-031-1/+1
* sVirt AppArmor security driverJamie Strandboge2009-10-081-0/+7
* Move security drivers to src/security/Daniel P. Berrange2009-09-211-0/+139