Commit graph

20 commits

Author SHA1 Message Date
Duncan Ferguson
93432c1580 Fix for multiple range expansion
Allow ranges such as 'h{a,b}{1,2}' to expand to 'ha1 ha2 hb1 hb2' rather
than return a perl error

Thanks to Markus Frosch (lazyfrosch).

Github issue #97.
2017-11-18 11:52:39 +00:00
Duncan Ferguson
eebbea81b8 Add note to CHanges and THANKS files 2017-03-16 22:44:59 +00:00
Duncan Ferguson
e5622cda99 Update Changes for recent pull requests 2016-03-26 08:46:14 +00:00
Duncan Ferguson
12587955b2 Remove history when window closed
Thanks for patch to Bill Rushmore
2014-09-28 09:01:31 +01:00
Duncan Ferguson
56dfd55d30 Fix duplicate attribution 2014-09-20 13:36:59 +01:00
Duncan Ferguson
296580227a Record patch by Andrew (cqexbesd) 2014-09-19 23:14:33 +01:00
Duncan Ferguson
26e783be1c Skip permissions check test when run as root
This is because root has access to the file even when it is locked down in this simple test, so it always fails

Github issue: 11

Thanks to Deny Dias
2014-09-19 22:39:48 +01:00
Duncan Ferguson
a93b3f3cac Force tests to have English locale
Important when user has something else set else tests can fail

Github issue: 10

Thanks to Emanuele Tomasi
2014-09-19 22:33:33 +01:00
Duncan Ferguson
ee9ec5a366 Additional host menu options
Add in 'Set all active' and 'Set half active' options.  Thanks to Andrew Stevenson
2014-07-07 20:22:32 +01:00
Duncan Ferguson
83691ee6be New options to not open repeated terminals
In many situations it can be very useful to open multiple terminals to the same host.  In others, it isn't.  Provide for either usage.

Patch from Oliver Meissner
2013-02-27 10:26:05 +00:00
Duncan Ferguson
f04b4040ae Add in 'ccon' command
Thanks for Brandon Perkins for the patch
2011-06-30 11:12:59 +01:00
Duncan Ferguson
bb07aacc63 Fix not acting on '-l username'
'-l username' now acts as per previous releases

Thanks to Ryan Brown for reporting
2011-01-24 19:47:59 +00:00
Duncan Ferguson
69a51ae54c Fix for parsing config files with empty values
Thanks to Stefan Steiner
2010-12-03 14:18:05 +00:00
Duncan Ferguson
bb9237d888 Added '--use_all_a_records'
If a hostname resolves to multiple IP addresses, allow to connect
to all of them, not just the first one found.

Thanks to Simon Fraser
2010-09-10 16:00:01 +01:00
Duncan Ferguson
e2cc9a0863 Fix test error
Fix test error on 5.8.8 (reported by Wei Wang)
Also add to TODO file
2010-09-09 12:17:43 +01:00
Duncan Ferguson
f379208b32 Override font used on command line
Add an option -f or --font to the cssh command to allow for overriding the terminal_font setting from the config file at runtime.
2010-06-18 23:32:27 +01:00
Duncan Ferguson
77e31c4a62 Improve binary search algorithm
If a directory of the same name is in the current directory, this preventing the search running.  So, if the binary path is not fully qualified always search, and check to ensure it is a file that is found, rather than an executable directory.
Thanks to Ian Marsh for the patch
2009-11-27 19:11:17 +00:00
Duncan Ferguson
214f5a6a71 Cater for 'broken' long lines in config files
Allow for long line continuation in config files with a backslash.  Thanks to Mike Loseke for the patch
2009-11-24 09:27:34 +00:00
Kristian Lyngstol
d604feee25 Look for usernames when adding clusters
Removes and stores the username portion of a server before checking if it's
a cluster or not to allow dynamic username selection in the GUI too.
2009-11-24 08:25:24 +00:00
Duncan Ferguson
753caf30be Reorg directory structure
Remove unnecessary extra directory level
2009-08-11 17:12:17 +01:00
Renamed from clusterssh/THANKS (Browse further)