Commit graph

12 commits

Author SHA1 Message Date
Duncan Ferguson
7645bc52ee user@cluster can override usernames in cluster
If
  cluster = user1@host1 user2@host2 user3@host3
then
    cssh duncs@cluster
will instead use duncs@host1 duncs@host2 duncs@host3
2009-11-27 20:24:10 +00: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
Duncan Ferguson
ac1b4697cf Run through perltidy 2009-11-24 09:22:31 +00:00
Duncan Ferguson
b39e649ab3 Account for multiple ssh host definitions
Account for multiple host definitions within ssh configuration file - see tracker 2888789
2009-11-24 09:21:38 +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
cbb31ca09c Release 3.27 2009-09-24 18:31:57 +01:00
Duncan Ferguson
df2584b6d2 Allow tearoff in xml at top level
Allow for 'detach' on the send menu itself within the xml config file, rather than just sub menus
2009-09-17 19:07:29 +01:00
Duncan Ferguson
aec796247e Improve send menu creation
Create menus on the fly instead of in a chunk to allow for adding
in 'detach' to xml
2009-08-24 22:23:41 +01:00
Duncan Ferguson
9b5eb2b2f0 Add in send menu xml definition file 2009-08-18 21:13:36 +01:00
Duncan Ferguson
d7f995a51d Add in config for auto-tearoff of menus
Specifically the send and hosts menus - thanks to James Chernikov for the idea
2009-08-11 18:01:06 +01:00
Duncan Ferguson
753caf30be Reorg directory structure
Remove unnecessary extra directory level
2009-08-11 17:12:17 +01:00
Renamed from clusterssh/src/cssh.pl (Browse further)