Commit graph

737 commits

Author SHA1 Message Date
Duncan Ferguson
d9b3de5d55 Slightly more debug infoi around ssh lookups 2017-08-04 07:52:10 +01:00
Duncan Ferguson
4a1f0ed5fd Allow for debug to be enabled via the environment 2017-08-04 07:51:44 +01:00
Duncan Ferguson
d6bd23ef12 Correct bug tracker URL in POD text
Github issue #92
2017-08-03 22:43:39 +01:00
Duncan Ferguson
f1446f9be3 Expand uses of ranges
Ranges can now be used on:

Ports:
        cssh localhost:{22001..22008}

FQDN's:
        cssh host{10..20}.domain.name

IP's:
        cssh 192.168.10.{10..20}
2017-05-17 22:35:46 +01:00
Duncan Ferguson
34f6c3e77d Fix perltidy test 2017-05-16 07:33:06 +01:00
Duncan Ferguson
fa01db1a03 Allow dashes in hostname when expanding in ranges
Hostname characters allowed here are currently any alpha-numberic, underscores
and dashes.

Github issue #89
2017-05-16 00:58:44 +01:00
Lohmar ASHAR
d1bc22ee22 added "fillscreen" option 2017-05-01 17:24:04 +02:00
Lohmar ASHAR
cd355f965d added support for specifying the desired number of columns or rows 2017-04-29 17:08:22 +02:00
Duncan Ferguson
2b9b8990b7 Tidy up Travis-CI config file
Also include latest versions of perl (dev and blead) and make author
tests
2017-04-13 09:23:25 +01:00
Duncan Ferguson
3109b4a33a Update README for typo fix 2017-04-13 09:06:28 +01:00
Duncan Ferguson
593b241e6a Fix typo 2017-04-13 09:05:53 +01:00
Duncan Ferguson
d822ecd81d Fix code for perltidy test 2017-04-13 09:04:23 +01:00
Duncan Ferguson
1805c1c9d4 Recreate META and README files
Created by running 'Build dist' to get the files updated correctly
rather than the wrong way manually
2017-04-13 09:02:00 +01:00
Duncan Ferguson
a3373813db Include the version number in the man page 2017-04-13 08:43:29 +01:00
Duncan Ferguson
b49a83f9da DO not ignore generated README
This is so the github project page shows the text, but the file will be
updated every release
2017-04-13 08:36:35 +01:00
Duncan Ferguson
6f1254b3d8 Include link to coverage tests in resources 2017-04-13 08:33:12 +01:00
Duncan Ferguson
5cd27cb11f Upate version 2017-04-13 08:32:36 +01:00
Duncan Ferguson
7c9cfb1531 Skip a transient file 2017-04-12 23:22:35 +01:00
Duncan Ferguson
30221a6c31 Perltidy Build.PL 2017-04-12 23:21:59 +01:00
Duncan Ferguson
d64f872b26 Touch README to allow tests to pass 2017-04-12 23:17:24 +01:00
Duncan Ferguson
ae2e986c6e More complete travis tests
See https://github.com/travis-perl/helpers
2017-04-12 23:14:39 +01:00
Duncan Ferguson
771f0a18e4 Release 4.10_01 for README generation testing 2017-04-12 22:50:06 +01:00
Duncan Ferguson
554605d8b0 README is generated at release time
Original contents of README have been moved to INSTALL.

README is created by generating the docs for cssh and dropping them
into the README file
2017-04-12 22:43:56 +01:00
Duncan Ferguson
8e1e3f8afd Fixup perltidy and MANIFEST tests 2017-03-16 22:59:54 +00:00
Duncan Ferguson
689343eb24 Merge branch 'Azenet-master' 2017-03-16 22:51:16 +00:00
Duncan Ferguson
08fba7cc7f Add in test for ssh include directive 2017-03-16 22:51:05 +00:00
Duncan Ferguson
eebbea81b8 Add note to CHanges and THANKS files 2017-03-16 22:44:59 +00:00
Duncan Ferguson
fc66ddc34b Fixup some code typos in the pull request 2017-03-16 22:42:06 +00:00
Duncan Ferguson
07f59738e6 Fix pod coverage test 2017-03-16 22:33:37 +00:00
Duncan Ferguson
7a08f3239e Fix perltidy test 2017-03-16 22:30:41 +00:00
azenet
3e3ed2c1cc fix missing $self in call to read_ssh_file 2017-03-15 13:17:33 +01:00
azenet
f9c6120477 add support for .ssh/config include directive 2017-03-14 13:43:12 +01:00
Duncan Ferguson
a3e8e221e7 Update version 2017-03-11 08:40:10 +00:00
Duncan Ferguson
4665a23f09 Release 4.09 2017-03-11 08:36:59 +00:00
Duncan Ferguson
4266c2a06e Allow terminal positioning algorithm to be configurable
Previous change "Take into account WM decorations when tiling (Github pull
request #66) (thanks to Andrew Stevenson)" has caused problems on some
systems but improved tiling on others, so make the algorithm configurable
to use the original one (default) or the new style.

To be revisited when all the window handling code is moved into a separate
module
2017-03-07 22:01:27 +00:00
Duncan Ferguson
b9a42101f1 Update for when next release is done 2017-03-04 18:42:47 +00:00
Duncan Ferguson
60d67f911b Fix for perltidy tests 2017-03-04 18:36:44 +00:00
Duncan Ferguson
196d7b79bf Fix for tests againsst 'debug' and 'dump' options 2017-03-04 18:34:02 +00:00
Duncan Ferguson
0fb0ba10c2 Fix more problems with debugging 2017-03-04 11:36:27 +00:00
Duncan Ferguson
be418fa0d0 Correct option used 2017-03-04 11:11:35 +00:00
Duncan Ferguson
bc7805ca4c Update copyright year 2017-03-04 11:05:20 +00:00
Duncan Ferguson
4f93b8fa3e Further fix to debugging
Using the wrong sub to check what level of debugging was in use
2017-03-04 09:18:48 +00:00
Duncan Ferguson
7981edecca Fix 'remoteuser@' on reopening closed sessions
Was due to using the wrong attribute from a connection when reopening

Github issue #72
2017-03-04 09:06:25 +00:00
Duncan Ferguson
41fe0714b5 Fix a logic bug around --debug option handling
the Base.pm debug method was being overridden within Getopt.pm when all
command line options are turned into accessors.  Since this is done on the
fly there is no compiler warning generated for it.

Also renamed a method in base from 'output' to 'stdout_output' as two objects
had the same method name - Getopt::output and Base::output
2017-03-03 22:52:32 +00:00
Duncan Ferguson
4fe7b00713 Add perl 5.24 to Travis-CI config 2016-10-18 21:37:22 +01:00
Duncan Ferguson
469897d4c5 Prep for next version 2016-10-18 21:35:53 +01:00
Duncan Ferguson
9f6c000592 Release 4.08 2016-10-18 21:27:31 +01:00
Duncan Ferguson
29762f2868 Make a normal release, not a dev one 2016-10-18 21:24:23 +01:00
Duncan Ferguson
067bab1894 Add in 'unique_servers' into the config file
This was missed previously and should have been there

Github issue #70
2016-10-18 21:23:15 +01:00
Duncan Ferguson
142d4ddd66 Merge branch 'master' of github.com:duncs/clusterssh 2016-09-07 09:26:09 +01:00