about summary refs log tree commit diff
path: root/Completion/Unix/Command/_libvirt
Commit message (Collapse)AuthorAgeFilesLines
* 41086: Update librt completionsMarko Myllynen2017-05-221-2/+3
|
* unposted: _libvirt: Add another noglob. (Follow-up to 39199)Marko Myllynen2016-09-141-1/+1
|
* 39199: _libvirt: Support libvirt URLs that contain a literal question mark ↵Daniel Shahaf2016-09-141-11/+11
| | | | | | | | | | under noglob. E.g., % noglob virsh -c qemu:///system? start <TAB> Conflicts with 39261 resolved.
* 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle2016-09-111-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
* 39171: _libvirt: Apply $opt_args-unescaping.Daniel Shahaf2016-09-061-0/+1
| | | | | This causes the value of $conn_opt in the code not to have a backslash in front of the colon.
* unposted: _libvirt: Escape $words elements to avoid their interpretation as ↵Daniel Shahaf2016-09-061-2/+2
| | | | a pattern against $_cache_virsh_cmds.
* unposted: Fix leakage of $word (after 39179).Marko Myllynen2016-09-061-2/+2
|
* 39179 (plus tweak): More _libvirt (virsh) completion tweaksMarko Myllynen2016-09-061-7/+14
|
* 39158: cleanup following review comments of _libvirt functionMarko Myllynen2016-09-031-29/+31
|
* 39118: (almost) complete virsh completionsMarko Myllynen2016-08-311-29/+124
|
* 38894: completion for virt-admin and libvirt client/server IDs/namesMarko Myllynen2016-07-211-13/+90
|
* 38837 (tweaked c.f. 38826): new virsh completionMarko Myllynen2016-07-171-0/+55