Commit graph

32 commits

Author SHA1 Message Date
Duncan Ferguson
dc4814a4f9 Cater for missing pod2text command
If 'pod2text' is missing off the system then an error is seen when starting cssh - hide the error and instead set the help text to suggest checking if pod2text is installed correctly.

Thanks to Sami Kerola for the patch.
2011-04-12 09:40:20 +01:00
Duncan Ferguson
8ae8459b1e Amend doc L<xx> links
Amend all L<xx> links to prevent build breakage on cygwin (Sf bug 3115635)
2011-04-01 15:39:40 +01:00
Duncan Ferguson
bb07aacc63 Fix not acting on '-l username'
'-l username' now acts as per previous releases

Thanks to Ryan Brown for reporting
2011-01-24 19:47:59 +00:00
Duncan Ferguson
69a51ae54c Fix for parsing config files with empty values
Thanks to Stefan Steiner
2010-12-03 14:18:05 +00:00
Duncan Ferguson
bb9237d888 Added '--use_all_a_records'
If a hostname resolves to multiple IP addresses, allow to connect
to all of them, not just the first one found.

Thanks to Simon Fraser
2010-09-10 16:00:01 +01:00
Duncan Ferguson
198c8bc2ab Run through 'perltidy -pbp' 2010-09-10 08:32:03 +01:00
Duncan Ferguson
143b3db36c Fix terminal size only set on last windows
SF bug tracker ID 3061999
2010-09-10 08:20:50 +01:00
Duncan Ferguson
2aa655b38d Added '--list', '-L'
Added option to list available cluster tags (idea from Markus Manzke)
2010-09-09 21:22:53 +01:00
Duncan Ferguson
e2cc9a0863 Fix test error
Fix test error on 5.8.8 (reported by Wei Wang)
Also add to TODO file
2010-09-09 12:17:43 +01:00
Duncan Ferguson
98b93d91f4 Correct version number 2010-06-25 16:21:58 +01:00
Duncan Ferguson
4b03d3f6ea Allow new config store to be univerally available within the app 2010-06-25 16:20:48 +01:00
Duncan Ferguson
bbc9fa3793 Mark new minor verion for upcoming work 2010-06-20 21:06:26 +01:00
Duncan Ferguson
74809e7184 Standardise licence
GPL and GPL+1/Artistic licenses were used - standarise on GPL+1/Artisticc (same as perl) except for cscp (which I didnt write)
2010-06-20 20:23:41 +01:00
Duncan Ferguson
2ee06cd89b Update copyright year(s) 2010-06-20 17:55:24 +01:00
Duncan Ferguson
2fb80f3ee4 Update version number 2010-06-20 17:53:39 +01:00
Duncan Ferguson
18e79bb64f Type up pod for whatis
Picked up from debian packaging.  Thanks to Tony Mancill.
2010-06-20 17:53:09 +01:00
Duncan Ferguson
d77a265b85 Update MANIFEST file and release prep
Ensure all necessary files are included in release tarball
2010-06-19 20:10:31 +01:00
Duncan Ferguson
c3b04b22ec Fix silly typo in code
No idea why everything passed last night but didn't this morning.  Oh well.
2010-06-19 08:44:07 +01:00
Duncan Ferguson
f379208b32 Override font used on command line
Add an option -f or --font to the cssh command to allow for overriding the terminal_font setting from the config file at runtime.
2010-06-18 23:32:27 +01:00
Duncan Ferguson
9834440176 Tidy up docs; add in missing functions (mostly stubbs) 2010-06-18 23:25:54 +01:00
Duncan Ferguson
06ca0bfae5 Bring App::ClusterSSH::Host module into use for parsing host strings 2010-06-18 23:17:42 +01:00
Duncan Ferguson
b3fa4348ce Tidy up docs; add in missing functions 2010-06-18 23:16:34 +01:00
Duncan Ferguson
f77c6a9fa7 Squash 'Use of uninitialized value' errors
Go through passed array and set anything false to an empty string to clean up test output
2010-06-18 23:10:36 +01:00
Duncan Ferguson
f862782d73 Start over again - step 1
Really wasnt happy with how the work was going previously - kept getting lost, so start again from before too many changed were made.

So, move all code out of bin/cssh into App::ClusterSSH.pm and ensure still works
2010-06-18 22:11:34 +01:00
Duncan Ferguson
ae611e1f60 Start adding some functionality 2010-06-03 19:03:58 +01:00
Duncan Ferguson
08dc61df20 Amend copyright year 2010-06-03 19:03:33 +01:00
Duncan Ferguson
9730b7f90f host realname and givenname functionality
Check the hostname exists in ssh config or via lookup, but only when called/required (i.e. not done implicitly during new)
2010-01-29 10:23:08 +00:00
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
89d79d6e16 Add in placeholder module and common tests 2009-12-19 17:30:58 +00:00