Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-03 | Apply %h tokenization to HostName | Jeff Forcier | |
This was another spot that incidentally occurred in older (and moved) code, but was made incorrect after cleanup | |||
2019-12-03 | Trim trailing whitespace from test config files | Jeff Forcier | |
2019-12-03 | Fill in rest of Match exec tests - all pass | Jeff Forcier | |
2019-12-02 | Base case re #717 works now. | Jeff Forcier | |
Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O | |||
2019-09-27 | Implement ssh_config hostname canonicalization (WIP) | Jeff Forcier | |
- Refactor DNS lookup related junk previously only relevant to %h - Refactor guts of lookup() so it can be done >1 time - Changelog/tests/implementation for canonicalization itself Closes #897 |