aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_hostnames.fish
Commit message (Collapse)AuthorAge
* Some spaces to tabs in __fish_print_hostnamesGravatar ridiculousfish2013-04-03
|
* Ignore hashed host names in ssh/known_hostsGravatar Greg Dietsche2013-04-03
| | | | | | | | Valid DNS names cannot have a | character and hashed ssh hosts always begin with the | character. Therefore we ignore lines that begin with |. Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* the host keyword in ssh/.config is case insensitiveGravatar Greg Dietsche2013-04-03
| | | | Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
* Fix crash when /etc/{fstab,hosts} is unreadable.Gravatar Kenneth Vestergaard2013-02-20
|
* fix typo in hostname completionGravatar David Adam (zanchey)2012-12-10
|
* use sgrep instead of grepGravatar David Adam (zanchey)2012-11-27
|
* use getent for hosts if available, otherwise use more resilient processing ↵Gravatar David Adam (zanchey)2012-11-27
| | | | of /etc/hosts
* ish's current hostname completion uses ~/.ssh/known_hosts as one of its ↵Gravatar axel2009-02-03
| | | | | | sources of information, but ~/.ssh/config may also be useful. Gather all of the 'Host' declarations from ~/.ssh/config and filter out the ones with wildcards. Signed-off-by: James Vega <jamessan@debian.org> darcs-hash:20090202210242-ac50b-cf50070ee33ab6113e32a4d997d464ac4b1faf24.gz
* Replace all internal uses of grep with sgrep, which is a wrapper around grep ↵Gravatar axel2006-11-30
| | | | | | that strips away any GREP_OPTIONS. This is needed to avoid users who have added arbitrary switches to GREP_OPTIONS, thus changing its behaviour. darcs-hash:20061129140004-ac50b-485ff6bfd71e9459ba62461f6e093ca5c9ddd664.gz
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz