Re: Own XWin start batch file

2002-11-05 Thread Alexander Gottwald
On Tue, 5 Nov 2002, Mario Ohnewald wrote:

 Hello!
 I would like to know if it is possible to start XWin.exe with these
 parameters from a batch file:
 XWin -ac -screen 0 1024 768 -nowinkill -unixkill -query 192.168.10.6 -from
 192.168.10.53

you can even put that into a shortcut. 
BTW: Please note that the parameter -ac should _NEVER_ be used in any network
which is used by other persons too. 

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723




RE: Own XWin start batch file

2002-11-05 Thread Mario Ohnewald
Hi,

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:cygwin-xfree-owner;cygwin.com]On Behalf Of Alexander Gottwald
 
 
 On Tue, 5 Nov 2002, Mario Ohnewald wrote:
 
  Hello!
  I would like to know if it is possible to start XWin.exe with these
  parameters from a batch file:
  XWin -ac -screen 0 1024 768 -nowinkill -unixkill -query 
 192.168.10.6 -from
  192.168.10.53
 
 you can even put that into a shortcut. 
 BTW: Please note that the parameter -ac should _NEVER_ be 
 used in any network
 which is used by other persons too. 

Why? What does ac do? (Sorry, man XWin and XWin --help couldnt help me)

 
 bye
   ago




Re: Own XWin start batch file

2002-11-05 Thread Rasjid Wilcox
On Tue, 5 Nov 2002 9:16 pm, Mario Ohnewald wrote:

 Why? What does ac do? (Sorry, man XWin and XWin --help couldnt help me)


From the linux 'man Xserver' page:

   -ac disables  host-based access control mechanisms.  Enables access
   by any host, and permits any host to modify the access control
   list.  Use  with  extreme  caution.   This  option
   exists primarily for running test suites remotely.

---

Rasjid.




RE: Own XWin start batch file

2002-11-05 Thread Mario Ohnewald
muchas gracias!
;)

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:cygwin-xfree-owner;cygwin.com]On Behalf Of Rasjid Wilcox
 Sent: Dienstag, 5. November 2002 11:21
 To: [EMAIL PROTECTED]; Mario Ohnewald
 Subject: Re: Own XWin start batch file
 
 
 On Tue, 5 Nov 2002 9:16 pm, Mario Ohnewald wrote:
 
  Why? What does ac do? (Sorry, man XWin and XWin --help 
 couldnt help me)
 
 
 From the linux 'man Xserver' page:
 
-ac disables  host-based access control 
 mechanisms.  Enables access
by any host, and permits any host to modify 
 the access control
list.  Use  with  extreme  caution.   This  option
exists primarily for running test suites remotely.
 
 ---
 
 Rasjid.
 



RE: Own XWin start batch file

2002-11-05 Thread Alexander Gottwald
On Tue, 5 Nov 2002, Mario Ohnewald wrote:

 Why? What does ac do? (Sorry, man XWin and XWin --help couldnt help me)

-ac switches the access control off. This is equivalent to xhost + and
will allow _anybody_ to connect to the XServer. One could easily grab 
all keypresses and window contents. Or present fake password dialogs.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723