Commit graph

737 commits

Author SHA1 Message Date
duncan_ferguson
1f43239cf5 List options alphabetically in documentation 2009-03-09 19:56:27 +00:00
duncan_ferguson
b68e413315 Add in 'EXAMPLES' section to documentation 2009-03-09 19:22:36 +00:00
duncan_ferguson
f9068cba2b Update version number for next release
Allow the config files to be symlinks
2009-03-09 19:04:38 +00:00
duncan_ferguson
26f1230589 Run through 'perltidy -pbp' 2009-03-09 19:02:51 +00:00
duncan_ferguson
6419df7107 pod patch provided by David F. Skoll 2008-12-22 16:11:14 +00:00
duncan_ferguson
9a48cd4cc6 Apply fix form Bogdan Pintea for failing DNS resolution 2008-12-20 22:23:30 +00:00
duncan_ferguson
a1ddb8a202 Apply fix form Bogdan Pintea for failing DNS resolution 2008-12-20 22:22:55 +00:00
duncan_ferguson
a460dfa9c9 Apply patch from David F. Skoll to change terminal background colours 2008-12-20 22:15:54 +00:00
duncan_ferguson
6ff1f6a822 Prep for release of version 3.24 2008-11-14 11:19:15 +00:00
duncan_ferguson
af40a68e06 Correct minor typos
Auto-create $HOME/.csshrc
Amend menu items
2008-02-26 20:46:35 +00:00
duncan_ferguson
a5074b84b2 Apply patch from Dan Wallis
Update THANKS file
Update and correct typos in ChangeLog
2008-02-26 20:05:54 +00:00
duncan_ferguson
2080756a99 Do not attempt to re-resolve IP addresses 2008-02-05 09:43:09 +00:00
duncan_ferguson
fca92a477b Ensure loading of host defs in ssh config file is case insensitive 2008-01-25 09:46:29 +00:00
duncan_ferguson
2a5fc7e686 Prep for release of version 3.22 2008-01-23 22:26:19 +00:00
duncan_ferguson
be91051b0d Allow - and . as part of usernames
Rework ssh host name lookups by parsing ~/ssh/config file
2008-01-23 22:18:33 +00:00
duncan_ferguson
dbfa19dee2 Enable use of "configure --sysconfdir=", defaults to /etc
Revise host checking algorithm to take ssh_config files into account
2007-12-19 09:53:42 +00:00
duncan_ferguson
25e48084de Slight POD tidy up
Remove any quotes from terminal_font config lines
2007-12-17 19:05:16 +00:00
duncan_ferguson
60c7d7b3fa Add in key shortcut (alt-h) to toggle history window 2007-11-28 22:49:59 +00:00
duncan_ferguson
b7889e7236 Apply patch from Harald Weidner to stop error messages in Debian Etch, and perltidy '-i=2 -b' 2007-11-28 22:38:26 +00:00
duncan_ferguson
181d21d483 Update class to allow use of terms other than XTerm 2007-11-28 22:18:41 +00:00
duncan_ferguson
d0698af2a6 Fixed bug whereby username@ wasn't being used correctly
Implement a basic history window in the console (option -s)
Bump version number and prepare release
2007-11-28 22:11:03 +00:00
duncan_ferguson
ffbc9a6373 Update version numbers and add release note to clusterssh.spec file 2007-11-26 11:22:51 +00:00
duncan_ferguson
ac3a217054 Updated with all changes since last release 2007-11-26 11:12:12 +00:00
duncan_ferguson
f78ad50cfd Run through 'perltidy -b -i=2' 2007-11-26 11:11:10 +00:00
duncan_ferguson
aa23c218e5 Add in 'close inactive sessions' option to hosts menu
Include 2 patches from Tony Mancill
- reset -xrm switch to match -class argument
- prevent warning messages when keysyms missing
Slight format tidying
Reword man page for debugging issues
2007-11-26 11:06:36 +00:00
duncan_ferguson
cf9efe9f6d Add in option to use telnet 2007-10-25 12:08:15 +00:00
moreejt
550da8284e fixed parameter parsing problem.
fixed LOG var not working
2007-01-09 21:46:59 +00:00
duncan_ferguson
c17f127ca3 Amend properties to include executable and native eols 2007-01-05 15:47:54 +00:00
duncan_ferguson
0bda7009ae Correct quotes on VERSION variable to not interpolate svn keywords 2007-01-05 15:43:29 +00:00
moreejt
90ff0f8d3e Fixed up some missing data in -h output. Converted to a here doc instead of lots of echo statements. 2006-12-21 19:47:55 +00:00
duncan_ferguson
f2624db0f9 Added extra_cluster_file option to .csshrc; reorder .csshrc options in pod 2006-12-19 13:02:02 +00:00
duncan_ferguson
3360eac045 Include correct keywords and set svn:keywords property 2006-12-15 21:11:31 +00:00
duncan_ferguson
bd1dbf3500 Contributed by JT Moree (patch 1615360) 2006-12-15 20:01:57 +00:00
duncan_ferguson
ecaed9f61f check for errors around keyboard key data gathering 2006-12-13 19:12:03 +00:00
duncan_ferguson
1dc9e56c74 Allow the font to be specified on the command line 2006-12-13 19:11:17 +00:00
duncan_ferguson
69bbf5ca2a Applied patch from Peter Palfrader (for finding executables) 2006-11-07 08:00:24 +00:00
duncan_ferguson
9303b92b39 Apply two patches from Nicolas Simonds
- cssh.hostname.patch:
	Some of our gear has usernames with colons in them (e.g.,
	"root:ops1") and cssh doesn't cope well with it.  A simple
	modification to the regex takes care of it.
        
- cssh.options.patch:
	The -o option to cssh appears to be completely unimplemented.
	The only time the program refers to it is in the manpage, and
	the getopts() call.  Fortunately, implementing it is really,
	really easy.
2006-10-30 17:23:14 +00:00
duncan_ferguson
3bcb144670 Updated to fix Fedora issues 2006-09-06 18:06:19 +00:00
duncan_ferguson
04d9784090 Apply patch from Klaus Ethgen
- Die in the client if it cannot write to the pipe (The communication
  is out of sync as it starts to slow).
- Do some sleeping and flushing to give the window manager time to bring
  all stuff on the screen. (Otherwise the control window will disappear
  sometimes.)
- Fix the pipe reading stuff in the control process to not use undefined
  values.
Apply patch from Tony Mancill
- fixes for fvwm (added unmap_on_redraw)
- check for kid before sending kill
2006-09-06 18:03:56 +00:00
duncan_ferguson
5f7b3b0088 New release - 3.19.1 2006-07-24 19:12:54 +00:00
duncan_ferguson
6d90e136b6 Updated to be noarch 2006-04-05 21:36:37 +00:00
duncan_ferguson
667ee89b72 Bugfixes and update to new version 2006-04-05 07:37:29 +00:00
duncan_ferguson
55859ebba4 Updated for version 3.18.1 2005-11-28 19:48:46 +00:00
duncan_ferguson
76204527d1 Add pod check 2005-11-28 19:48:14 +00:00
duncan_ferguson
0a1f510bd6 Correct mask value for backtick (grave) character
Add more logging for debug mode
Amend indentation
Rerun through perltidy
Improve cluster file import efficiency as was taking faaar too long previously
Fixed bug whereby when pid's of the xterm changes records were not updated
Do not die when pipe open fails, but continue as others may be connected
Remove code that breaks the minimize/maximise stuff;
Catch X button presses on title bar to close all windows correctly
Delay map event capture at program start to avoid infinite loop
Fix execvp error on Solaris 10
Update to man pages
2005-11-28 19:47:37 +00:00
duncan_ferguson
7bbc919c9e initial version - util to aid with sf.net releases 2005-06-24 17:33:09 +00:00
duncan_ferguson
b12dd1a0c5 Updated for version 3.17 2005-06-24 16:42:22 +00:00
duncan_ferguson
2bf883954f Allow _'s in paste text correctly
Bugfix minimise/maximise again
Run through "perltidy -i=4 -ce"
Unmap all windows in one go instead of one at a time when retiling
Add + doc 'console_position'
Maintain user position of console between maps (i.e. tell window manager
  not to move it)
Note that ssh options are for OpenSSH not for any other ssh version
2005-06-24 16:32:04 +00:00
duncan_ferguson
6033f9f417 Added Requires for Tk and X11-Protocol 2005-06-24 08:09:36 +00:00
duncan_ferguson
2c17040505 Updated for version 3.16 2005-06-13 13:58:05 +00:00