summaryrefslogtreecommitdiff
path: root/src/util/virauth.c
Commit message (Expand)AuthorAgeFilesLines
* virauth: Report error on empty auth resultMichal Privoznik2023-04-031-2/+4
* util: Update format strings in translated messages (part 1)Jiri Denemark2023-04-011-3/+3
* virAuthGetPasswordPath: Use virAuthAskCredential for callback interactionPeter Krempa2023-01-231-35/+4
* util: virauth: Export virAuthGetCredentialPeter Krempa2023-01-231-1/+1
* util: auth: Introduce virAuthAskCredentialPeter Krempa2023-01-231-0/+66
* util: Remove unused includesPeng Liang2022-06-161-1/+0
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-1/+1
* util: Fix memory leak in virAuthGetCredentialJohn Ferlan2020-06-161-4/+1
* util: Don't check the output of virGetUserConfigDirectory()Fabiano Fidêncio2019-12-201-2/+1
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-12/+5
* util: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-8/+4
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-1/+1
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-5/+5
* util: get rid of virGetEnv{Allow,Block}SUID functionsDaniel P. Berrangé2019-08-071-1/+1
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-0/+1
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* util: Alter virAuthGet*Path API to generate auth->cb errorJohn Ferlan2018-08-151-2/+8
* util: Alter virAuthGet*Path API return processingJohn Ferlan2018-08-151-4/+9
* util: Remove invalid parameter checks from virAuthGet{Username|Password}John Ferlan2018-08-151-13/+1
* util: Alter virAuthGet*Path API to check valid callbackJohn Ferlan2018-08-151-0/+12
* util: Alter virAuthGet*Path API to check valid parametersJohn Ferlan2018-08-151-0/+12
* virauth.c: Check for valid auth callbackMarcos Paulo de Souza2018-08-141-0/+12
* util: auth: use VIR_AUTOPTR for aggregate typesSukrit Bhatnagar2018-07-141-10/+5
* util: auth: use VIR_AUTOFREE instead of VIR_FREE for scalar typesSukrit Bhatnagar2018-07-141-32/+13
* util: authconfig: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-07-141-1/+0
* Remove unnecessary curly brackets in src/util/Martin Kletzander2014-11-141-8/+4
* Indent top-level labels by one space in src/util/Ján Tomko2014-03-251-3/+3
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* Remove all direct use of getenvDaniel P. Berrange2013-10-211-1/+1
* virAuth: Don't require virConnectPtr to retrieve authentication credsPeter Krempa2013-07-121-32/+75
* Adapt to VIR_ALLOC and virAsprintf in src/util/*Michal Privoznik2013-07-101-5/+1
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/util/*Michal Privoznik2013-05-241-10/+7
* src/utils: Remove the whitespace before ";"Osier Yang2013-05-211-1/+1
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-0/+1
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Fix crash accessing a NULL URI when looking up auth credentialsDaniel P. Berrange2012-09-211-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* fixed SegFault in virauthMartin Kletzander2012-07-251-8/+11
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Remove uid param from directory lookup APIsDaniel P. Berrange2012-05-281-1/+1
* Use XDG Base Directories instead of storing in home directoryWilliam Jon McCann2012-05-141-2/+2
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-2/+2
* Lookup auth credentials in config file before promptingDaniel P. Berrange2012-03-231-2/+67
* Add helper API for finding auth file pathDaniel P. Berrange2012-03-231-0/+74
* Rename virRequest{Username,Password} to virAuthGet{Username,Password}Daniel P. Berrange2012-03-231-2/+2
* Rename src/util/authhelper.[ch] to src/util/virauth.[ch]Daniel P. Berrange2012-03-231-0/+114