summaryrefslogtreecommitdiff
path: root/tools/virsh-completer-secret.c
Commit message (Expand)AuthorAgeFilesLines
* virsh-completer: use g_new0 instead of VIR_ALLOC_NJán Tomko2020-09-151-4/+2
* virsh-completer: use g_free instead of VIR_FREEJán Tomko2020-09-151-1/+1
* virsh: Work around virSecretFree quirksPeter Krempa2020-01-281-1/+2
* Drop needless ret variableMichal Privoznik2019-10-241-3/+1
* tools: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-6/+4
* tools: use g_steal_pointer instead of VIR_STEAL_PTRJán Tomko2019-10-161-2/+2
* tools: use G_GNUC_UNUSEDJán Tomko2019-10-151-3/+3
* tools: Separate secret related completers into a fileMichal Privoznik2019-08-091-0/+91