Commit graph

706 commits

Author SHA1 Message Date
Duncan Ferguson
65a600e706 Allow for parsing of ssh files to get hostnames 2010-01-28 19:10:31 +00:00
Duncan Ferguson
7d77fe8cb0 Add in host object
First cut of a host object - yet to be used by main script
2010-01-12 20:15:11 +00:00
Duncan Ferguson
3c72ca71f0 Initial base object for everything to inherit from 2010-01-11 22:23:14 +00:00
Duncan Ferguson
811db0cf29 Start of non-English language support 2010-01-11 19:39:20 +00:00
Duncan Ferguson
7ecce265c7 Update build requirements 2010-01-11 19:38:10 +00:00
Duncan Ferguson
036566b1f6 Update text 2010-01-08 22:43:43 +00:00
Duncan Ferguson
12221c1c22 Update release date for 4.00_01 2010-01-08 21:53:00 +00:00
Duncan Ferguson
8abe60494a Add in ref to project pages 2010-01-04 10:59:26 +00:00
Duncan Ferguson
364c619c6c Sort and add in crsh/ctel 2009-12-31 15:32:05 +00:00
Duncan Ferguson
b2668e0b6c Include symlinks for alterntative comms methods 2009-12-31 15:28:07 +00:00
Duncan Ferguson
eed50d1b65 Correct typo 2009-12-23 11:28:36 +00:00
Duncan Ferguson
97d187af1d Specify X11::Protocl version; amend license from GPL to perl 2009-12-22 17:40:35 +00:00
Duncan Ferguson
a6394785f6 Record switch from GNU tools to Module::Build 2009-12-21 19:17:06 +00:00
Duncan Ferguson
2a98b506db Merge commit 'origin/master' into switch_to_perl_mod 2009-12-21 19:11:30 +00:00
Duncan Ferguson
4079c83d20 * Handle hostnames containing % properly
This is for Debian bug  543368.  Thanks to Tony Mancill for the patch
2009-12-21 18:53:29 +00:00
Duncan Ferguson
c623ac7eed Build dist updates after adding prereqs 2009-12-19 20:32:24 +00:00
Duncan Ferguson
8fca580dd0 Amend license type to be same as for Perl 2009-12-19 17:44:44 +00:00
Duncan Ferguson
b5f46ff0e7 Include missing prereqs 2009-12-19 17:43:30 +00:00
Duncan Ferguson
2cedd8b504 Result of first dist build 2009-12-19 17:40:38 +00:00
Duncan Ferguson
bbd743ded5 Add in git ignore list 2009-12-19 17:31:53 +00:00
Duncan Ferguson
89d79d6e16 Add in placeholder module and common tests 2009-12-19 17:30:58 +00:00
Duncan Ferguson
e33fa5face Rename files to new locations 2009-12-19 17:25:30 +00:00
Duncan Ferguson
8c78ee5abe Add in Module::Build support files 2009-12-19 17:20:33 +00:00
Duncan Ferguson
300ab50713 Remove redundant/old files 2009-12-19 17:17:48 +00:00
Duncan Ferguson
3e5fc5d594 Remove GNU tools files 2009-12-19 17:17:15 +00:00
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