similar to: strange dos directory names - mangle?

Displaying 20 results from an estimated 10000 matches similar to: "strange dos directory names - mangle?"

2005 Jan 06
0
iproute with iptables/mangle
Hi List, i have a realy strange problem with no solution yet, i''m using iproute together with the iptables mangle option, in a dmz network is a cisco pix present with another inet link behind, therefore i''m using the mangle option to split traffic on a protocol base like: iptables -A PREROUTING -t mangle -i eth1 -s 192.168.1.5 -p tcp --dport 80 -j MARK --set-mark 3 and add the
2003 Aug 02
1
[SECURITY] Netfilter Security Advisory: NAT Remote DOS (SACK mangle)
--7ZAtKRhVyVSsbBD2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Netfilter Core Team Security Advisory =20 CVE: CAN-2003-0467 Subject: Netfilter / NAT Remote DoS Released: 01 Aug 2003 Effects: Under limited circumstances, a remote user may be able to crash
2011 Feb 09
0
[LLVMdev] Why do we mangle names in llvm?
When we produce IL for int f(void) {...} it looks like define i32 @f() {.... and llvm is then responsible for adding the '_' prefix: _f: .... Why do we have this division? Wouldn't it be better for the IL to have the '_': define i32 @_f() {.... This causes problems with LTO because the symbols seem by the first pass are not the same as the ones seen once the final .o
2011 Nov 25
0
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
Looks to me like it converted the ? into the ascii hexadecimal representation _3F_. I don't think another underscore was pre-pended. This is probably thanks to lib/Target/Mangler.cpp. You'll want to let ? be treated as an acceptable character. static bool isAcceptableChar(char C, bool AllowPeriod) { if ((C < 'a' || C > 'z') && (C < 'A'
2011 Nov 26
1
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
On Fri, Nov 25, 2011 at 1:47 PM, Charles Davis <cdavis at mymail.mines.edu> wrote: > > On Nov 25, 2011, at 2:22 PM, bigcheesegs at gmail.com wrote: > >> In the case I posted I had removed that line, however, you still get the __3F_ in the generated assembly with it. > Huh. It only seems to happen with a Windows triple or a Linux triple. Doesn't happen with a Mac triple,
2011 Nov 25
0
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
On Nov 25, 2011, at 8:39 AM, Michael Spencer wrote: > So I was taking a look at Microsoft C++ ABI support while on vacation, > and ran into a major issue. Given the following llvm-ir: > > $ clang++ -S -emit-llvm -O3 mangling.cpp -o - -Xclang -cxx-abi -Xclang microsoft > ; ModuleID = 'mangling.cpp' > target datalayout = >
2006 Aug 23
3
How to select Skype traffic??
Hi, I have simple question about Skype. What are the methods of selecting packets which belongs to Skype?? I know about 7layer but I don''t belive that is only way. Is 7layer realy good and stable solution for routers which must handle more than 1000 users ? Thanks in advance Pozdrawiam Szymon Turkiewicz
2011 Nov 25
0
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
On Nov 25, 2011, at 2:22 PM, bigcheesegs at gmail.com wrote: > In the case I posted I had removed that line, however, you still get the __3F_ in the generated assembly with it. Huh. It only seems to happen with a Windows triple or a Linux triple. Doesn't happen with a Mac triple, though--probably because the Darwin assembler supports quoted symbols (i.e. you can enclose an identifier in
2005 Sep 07
0
Dos Name mangling under 3.0.7
Hi, I'm trying to get my samba to force 8.3 compliant names to lower case, but they stay upper case. I've tried adding mangle case = yes, but testparm reports unknown parameter, while it is in the man page. Was this a known issue? should I upgrade? share definition [sys] path=/sys writable=yes force user = advantage preserve case = yes default case = lower mangle case = yes short
2003 Sep 12
2
Question about DOS 8.3 mangling files name
Dear all, I have used the Samba 2.2.8a server. mangle method = hash or hash2 But when i make a "dir" command on the MS-DOS prompt, the file name aren't the same from a disk on DOS local partition and Samba Server partition. :-( File name on the Windows view: ESTE_DE_NOME_BEM_GRANDE.TXT DOS prompt on the Samba Serve Partition: TESTE~65.TXT DOS prompt on the DOS local Partition
2002 Feb 21
1
long filenames always mangled under dos
I create a Bootdisk from Win98 with "sys a:" and the netsetup from the Microsoft FTP-server to have TCP/IP under DOS. I can map the shares from Samba to a drive with: "net use d: \\server\win98" The problem is that all long filenames are mangled, but not in the way DOS does it. The Folder "Program Files" does not become "Progra~1" but "Progr~4Z".
2011 Nov 25
2
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
In the case I posted I had removed that line, however, you still get the __3F_ in the generated assembly with it. Sent from my iPhone On Nov 25, 2011, at 2:15 PM, Charles Davis <cdavis at mymail.mines.edu> wrote: > > On Nov 25, 2011, at 8:39 AM, Michael Spencer wrote: > >> So I was taking a look at Microsoft C++ ABI support while on vacation, >> and ran into a major
2007 Mar 28
1
WarcraftIII TFT on Edgy
Hi there, iam realy new to Linux and would consider me as total noob :) I was realy happy because i got Wc3 running, but now i'm getting this buffer underrun errors and sometimes the game crashs, but in 1 of 5 games my pc just freezes, i was wondering if this buffer underrun causes that or something else. "err:dsound:DSOUND_MixOne underrun on sound buffer 0x18f7a8" Anyways, my
2011 Nov 25
5
[LLVMdev] Where does LLVM mangle characters from llvm-ir names while generating native code?
So I was taking a look at Microsoft C++ ABI support while on vacation, and ran into a major issue. Given the following llvm-ir: $ clang++ -S -emit-llvm -O3 mangling.cpp -o - -Xclang -cxx-abi -Xclang microsoft ; ModuleID = 'mangling.cpp' target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f80:128:128-v64:64:64-
2008 Feb 27
0
CPU lagged while wine minimized or not in active workspace?
hi is anybody mention that wine applications "eat" more CPU while minimized or not in active workspace? (wine --version 0.9.55) [ ]no --> would you please try it out if you dont have allready? [ ]yes --> any idea what i can do against that? future more i realy missing tuning tips or must you/i be a wine hacker to do so? last but not least you do a great job on wine i never
2006 May 22
2
tabs
I was wondering if there is a way to do tabs easier than most of the tutrials that I have found. I dont realy care if its realy fast just as long as it works. Something sort of like http://code.google.com/webtoolkit/documentation/examples/kitchensink/demo.html#TabsAlso if there is a way where if my viewers want to save something as a link than there is something they can click and it will give
2007 Jan 19
2
Newbee-Question General Syntax
Hi there! I´ve started looking into puppet for about one week now, I have to say that I am NOT a developer, i occasionally write a shellscript or another but thats about it, so maybe my problem is that i dont see the whole picture yet.. I kind of know what i want to do, but at the moment i don´t realy see how i can accomplish that.. :/ thing is, I have (for now "just") about 100
2012 May 14
3
Add column from other columns data.
Hi everyone, I am having some problems with making a new colomn wit data in it. I have this one column named: Fulfilled Fulfilled 1 1 0 1 1 1 1 0 0 1 And now I would like to add another colum to my .csv file ("Finished") In this "Finished" column I would like to have "Yes" or "No". Where in colomn "Fullfilled" is a 1, "Finished"
2004 Aug 06
3
Is Speex realy patent free?
Hi all, <p>i have readed all the realy sad stuff about software patents in europe and what allread exists. There is one side related to speex and i dont know if this is allready discussed here. Take a look at: http://swpat.ffii.org/patents/effects/voip/index.en.html Is speex realy petant free or does patent free only means that is is not patent by the speex authors? Who have checked that
2007 Jan 22
1
OT: Optimum voice problems.
I'm trying to figure out if I'm the only one with these problems with them. I recently had a few customers that switched to them because of the price, of course that means that they have to use FXO ports, but it is realy cheaper, so customers don't really care. In any case, there are 2 issues that I can't get solved, and they are not interested in helping. 1. When they tell you