similar to: Re: denying internet access to a win32 app?

Displaying 20 results from an estimated 100000 matches similar to: "Re: denying internet access to a win32 app?"

2008 Nov 06
2
denying internet access to a win32 app?
Is there an easy way I can disable a particular win32 app's ability to access the 'net with WINE such that it'll run, but without privs to use my 'net connection?
2010 Jul 18
1
Re: denying internet access to a win32 app?
Hate to necrobump a thread, but I'm still facing this issue under Wine 1.2 on my box. Is there a piece of wine I can disable to deny internet functionality to windows apps?
2010 Jul 21
1
Re: denying internet access to a win32 app?
graysky wrote: > I understand that. To my knowledge, iptables blocks on a hosts or ports basis, but not on a program basis. For example, how would one block all outgoing traffic from any program under ~/.wine You need something like AppArmor or SELinux. How to use them is not a Wine question; ask on your distro support forum.
2002 Jun 27
1
Samba 2.2.5: denying access to printer...
Hy there, I have a problem with Samba 2.2.5 (on AIX 4.3) concerning a printer share. I set up a few printer share which work well. Now I want to restrict the access to one of them. In order to achieve this I put in a hosts deny=all hosts allow=<IP-Adresses of hosts, which should be allowed to print> in the corresponding printer-share-section. What happens is this: non
2006 Nov 29
3
Mongrel as Win32 service for a camping app?
As subject line, basically... http://mongrel.rubyforge.org/docs/win32.html describes how to install Service support for Mongrel on Win32. But it seems to be focussed on providing a way of running Rails apps. If it is possible at all, can you provide hints or refer to documentation that explains how to run apps that use other frameworks, like Camping, as Services please? Is it written up online,
2008 Feb 25
1
[LLVMdev] can you provide backward compatibility for win32 users
Hello, Vikas > can any one help me a way to back port the solution files to > VisualStudio 6.0 project files. Unfortunately, this is pretty useless: VC6 C++ is deeply broken in order to compile LLVM. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 Jun 24
5
[LLVMdev] alloca on Win32
Hello, Scott. > Checking the assembly from llc, the first alloca call is to allocate > local vars in _main. Is this just the state of the code at 2.0 when > built with vs.net, or is there something that I've managed to > mis-build locally? _alloca is used to probe the stack, if you asks for locals of size more that 4k. This is pretty ugly, but the names of this functions differs
2007 Jun 24
0
[LLVMdev] alloca on Win32
Hi Thanks for the info, it led to the source of the error I was having. I was using llvm-gcc binaries (built with mingw I guess) to compile a .c file that is my language runtime, llvm-link'ing that with my frontend's .ll, and using an vcpp-built lli to run the resulting bytecode. This caused the special case in X86RegisterInfo::emitPrologue for "main" to try to align the stack
1999 Nov 15
3
vorbis under win32
Hello Monty, I tried to complile vorbis under win32 (using MS Visual C 5.0) I found some things: 1.) In bitvise.c there must be buffer cleared after malloc: void _oggpack_writeinit(oggpack_buffer *b){ memset(b,0,sizeof(oggpack_buffer)); b->ptr=b->buffer=malloc(BUFFER_INCREMENT); + memset(b->ptr,0,BUFFER_INCREMENT); b->storage=BUFFER_INCREMENT; } void
2019 Nov 07
0
Macintosh sandbox denying access folder
Hi all, Have any of you had experience with macintosh's sandbox denying access to a folder served by Samba? I don't know exactly how to reproduce, so here's everything (?): I'm running macOS Catalina (10.15.1). In the terminal I start a python command interpreter. python # then >>>import os # then I repeatedly list a directory others have been having problems
2012 Apr 09
1
SAMBA 3.5.11 joined to Active Directory not asking for login and password denying user access
I have SAMBA machine successfully joined to Active Directory domain. security is set to ads. I am using one share as a folder redirection container like /mnt/profiles/USERNAME where they are configured in the Group Policy as Folder Redirection target. It all working just great. So people can see their own files etc. For example when they are logged in Windows machine and they can access their
2006 Jan 06
4
denying access from ip address with iptables
Can someone tell me if I edit the iptables file manually to create a rule to deny ANY access to a server or do I need to use the gui? -- Andrew Rice Jr
2015 Nov 27
1
Failed to find authenticated user via getpwnam(), denying access
Hi, I have a very strange issue with samba as an ad member server. log.smbd goes: check_ntlm_password: Checking password for unmapped user [TSNR]\[Administrator]@[ADMIN] with the new password interface [2015/11/27 19:09:26.196960, 3] ../source3/auth/auth.c:180(auth_check_ntlm_password) check_ntlm_password: mapped user is: [TSNR]\[Administrator]@[ADMIN] [2015/11/27 19:09:26.196993, 4]
2007 Jun 24
1
[LLVMdev] alloca on Win32
The alloca hook is in lib\System\Win32\DynamicLibrary.inc all the way at the bottom. You'll see a __MING32__ #ifdef around the definition. You just have to implement those methods and it'll work just fine. Jake On 6/24/07, Scott Graham <scott.llvm at h4ck3r.net> wrote: > > Hi > > Thanks for the info, it led to the source of the error I was having. > > I was using
2004 Jul 26
3
Intermittently denying access to webshop
Hello shorewall-users, we have a strange problem where some of our customers cannot access our webshop, but most of the customers can. I have been slowly eliminating possibilities and am now left with either the firewall (Shorewall 1.4) or the webshop server. What appears a lot in the logfiles is: Jul 26 11:51:04 gw kernel: Shorewall:logdrop:DROP:IN=eth0 OUT=eth1 SRC=84.128.198.240
2004 Aug 22
0
allegro win32 directx apps
hi, Has anyone tried to get allegro win32 directx apps running under wine? I find that for the most part they seem to run, but some insist on using a non-existing bpp of 24 (should be 32), I've tried hacking the x11 driver and the direct draw hal code to match bpp 24 with 32 and the allegro app will run after that (if anyone is interested, attached is a patch for that). Now the allegro app
2005 Jan 08
2
start a linux command using a win32 apps ?
Hello, In fact, I raver need to start a bash script using a win32 apps. Any idea ?
2015 May 20
1
Failed to find authenticated user via getpwnam(), denying access
Hi, I'm trying a basic setup : samba 4.2 on vm as ad dc, linux server as a dc member with samba shares and win 7 as a ad member and samba client. Unix attrs are assigned, windows auth and linux kinit work ok. But when I try to access samba share from windows a get an error above in my log.smb: check_ntlm_password: Checking password for unmapped user [KURSK]\[video]@[EVENT] with the new
2011 Jul 19
1
Re: Problem with Windows app accessing internet
OK, here's the diff file: Code: --- environment.before.reboot.txt 2011-07-19 17:43:58.200205228 +0100 +++ environment.after.reboot.txt 2011-07-19 17:53:07.549616184 +0100 @@ -1,16 +1,16 @@ ORBIT_SOCKETDIR=/tmp/orbit-charlie -SSH_AGENT_PID=2912 +SSH_AGENT_PID=2337 TERM=xterm SHELL=/bin/bash -XDG_SESSION_COOKIE=2dd5655fe15f1c42f474dd204c45c6b6-1311075950.779608-828425652
2004 Nov 06
1
How to auto-restart win32 app
I have a win32 app that I run 24/7. On occasion it will go into the debugger, and I have to kill it and restart it. Is there any to have it automatically restart when it crashes?