Duncan Ferguson
85a796600a
Fixed a bug with 'show history' key shortcut
...
Fix incorrect method call
2013-04-21 22:09:43 +01:00
Duncan Ferguson
b93253123d
Add in key shortcut for username (ALT-u)
...
Seems a useful shortcut to have
2013-04-21 22:05:17 +01:00
Duncan Ferguson
e9bb9ef34c
Fixed macros (%u,%s,%h,%n) multiple replacements
2013-04-20 09:17:20 +01:00
Duncan Ferguson
ea8081ea91
Correct release date
2013-04-16 09:27:37 +01:00
Duncan Ferguson
5bda4438cd
Update changes file fo release
2013-04-16 09:24:06 +01:00
Duncan Ferguson
d4fbceee42
Fix library path on bin/cssh (Sf bug 3610601)
...
Thanks for Diab Jerius
2013-04-16 08:43:14 +01:00
Duncan Ferguson
f1546a0d7d
Resolving tags by external command
...
Start coding up resolving tags by an external command instead of a cluster or tag file
2013-03-25 13:13:03 +00:00
Duncan Ferguson
6fccd92d6a
Bring new 'tag' file into use
...
/etc/tags and $HOME/.clusterssh/tags is now used
Refacter some code to make it clearer and update docs for new options
2013-03-19 21:06:00 +00:00
Duncan Ferguson
b2ba4daa46
Start of tags file handling
...
Refactor file loading code into one place since it should all work in a similar way.
Added in tag functionality.
- Cluster files are: tag host host host host
- Tag files are: host tag tag tag
Yes to add in remainder of code to load in the files automatically
2013-03-16 21:56:56 +00:00
Duncan Ferguson
ddeab341c9
Fix typo
2013-03-08 09:59:00 +00:00
Duncan Ferguson
1546d9eaf6
Set release date for v4.01_05
2013-03-08 08:09:37 +00:00
Duncan Ferguson
402f6c34a9
Don't set default user name in configuration file
...
Setting the default username in the config file will override ssh settings, which is generally not what is wanted. Show the option in generated config files but commented out.
2013-03-08 07:58:39 +00:00
Duncan Ferguson
d187797699
Drop MYMETA.yml and .json files from the manifests
...
These files should not be shipped as they for the end user, not the module author
2013-03-04 14:48:16 +00: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
ebe421167c
Correct release date
2013-02-27 06:59:04 +00:00
Duncan Ferguson
0eb27e2538
Fixed clusters defined in .clusterss/config file
...
Bug due to incorrect passing of arguments to the module method
Sf bug 3605675
2013-02-26 20:11:37 +00:00
Duncan Ferguson
72e37269fb
Fix 'ccon'
...
Fixed 'ccon' not calling the correct command
Sf bug 3605002
2013-02-26 20:10:01 +00:00
Duncan Ferguson
e18136481f
Amended release date for 4.01_03
2013-02-15 08:58:07 +00:00
Duncan Ferguson
052ed6ca62
Set WM_CLASS on windows
...
SourceForge bug ID 3187736
Also run through perltidy
2013-02-15 08:26:41 +00:00
Duncan Ferguson
d0fa3f1df4
Fix cssh starting if xterm is not installed
...
Fix cssh not starting if xterm isn't installed and an alternate terminal such as uxrvt is used,
SourceForge bug 3494988
2013-02-14 23:44:15 +00:00
Duncan Ferguson
5edca936ed
Fix test when run as root
...
Root user cannot easily be prevented from accessing a no-access file so don't run the test if run as root
2013-02-14 23:35:20 +00:00
Duncan Ferguson
dc7b4ccb17
Fix watch line expression to catch 4.x series tarballs
...
Debian patch LP ID #1076897
2013-02-14 22:17:43 +00:00
Duncan Ferguson
74d1cf7f0a
Updated manpage whatis entries
...
Patch by Tony Mancill
2013-02-14 22:11:21 +00:00
Duncan Ferguson
273a273d07
Remove doc references to 'always_tile'
...
Was renamed 'window_tiling'
Debian bug ID #697371
2013-02-14 21:29:14 +00:00
Duncan Ferguson
42982cb59b
Fix migration of .csshrc when not working as expected
...
Debian bug ID #673507
2013-02-14 21:23:49 +00:00
Duncan Ferguson
b333641287
Cope with being invoked as 'clusterssh'
...
Debian bug ID #644368
2013-02-14 21:16:49 +00:00
Duncan Ferguson
042780f873
Pastes uses a strange keyboard layout
...
Patch taken from Debian bug ID #364565
2013-02-14 21:12:40 +00:00
Duncan Ferguson
ec55e5eabc
Improve changelog entry for Debian bug 578208
2013-02-14 21:08:01 +00:00
Duncan Ferguson
f264316002
Apply Debian patch for bug ID #57820
2013-02-13 22:18:45 +00:00
Duncan Ferguson
a7296983e6
Move .csshrc to .csshrc.DISABLED
...
Move the old config file to one side since it should no longer be used and the error was more annoying than useful
Also catch perltidy from previous commit
2013-02-13 22:10:30 +00:00
Duncan Ferguson
7755a60161
Allow the path to the comms binary to be set
...
This allows for users to specify using an alternative binary for rsh/ssh/telnet, no matter what $PATH is set to, otherwise will just use the first binary found on $PATH
2013-02-13 21:41:30 +00:00
Duncan Ferguson
9695b3a4f0
Reinstate 'user' config option
...
Add 'user=' back into the config file
Add newlines for some error messages
2013-02-13 17:50:26 +00:00
Duncan Ferguson
1bcba455c3
Update references to .clusterssh/config
...
Config file was moved from $HOME/.csshrc to $HOME/.clusterssh/config some time ago but the docs were not fully updated
2013-02-04 17:14:37 +00:00
Duncan Ferguson
a7e8a9d3f5
Release v4.01_02
2012-12-11 15:50:45 +00:00
Duncan Ferguson
521b1fd37c
Fix 'ctel', 'crsh' and 'ccon'
...
The code wasn't taking into account being called under another name correctly, so wasn't calling the correct comms method.
2012-11-26 21:41:05 +00:00
Duncan Ferguson
a6e4004a94
Record last change for clusters file
2012-07-20 10:09:51 +01:00
Duncan Ferguson
a8e68a461b
Fix 'autoclose' functionality
...
Logic wasn't right when defined in the config file and also when used on the command line.
2011-12-15 11:23:28 +00:00
Duncan Ferguson
b41907bcc4
Release 4.01_01
2011-12-09 08:39:39 +00:00
Duncan Ferguson
0f51bb95c3
Add in missing MANIFEST files
...
Also add in tests to ensure it doesn't happen again
2011-12-09 08:37:23 +00:00
Duncan Ferguson
6c32e3a3c8
4.01_00 release prep
2011-12-03 10:06:02 +00:00
Duncan Ferguson
cb3aa92feb
Get "-a 'cmd ; cmd'" multiple commands working
...
Previously
cssh -a "hostname ; hostname" <server>
would return the remote hostname and the local hostname. Fix to allow for both commands to run on the remote server.
2011-12-03 10:03:03 +00:00
Duncan Ferguson
5d59372fbf
Start prep for 4.01_00 release
2011-12-02 23:29:36 +00:00
Duncan Ferguson
25c479a851
Merge branch 'release_4_00'
...
Conflicts:
Changes
lib/App/ClusterSSH.pm
2011-07-28 21:29:12 +01:00
Duncan Ferguson
e2517e20e4
Release 4.00_11
2011-07-28 10:47:29 +01:00
Duncan Ferguson
61acdf3815
Fix '-l <username>' option (SF bug 3380675)
...
'-l <username>' had stopped working again - fix and test
2011-07-28 10:46:01 +01:00
Duncan Ferguson
aa3c06b306
Merge from release_4_00
2011-07-08 12:56:28 +01:00
Duncan Ferguson
5acf4a5b8b
Release 4.00_10
2011-07-08 12:45:19 +01:00
Duncan Ferguson
4c81e20ae2
Fix uninitialised error message
2011-07-08 12:42:48 +01:00
Duncan Ferguson
efe6cf2e9c
Start switching code to use Exception::Class
...
Use Exception::CLass is as easier to get data back up the calling tree than just using die();
2011-07-01 14:46:01 +01:00
Duncan Ferguson
f1e6348160
Release 4.00_09
2011-06-30 11:22:52 +01:00