Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 49158: remove superfluous function definitions | Oliver Kiddle | 2021-07-11 | 6 | -194/+166 |
| | |||||
* | 49156: make wider use of the convention of square brackets for defaults | Oliver Kiddle | 2021-07-10 | 2 | -4/+4 |
| | |||||
* | 49150: consistently use singular form for headings on completion match groups | Oliver Kiddle | 2021-07-09 | 2 | -4/+4 |
| | |||||
* | 48230, 48233 (Jun T): completion of dtrace probes and runtime options | Oliver Kiddle | 2021-03-28 | 1 | -38/+149 |
| | |||||
* | 45424: completion: Add **/sbin to PATH when completing commands like sudo | dana | 2020-03-11 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | * Update _command_names to add **/sbin to PATH when not otherwise overridden and _comp_priv_prefix is set. This ensures that, on systems where unprivileged users don't have **/sbin in their PATHs, we can still complete those commands when they try to run them with e.g. sudo * Update functions for privilege-gaining commands to use the aforementioned mechanism * Fix some other minor issues in _pfexec and _doas Changes from the posted diff: * Fix a minor redundancy in _doas * Add _c_p_p=( '' ) hack to _su | ||||
* | 44895: complete options for state change notifications and other improvements | Oliver Kiddle | 2019-11-06 | 1 | -101/+129 |
| | |||||
* | 44783, 44791: mark some repeatable options with * in the _arguments specs | Oliver Kiddle | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | unposted: fix typo in svccfg completion function call | Oliver Kiddle | 2018-08-28 | 1 | -1/+1 |
| | |||||
* | 42803: handle Linux and the the BSDs in netstat completion | Oliver Kiddle | 2018-05-19 | 1 | -61/+0 |
| | |||||
* | 42171: prevent parameters of various parameters from becoming global | Eric Cook | 2018-01-02 | 1 | -0/+1 |
| | |||||
* | 41556: complete BPF (libpcap) filters | Oliver Kiddle | 2017-08-16 | 1 | -83/+28 |
| | |||||
* | 40965: fix for missing local declarations of expl | Oliver Kiddle | 2017-04-26 | 3 | -3/+3 |
| | |||||
* | 40011: Make $_comp_priv_prefix only declared when required, and use that to ↵ | Daniel Shahaf | 2016-11-28 | 2 | -2/+2 |
| | | | | have chgrp offer all groups under doas, ssh, etc as well. | ||||
* | 39890: typo corrections in completion functions | Oliver Kiddle | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | 39464: fix where lack of $state check caused unwanted filename completion ↵ | Oliver Kiddle | 2016-09-30 | 1 | -3/+4 |
| | | | | for fmadm | ||||
* | 39333: include name of command used to gain priviliges in context for ↵ | Oliver Kiddle | 2016-09-16 | 1 | -1/+1 |
| | | | | command and gain-priviliges styles | ||||
* | 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵ | Oliver Kiddle | 2016-09-11 | 2 | -1/+3 |
| | | | | | | | 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 | ||||
* | 39071: update completion functions for changes in Solaris 11.3 | Oliver Kiddle | 2016-08-19 | 7 | -888/+897 |
| | |||||
* | 35011: update completions for some common Unix commands, | Oliver Kiddle | 2015-05-03 | 5 | -195/+73 |
| | | | | in particular improving FreeBSD support | ||||
* | 33467: correct return status on functions and numerous other minor fixes | Oliver Kiddle | 2014-10-14 | 1 | -21/+5 |
| | |||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 2 | -30/+0 |
| | |||||
* | 32261: completion updates for Solaris 11, Update 1 | Danek Duvall | 2014-01-02 | 2 | -2/+27 |
| | |||||
* | Danek: 30562: Solaris completion updates | Peter Stephenson | 2012-07-08 | 4 | -9/+63 |
| | |||||
* | Danek (plus .distfiles): 30520: updated Solaris 11 copmletion | Peter Stephenson | 2012-06-21 | 21 | -161/+2081 |
| | |||||
* | unposted: fix incorrectly capitalized completion descriptions | Doug Kearns | 2010-06-06 | 13 | -197/+197 |
| | |||||
* | Danek Duvall: 26571: Additions for Solaris | Peter Stephenson | 2009-02-14 | 5 | -5/+429 |
| | |||||
* | 25435: Baptiste Daroussin <baptiste.daroussin@gmail.com>: | Peter Stephenson | 2008-08-12 | 2 | -0/+2 |
| | | | | | new and improved BSD completions unposted: fix Solaris completion .distfiles | ||||
* | 25324: Danek Duvall: some Solaris and more general completions | Peter Stephenson | 2008-07-21 | 16 | -0/+519 |