Commit graph

505 commits

Author SHA1 Message Date
duncan_ferguson
eae439986a New release cut Fri May 7 15:17:25 GMTST 2004 2004-05-07 14:19:09 +00:00
duncan_ferguson
675221b65d Remove temp files from man/html pod generation 2004-05-07 11:03:04 +00:00
duncan_ferguson
b43d3f7395 Disable tiling if no hosts given on command line
Correct terminal height to ensure no greater than max size provided
2004-05-07 11:02:18 +00:00
duncan_ferguson
57dc63c953 Ensure rsh does not have -x flag but ssh does to disable X11 forwarding
Include cfg file "titlebar_size" in man page
2004-05-05 08:12:23 +00:00
duncan_ferguson
a9cb355c62 New release cut Tue May 4 17:11:38 GMTST 2004 2004-05-04 16:13:03 +00:00
duncan_ferguson
0fd179f0d9 Rework of man page to include new functionality
Removal of redundant/unused code
Removal of comments out code no longer required
Added more debug code
General code tidyup
2004-05-04 16:10:25 +00:00
duncan_ferguson
1b14c9235b Add in Wayne Scott's window tiling algorithm (reduce number of rows rather
then overall term size)
Remove code to check existance of processes using PID's
Remove code to fork when opening xterm
  - both of these can be removed due to checking if pipes exist instead
  - should also speed code up as not forking as often any more
2004-05-04 15:08:01 +00:00
duncan_ferguson
c30dba9af3 Swap around code order when detecting a removed pipe
Add in sleep for .25 of a second during read to be nicer to the system
2004-05-04 15:04:33 +00:00
duncan_ferguson
e4dcd9d5a8 Remove tar file creation for sf.net in leiu of 'release' 2004-05-04 15:02:27 +00:00
duncan_ferguson
83f842c04a Add in cssh html man page generation 2004-05-04 11:59:50 +00:00
duncan_ferguson
0ac5b0f6f7 New automated release mechanism to replace some functionality in install 2004-05-04 11:55:20 +00:00
duncan_ferguson
df6da71f17 New release cut Tue May 4 12:52:28 GMTST 2004 2004-05-04 11:53:51 +00:00
duncan_ferguson
35d85c1238 Add more debug info and also -v 2004-05-04 09:33:57 +00:00
duncan_ferguson
dcd652e640 Use -x in ssh connection string to disabled X forwarding 2004-05-04 09:32:18 +00:00
duncan_ferguson
1e268b5473 Remove unnecesary IO::Select and IO::Handle code with some rewrite to fix
bug on redhat that locked code into a loop
2004-04-30 14:22:14 +00:00
duncan_ferguson
2c0d157ce1 ensure debug info stays debug 2004-04-29 14:59:53 +00:00
duncan_ferguson
d936baebb8 Remove redhat bug whereby while(read(,my ,1)) {..} stuck in a loop 2004-04-29 14:59:05 +00:00
duncan_ferguson
0ef5aa0ff2 added -d debug option for some small debug output 2004-04-28 08:28:14 +00:00
duncan_ferguson
d107713209 Include cchp within the package benig made 2004-04-21 07:52:32 +00:00
duncan_ferguson
6f7c74c7b4 Fix bug better for when not using -g 2004-04-20 15:51:50 +00:00
duncan_ferguson
94facb259b Include "save" directory in ignore list 2004-04-20 12:46:54 +00:00
duncan_ferguson
5b688c3c4f Amended to include cchp in tarball 2004-04-20 12:45:43 +00:00
duncan_ferguson
c12b8669ed Code split off from cssh version 2.7 in attempt to speed up cx's 2004-04-20 12:44:29 +00:00
duncan_ferguson
8fdc859d7d When tiling, correct order of windows so they are alphabetically forwards,
not backwards
Move some code into a sub-app (cchp) and amend cssh as required to called
  in attempt to speed up connections
Add in HP-UX TIOCSTI value
Modify man page BUG section in tio.c to remove a.out when completed
2004-04-20 12:43:52 +00:00
duncan_ferguson
3d3871b612 Add option "always_tile" to .csshrc
Remove error message if not tiling windows
Update docs to include new options
2004-04-20 08:08:11 +00:00
duncan_ferguson
ffcbd01c51 First cut at "-g" - window tiling
Reapply Bren Viren's lost code for clusters in .csshrc (no idea where that went)
2004-04-19 13:51:20 +00:00
duncan_ferguson
60d80f7c36 Initial version of test script to ensure /etc/clusters is accessible 2004-04-15 10:08:26 +00:00
duncan_ferguson
b9901dfe77 Applied patch for missing env vars when run from window manager not cmd line
- Tony Mancill
Apply patch for the "Add Host" window not accepting <RETURN> correctly and
  not grabbing the focus correctly.  Also remove some taint checks
  - Gavin Brock
2004-04-15 09:35:28 +00:00
duncan_ferguson
972f4ef3dc Apply patch from Tony Mancill for "-l <user>" errors when closing terminals.
Apply patch from Gavin Brock fix the arrow keys bug
Amend docs accordingly
2004-04-13 12:19:50 +00:00
duncan_ferguson
c9966d952d fix use of user@server in /etc/clusters 2004-04-06 15:33:45 +00:00
duncan_ferguson
ad74965daf Reinsert lost "cssh -l user" code - no idea where that went... 2004-04-06 14:10:21 +00:00
duncan_ferguson
1836fba1e1 Remove setuid stuff for cssh version 2.0 2004-04-06 11:42:40 +00:00
duncan_ferguson
0e4fafb325 Remove setuid stuff for version 2.0 2004-04-06 11:42:13 +00:00
duncan_ferguson
ce66b27c8b Strip off user@ in "Alt-N" and -s/-c options
Remove some unnecessary setuid stuff now no longer setuid
2004-04-06 11:41:08 +00:00
duncan_ferguson
87c5a8aa70 MAJOR CHANGE - removal of setuid requirement and references
Reset key shortcuts to CTRL-q, CTRL-+ and ALT-n
Reorg of reused code into funcs
Change of main hash format
Removal all ps listing stuff as no longer required
Update man page
2004-04-02 13:27:03 +00:00
duncan_ferguson
e5f23cda1a Removed debug menu option "printhash"
Corrected menu accelorator keys (Tony Mancill)
Updated man/pod page with usage and key shortcuts info
Added key shortcut to send client name to client (Hans-Joachim Hoetger)
2004-03-26 11:38:23 +00:00
duncan_ferguson
bc1d6ec31e Added in configurable shortcut to send client names to client 2004-03-25 12:27:46 +00:00
duncan_ferguson
d76b4aa3b0 Remove debug message for number of cx's in title window
Finally fixed bug for sorting the Add Hosts menu
2004-03-25 10:49:19 +00:00
duncan_ferguson
cda4dd2b32 Include option for displaying total number of connections in console title bar [Daivd Gardner]
Work on bug for failed connection messages not always showing [Daivd Gardner]
2004-03-25 10:23:57 +00:00
duncan_ferguson
43e1aca799 Added in client side variables (i.e. CSSH_CLIENT and CSSH_SERVER) with -s|c
Changed key chortcuts to be user configurable
Changed key shortcut quit from Control-X to Alt-X (for EMACS users)
Changed key shortcut Add Host from Control-A to Alt-A (for consistency)
2004-03-24 12:29:14 +00:00
duncan_ferguson
fd4cdd5293 Include Jason Hollands patches:
- includes :'s in hostnames
- include TIOCSTI for linux ia64 systems.
Modified patch slight to assume all linux systems have same TIOCSTI value
Also modified section of docs on the /etc/cluster file
2004-02-20 09:36:35 +00:00
duncan_ferguson
7db6e1f44e allow spaces in -T "" string for window title
increase size of window from 20 chars to 25 chars
change default title from "Cluster Control by SSH" to program name
2004-02-02 10:26:45 +00:00
duncan_ferguson
a512f00f1a man page corrections 2004-01-28 13:41:28 +00:00
duncan_ferguson
8c138c82e7 also create cssh man in plain text for web site upload 2004-01-28 13:40:31 +00:00
duncan_ferguson
697552d8e0 added crsh 2004-01-28 12:41:09 +00:00
duncan_ferguson
a0cb939cba inital version of in-house prject script
NOT FOR GENERAL CONSUMPTION
2004-01-28 12:40:42 +00:00
duncan_ferguson
39015ecde7 crsh added into cvs by accident; removed and added to .cvsignore 2004-01-28 12:38:34 +00:00
duncan_ferguson
1e25c78123 initial cvsignore file 2004-01-28 12:35:27 +00:00
duncan_ferguson
bd590a1132 symlink to cssh 2004-01-28 12:35:22 +00:00
duncan_ferguson
e92f4f6cb7 fix bugs introduced by cvs move 2004-01-28 12:34:03 +00:00