Commit graph

231 commits

Author SHA1 Message Date
Duncan Ferguson
2aae6cd0e4 Release 3.28 2009-12-19 14:41:51 +00:00
Duncan Ferguson
5712301e65 Always use given name when opening ssh connections
Do not the resolved host name when opening the ssh connection - the resolution is only used to check the hosts exists rather than get the real IP.  Debian bug 533406
2009-12-02 09:20:56 +00:00
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
2d5aed31c1 Update some details and rename file appropriately 2009-08-13 16:13:16 +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
duncan_ferguson
fdf1f597d4 Fix bug where unresolvable host stopped program running (thanks to Sami Kerola) 2009-07-22 12:16:47 +00:00
duncan_ferguson
6eaa511fd8 Add in list of clusters to 'Add Host' window
- thanks for Stanislas Rouvelin for the idea
2009-06-04 17:26:16 +00:00
duncan_ferguson
70d96b54b6 Prep for release of version 3.26 2009-06-02 15:30:52 +00:00
duncan_ferguson
7e1dfccb88 Disabled unmapping code until such time as a better way of doing it exists
- this is due to virtual desktop change triggering a retile which is more 
annoying than useful
2009-06-02 15:16:42 +00:00
duncan_ferguson
3a366fec70 Fix Alt-n pasting in a resolved hostname instead of the connection hostname 2009-06-02 15:03:03 +00:00
duncan_ferguson
d14f31e57a Add in a 'default' cluster tag, used when no tags provided on command line 2009-06-02 14:40:27 +00:00
duncan_ferguson
301f79e736 Amend working of 'Alt-n' docs
Slight reformatting of pod
Fix parsing of IPv4 plus port (i.e. 'hostname:port') host names
2009-04-22 19:23:16 +00:00
duncan_ferguson
2dd1f2b8f8 Amend default key_addhost from 'Control-plus' to 'Control-Shift-plus'
Increase allowable debug level and adjust some repetative logging
2009-04-22 19:07:32 +00:00
duncan_ferguson
d4436cd9eb Allow for configurable max number of hosts within hosts menu before starting a new column - see .csshrc doc for "max_host_menu_items". This is until Tk allows for scrollable menus 2009-04-22 18:58:24 +00:00
duncan_ferguson
090819a731 Run through 'perltidy -pbp' 2009-04-22 18:16:58 +00:00
duncan_ferguson
3a844be034 Allow use of long options (swap Getopt::Std to Getopt::Long)
Remove deprecated '-i' option
Deprecate -d and -D, replaced with --debug
2009-04-21 20:14:00 +00:00
duncan_ferguson
0c126227d6 Correct pasting mechanism into control window 2009-04-16 18:27:20 +00:00
duncan_ferguson
793f8eb847 Set window hints on terminals slightly differently to help with tiling
Reserve 5 pixels on top and left hand side of terminals for better tiling
Increase reserve of screen from bottom from 40 pixels to 60
Better notes in docs for screen/terminal reserving
Minor fixup to docs formatting
2009-04-15 21:47:41 +00:00
duncan_ferguson
49f4d65a32 Add new "-a 'command'" option for running a command in each terminal
Fix bug with some host lookups failing
2009-04-15 17:35:22 +00:00
duncan_ferguson
1325c6aead Fix helper script and defaultport usage 2009-04-08 18:23:32 +00:00
duncan_ferguson
1d85a21872 Correct id reference in servers hash 2009-04-08 17:56:38 +00:00
duncan_ferguson
8cbdcb88a9 Rework IPv6 code to match RFC usage 2009-04-07 17:17:30 +00:00
duncan_ferguson
22b8006d12 Fix bug with passing arguments from command line to comms method binary 2009-04-06 19:52:23 +00:00
duncan_ferguson
ce1f23d41a Cope better with IPv6 addresses 2009-04-06 19:40:13 +00:00
duncan_ferguson
2a56ac9247 Record step to create release tag 2009-04-04 13:40:05 +00:00
duncan_ferguson
e35c30e21d Run through 'perltidy -pbp' 2009-04-03 19:51:04 +00:00
duncan_ferguson
092756f1e8 Rearrange pod documentation to remove extraenous comment (Tony Mancill) 2009-04-03 19:50:07 +00:00
duncan_ferguson
3cd06e34d6 Correct bug with unset default ports (Tony Mancill) 2009-04-03 19:48:58 +00:00
duncan_ferguson
16c466afc2 Continue connecting to unresolvable hosts (debian bug 499935) (Tony Mancill) 2009-04-03 19:47:34 +00:00
duncan_ferguson
47543e2c5c Fix warning from 'mandb' (Tony Mancill) 2009-04-03 19:45:52 +00:00
duncan_ferguson
d524a0a3d5 Allow user to set different ConnectTimeout and -o string (Tony Mancill) 2009-04-03 19:42:22 +00:00
duncan_ferguson
6be2b47818 Put in release date for 3.25 2009-03-26 11:57:27 +00:00
duncan_ferguson
e99cb6e57d Add in missing files 2009-03-10 09:38:55 +00:00
duncan_ferguson
aa27e8b481 Apply patch from Gerfried Fuchs/Tony Mancill for ports on the command line 2009-03-10 09:37:53 +00:00
duncan_ferguson
1f43239cf5 List options alphabetically in documentation 2009-03-09 19:56:27 +00:00
duncan_ferguson
b68e413315 Add in 'EXAMPLES' section to documentation 2009-03-09 19:22:36 +00:00
duncan_ferguson
f9068cba2b Update version number for next release
Allow the config files to be symlinks
2009-03-09 19:04:38 +00:00
duncan_ferguson
26f1230589 Run through 'perltidy -pbp' 2009-03-09 19:02:51 +00:00
duncan_ferguson
6419df7107 pod patch provided by David F. Skoll 2008-12-22 16:11:14 +00:00
duncan_ferguson
9a48cd4cc6 Apply fix form Bogdan Pintea for failing DNS resolution 2008-12-20 22:23:30 +00:00