summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_libvirt
AgeCommit message (Collapse)AuthorFilesLines
2023-08-2851858 (+52073): virsh's edit command accepts all domainssergio1-1/+0
2017-05-2241086: Update librt completionsMarko Myllynen1-2/+3
2016-09-14unposted: _libvirt: Add another noglob. (Follow-up to 39199)Marko Myllynen1-1/+1
2016-09-1439199: _libvirt: Support libvirt URLs that contain a literal question mark ↵Daniel Shahaf1-11/+11
under noglob. E.g., % noglob virsh -c qemu:///system? start <TAB> Conflicts with 39261 resolved.
2016-09-1139261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle1-5/+5
with sudo in completion functions A new gain-privileges style enables it and a _comp_priv_prefix array added for tracking how to match privileges for the current command
2016-09-0639171: _libvirt: Apply $opt_args-unescaping.Daniel Shahaf1-0/+1
This causes the value of $conn_opt in the code not to have a backslash in front of the colon.
2016-09-06unposted: _libvirt: Escape $words elements to avoid their interpretation as ↵Daniel Shahaf1-2/+2
a pattern against $_cache_virsh_cmds.
2016-09-06unposted: Fix leakage of $word (after 39179).Marko Myllynen1-2/+2
2016-09-0639179 (plus tweak): More _libvirt (virsh) completion tweaksMarko Myllynen1-7/+14
2016-09-0339158: cleanup following review comments of _libvirt functionMarko Myllynen1-29/+31
2016-08-3139118: (almost) complete virsh completionsMarko Myllynen1-29/+124
2016-07-2138894: completion for virt-admin and libvirt client/server IDs/namesMarko Myllynen1-13/+90
2016-07-1738837 (tweaked c.f. 38826): new virsh completionMarko Myllynen1-0/+55