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