Commit graph

67 commits

Author SHA1 Message Date
duncan_ferguson
7e1dfccb88 Disabled unmapping code until such time as a better way of doing it exists
- this is due to virtual desktop change triggering a retile which is more 
annoying than useful
2009-06-02 15:16:42 +00:00
duncan_ferguson
3a366fec70 Fix Alt-n pasting in a resolved hostname instead of the connection hostname 2009-06-02 15:03:03 +00:00
duncan_ferguson
d14f31e57a Add in a 'default' cluster tag, used when no tags provided on command line 2009-06-02 14:40:27 +00:00
duncan_ferguson
301f79e736 Amend working of 'Alt-n' docs
Slight reformatting of pod
Fix parsing of IPv4 plus port (i.e. 'hostname:port') host names
2009-04-22 19:23:16 +00:00
duncan_ferguson
2dd1f2b8f8 Amend default key_addhost from 'Control-plus' to 'Control-Shift-plus'
Increase allowable debug level and adjust some repetative logging
2009-04-22 19:07:32 +00:00
duncan_ferguson
d4436cd9eb Allow for configurable max number of hosts within hosts menu before starting a new column - see .csshrc doc for "max_host_menu_items". This is until Tk allows for scrollable menus 2009-04-22 18:58:24 +00:00
duncan_ferguson
090819a731 Run through 'perltidy -pbp' 2009-04-22 18:16:58 +00:00
duncan_ferguson
3a844be034 Allow use of long options (swap Getopt::Std to Getopt::Long)
Remove deprecated '-i' option
Deprecate -d and -D, replaced with --debug
2009-04-21 20:14:00 +00:00
duncan_ferguson
0c126227d6 Correct pasting mechanism into control window 2009-04-16 18:27:20 +00:00
duncan_ferguson
793f8eb847 Set window hints on terminals slightly differently to help with tiling
Reserve 5 pixels on top and left hand side of terminals for better tiling
Increase reserve of screen from bottom from 40 pixels to 60
Better notes in docs for screen/terminal reserving
Minor fixup to docs formatting
2009-04-15 21:47:41 +00:00
duncan_ferguson
49f4d65a32 Add new "-a 'command'" option for running a command in each terminal
Fix bug with some host lookups failing
2009-04-15 17:35:22 +00:00
duncan_ferguson
1325c6aead Fix helper script and defaultport usage 2009-04-08 18:23:32 +00:00
duncan_ferguson
1d85a21872 Correct id reference in servers hash 2009-04-08 17:56:38 +00:00
duncan_ferguson
8cbdcb88a9 Rework IPv6 code to match RFC usage 2009-04-07 17:17:30 +00:00
duncan_ferguson
22b8006d12 Fix bug with passing arguments from command line to comms method binary 2009-04-06 19:52:23 +00:00
duncan_ferguson
ce1f23d41a Cope better with IPv6 addresses 2009-04-06 19:40:13 +00:00
duncan_ferguson
e35c30e21d Run through 'perltidy -pbp' 2009-04-03 19:51:04 +00:00
duncan_ferguson
092756f1e8 Rearrange pod documentation to remove extraenous comment (Tony Mancill) 2009-04-03 19:50:07 +00:00
duncan_ferguson
3cd06e34d6 Correct bug with unset default ports (Tony Mancill) 2009-04-03 19:48:58 +00:00
duncan_ferguson
16c466afc2 Continue connecting to unresolvable hosts (debian bug 499935) (Tony Mancill) 2009-04-03 19:47:34 +00:00
duncan_ferguson
47543e2c5c Fix warning from 'mandb' (Tony Mancill) 2009-04-03 19:45:52 +00:00
duncan_ferguson
d524a0a3d5 Allow user to set different ConnectTimeout and -o string (Tony Mancill) 2009-04-03 19:42:22 +00:00
duncan_ferguson
aa27e8b481 Apply patch from Gerfried Fuchs/Tony Mancill for ports on the command line 2009-03-10 09:37:53 +00:00
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
a460dfa9c9 Apply patch from David F. Skoll to change terminal background colours 2008-12-20 22:15:54 +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
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
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
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
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
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