Commit graph

505 commits

Author SHA1 Message Date
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
c006703e6e Release 4.00_07 2011-01-24 20:13:32 +00: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
5de65fbf77 Release 4.00_06 2010-09-20 19:00:02 +01: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
1410a8f807 Updated plans 2010-06-25 11:49:41 +01:00
Duncan Ferguson
bbc9fa3793 Mark new minor verion for upcoming work 2010-06-20 21:06:26 +01:00
Duncan Ferguson
4734b82aad Release 4.00_05 2010-06-20 20:58:32 +01:00
Duncan Ferguson
8ffed333a4 Include Makefile.PL 2010-06-20 20:58:06 +01:00
Duncan Ferguson
7218c10758 Correct '--font, -f' in cssh documentation 2010-06-20 20:30:00 +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
3c4f108233 Include missing build prereq 2010-06-20 17:56:00 +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
9d80bf848f Release 4.00_02 2010-06-19 00:07:18 +01:00
Duncan Ferguson
bf8d2a5993 Update meta files for 4.00_02 2010-06-19 00:04:05 +01:00
Duncan Ferguson
ddf7567012 Some notes for future ref 2010-06-19 00:03:22 +01:00
Duncan Ferguson
ba300c46c7 Include 'resources' 2010-06-19 00:01:53 +01:00
Duncan Ferguson
c300718131 Merge branch 'start_again' 2010-06-18 23:50:11 +01:00
Duncan Ferguson
90dbc37d83 Revert "Add in some more backend functions"
This reverts commit 66e7fce6fa.
2010-06-18 23:49:39 +01:00
Duncan Ferguson
47a2a58f47 Revert "Updated meta files"
This reverts commit b58b39c152.
2010-06-18 23:49:33 +01:00
Duncan Ferguson
3e34a21311 Revert "Start using some new functionality - NOTE: cssh not working with these changes"
This reverts commit 2655e58263.
2010-06-18 23:49:09 +01:00
Duncan Ferguson
94ae13cf01 Revert "Further functionality changes - still nothing working"
This reverts commit dc233c0cfd.
2010-06-18 23:48:47 +01:00
Duncan Ferguson
546766aec4 Reorder options in pod
Put options into alphabetical order
2010-06-18 23:36:51 +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
c02196067b Correct tests for recent changes 2010-06-18 23:17:11 +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
dc233c0cfd Further functionality changes - still nothing working 2010-06-18 21:54:25 +01:00
Duncan Ferguson
2655e58263 Start using some new functionality - NOTE: cssh not working with these changes 2010-06-03 19:06:46 +01:00
Duncan Ferguson
b58b39c152 Updated meta files 2010-06-03 19:05:53 +01:00
Duncan Ferguson
66e7fce6fa Add in some more backend functions 2010-06-03 19:04:52 +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
112f8522c6 Build.PL bugtracker and homepage resources 2010-03-25 09:45:09 +00: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