Commit graph

152 commits

Author SHA1 Message Date
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
duncan_ferguson
71fa34be95 Allow ignoring of unresolved hosts (i.e. if hostname aliased in ssh config file) 2005-06-13 13:56:24 +00:00
duncan_ferguson
768199df6e Updated for version 3.15.1 2005-06-09 16:05:37 +00:00
duncan_ferguson
6b18891557 Add and document "-c <clusterfile>"
Add and document "-l <username>"
Add and document "-o <options>"
Document "-t <title>"
Set controlled terminals to have user set size & position (WM_SIZE_HINTS)
Speed up initial terminal openings
Remove all key bindings from drop down menus (conflicts with emacs and
	can all be done by other hotkeys anyhow)
Allow individual hotkeys to be disabled, instead of all-or-nothing
Updates to POD
Update retile code to avoid flickering windows (& also fix cygwin bug)
Rename -t to -T to match previous series option
Added in -t to modify cmd line args for terminals
2005-06-09 16:03:26 +00:00
duncan_ferguson
1eacc6a7b3 Remove the "perl -c cssh.pl" to help differentiate between build and
run time dependancies
2005-06-09 08:40:54 +00:00
duncan_ferguson
883c015ce9 open up windows routine speeded up 2005-06-04 13:49:06 +00:00
duncan_ferguson
54e052eb2e Updated for version 3.13 2005-05-20 12:48:49 +00:00
duncan_ferguson
cc357ba98f Bugfix for whitespace in config files (missing a char from regexp)
Allow for minimising/maximising all windows when done on console
2005-05-20 12:47:37 +00:00
duncan_ferguson
c2c84ab078 Updated for version 3.12.1 (beta) 2005-05-19 09:56:09 +00:00
duncan_ferguson
7da97b3491 Bugfix for shifted non-alphanumeric keyboard chars not being pasted correctly 2005-05-19 09:41:28 +00:00
duncan_ferguson
9ebbf96535 Updated for version 3.11 2005-05-18 15:44:39 +00:00
duncan_ferguson
57976e0e07 Remove trailing whitespace from config file lines
Prevent paste events being sent to non-active clients
Allow paste events to send capitalised letters
2005-05-18 15:41:06 +00:00
duncan_ferguson
5d831cb2a5 Updated for 3.10 2005-05-17 09:55:00 +00:00
duncan_ferguson
2fec8fddb2 fix for moving atom numbers in font info 2005-05-17 09:54:17 +00:00
duncan_ferguson
8052e1c609 Updated for version 3.9 2005-05-11 14:20:22 +00:00
duncan_ferguson
ec99eb1400 Allow multiple hosts or tags in the "Add Host" text widget
Retile all windows (if set) after adding a host
Do not automatically send a return after hostname (Alt-n)
Fix bug with sending read hostname instead of internal unique host name (Alt-n)
Fix bug whereby cannot start cssh without any hosts on cmd-line
Fix bug where client name was sent to inactive clients
Fix bug whereby 0's in sent text were ignored
2005-05-11 14:19:14 +00:00
duncan_ferguson
2f88ba60a9 Updated for version 3.8 2005-05-09 16:11:26 +00:00
duncan_ferguson
13cfca8028 Remove the need for xlsfonts (perform function by X window calls instead)
Debug level output changes
Ensure windows are overlapping in the right places, instead of any order
Create config section on window decorations (i.e. title & scroll bars)
2005-05-09 16:07:12 +00:00
duncan_ferguson
7211d4acaa Found ConfigureWindow instead of ResizeMoveWindow 2005-05-05 16:05:58 +00:00
duncan_ferguson
22cab1dfb5 Also remove build tar.gz files when cleaning 2005-05-05 15:48:02 +00:00
duncan_ferguson
06348f8c22 Lots of work on window tiling - to fall at last hurdle (No XResizeMoveWindow)
Documentation updates
Allow -u ouput when binaries havnt been found
Start coding for capturing an existing terminal window
Rebuild hosts menu when all hosts checked, not when each host checked
Change debug message output level of keysyms
Cater for config of no tiling, but allow to retile in console window anyhow
2005-05-05 15:22:06 +00:00
duncan_ferguson
3910ade8a3 .cssh.pl.swp added 2005-05-03 16:47:36 +00:00
duncan_ferguson
22fef1650e Updated for 3.5 & dates corrected 2005-05-03 14:06:32 +00:00
duncan_ferguson
b9230176b4 Remove some old (commented out) code
Remove some (unnecessary) debug code
Start coding for window tiling
Modify find_binary function to make it more portable
Output internal vars in "-u -d"
Small mods to docs to take account of all of the above
2005-05-03 13:58:38 +00:00
duncan_ferguson
749b81e1b0 wording chaneg 2005-05-03 09:03:10 +00:00
duncan_ferguson
15c3098ea5 New for series 3 2005-04-29 13:51:16 +00:00
duncan_ferguson
0a17f03531 New for series 3 - first commited cut 2005-04-29 13:51:06 +00:00
duncan_ferguson
396c913fb2 New for series 3 2005-04-29 13:18:54 +00:00
duncan_ferguson
86e926476c ignore temp (autogenerated) files 2005-04-29 13:17:27 +00:00
duncan_ferguson
34e2379eef New for series 3 2005-04-29 11:53:55 +00:00
duncan_ferguson
ee4e82470b New for series 3 2005-04-29 11:33:50 +00:00
duncan_ferguson
22f03ca66b added for series 3 2005-04-29 10:52:40 +00:00
duncan_ferguson
e188383c80 updated for series 3 2005-04-29 10:52:23 +00:00
duncan_ferguson
8123a767f5 Changed order of "use POSIX" to put :sys_wait_h first to avoid chance of hitting known issue
Allow for running from cvs dir in config{comms}
Add "ConnectTimeout=10" to default ssh options
Add further debug info
Add check to ensure hostname can be resolved before attempting connection
Modigy zombie reaping to prevent hand on unconnected cx term closing
Add "autoquit" feature to close ClusterSSH after last client window closes
2005-04-26 11:43:10 +00:00
duncan_ferguson
a2d76258ee LICENSE moved to COPYING 2005-04-25 16:08:38 +00:00
duncan_ferguson
0918114c54 correct version number 2005-04-25 15:55:51 +00:00