similar to: Funny characters in http://www.shorewall.net/FAQ.htm

Displaying 20 results from an estimated 2000 matches similar to: "Funny characters in http://www.shorewall.net/FAQ.htm"

2005 Apr 22
4
I have a problem similar to FAQ 2 scenario, but reply packets don''t seem to be recognized.
Hello, I am running Shorewall 2.0.2f, on SuSE 9.2 distro, kernel 2.6.8-24.11-default My ip addr show output is as follows: 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 brd 127.255.255.255 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0:
2009 Sep 10
0
TOSHAG-Passdb.xml translate finished and some typo found
Now, TOSHARG-Passdb.xml translate to Japanese finished(3.4.0 base). And some typo found. Many people ask why Samba cannot simply use the UNIX password database. Windows requires passwords that are encrypted in its own format. The UNIX passwords can't be converted to ---- Windows? UNIX-style encrypted passwords. Because of that, you
2009 Aug 17
0
TOSHAG-NetworkBrowsing.xml translate finished and some typo/question found
Now, TOSHARG-NetworkBrowsing.xml translate to Japanese finished(3.4.0 base). And some typo/question found. <indexterm><primary>NetBIOS</primary></indexterm> <indexterm><primary>NetBIOS</primary></indexterm> <indexterm><primary>phasing out NetBIOS</primary></indexterm> <indexterm><primary>n security
2003 Dec 04
31
Shorewall Documentation Updates, Request for Input
Hello, I have the go ahead to fix documentation. For starters I will clean all extraneous crap from the markup. Then fix any errors and typos. If anyone sees any gramatical errors or typos or needed clarifications or expansions or whatever, please post them here. Or additional FAQ entries, etc, all will be considered. I hope to keep most of this conversation on the shorewall-devel list. Any
2004 Nov 16
4
Query re Tom''s firewall (see http://www.shorewall.net/myfiles.htm)
On the firewall, what is the rationale for giving eth1 an IP address that is also assigned eto eth0? (Rather than a private one.) -- Taso Hatzi caesar 17 <<-salad cjbx jc vdwwjar jc xi jc jd salad
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
I submitted the problem report to clang's bugzilla but no one seems to care so I have to send it to the mailing list. clang 3.7 svn (trunk 229055 as the time I was to report this problem) generates slower code than 3.5 (Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)) for the following code. It is a "8 queens puzzle" solver written as an educational example. As
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
The regressions in the performance of generated code, introduced by the llvm 3.6 release, don't seem to be limited to this 8 queens puzzle" solver test case. See... http://www.phoronix.com/scan.php?page=article&item=llvm-clang-3.5-3.6-rc1&num=1 where a bit hit in the performance of the Sparse Matrix Multiply test of the SciMark v2.0 benchmark was observed as well as others.
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
Using the SciMark 2.0 code from http://math.nist.gov/scimark2/scimark2_1c.zip compiled with the same... make CFLAGS="-O3 -march=native" I am able to reproduce the 22% performance regression in the run time of the Sparse matmult benchmark. For 10 runs of the scimark2 benechmark, I get 998.439+/-0.4828 with the release llvm clang 3.5.1 compiler and 1217.363+/-1.1004 for the current
2017 Feb 18
2
[lld] Has anybody ever run into the Solaris linker before?
Recently LLD made it to the front page of HN (yay!): https://news.ycombinator.com/item?id=13670458 This comment about the Solaris linker surprised me: https://news.ycombinator.com/item?id=13672364 """ > To me, the biggest advantage is cross compiling Not all system linkers have this problem. For example, Solaris ld(1) is perfectly capable of cross-linking any valid ELF file.
1997 Jul 15
0
http://www.microsoft.com/kb/articles/q165/4/03.htm
extract from the above article: With this update installed, connecting to older SMB servers using the Client for Microsoft Networks is no longer possible, because these older servers do not support encryption of passwords sent over the network. The following SMB servers are known not to support password encryption over the network: Samba LAN Manager for UNIX
1997 Jul 15
0
http://www.microsoft.com/kb/articles/Q166/7/30.htm
this article is technically correct, however it fails to point out that samba can be upgraded to support encrypted passwords. see: 15th July 97: Samba and Encrypted Passwords. http://samba.canberra.edu.au/pub/samba/SambaEncryption.html luke extract: After upgrading your Windowss NT 4.0 computer to Service Pack 3 (SP3), you are unable to connect to SMB servers (such as Samba or
2011 Mar 28
1
use scan("http://www.example.com/file.htm") with an hidden-fake IP adress
Dear users, I am currently using scan(,what="character") to read - automacally - some html pages, I was wondering if there was an option to "hide" my IP-adress, or to use a "fake" one ? I would like to chek if the website is using my IP-adress to change the content of the page (it is the price of airline tickets actually) I want to see if it is possible to do a
2008 Nov 20
0
Megacli, NetCat, and Virt-Install Test Suites Released
Triple Release Day! James Wan, from the Solaris Quality Engineering group, has released the Megacli test suite. More information on Megacli test suite can be found at: http://opensolaris.org/os/community/storage/tests/ http://src.opensolaris.org/source/xref/test/ontest-stc2/src/suites/storage/megacli/README http://src.opensolaris.org/source/xref/test/ontest-stc2/src/suites/storage/megacli/
2001 Dec 11
0
VirtualProtect and app crash: what's your interpretation?
Here is my thought process on why the application crashes with a protection violation reading a section of memory. I used IDA to disassemble the app. Here's the section where it reads from memory and crashes because of a protection violation: 00760D4A sub_760D4A proc near ; CODE XREF: sub_75FCB0+159^Xp 00760D4A push ebp 00760D4B mov
2008 May 14
2
vdev cache - comments in the source
Hello zfs-code, http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/fs/zfs/vdev_cache.c 72 * All i/os smaller than zfs_vdev_cache_max will be turned into 73 * 1<<zfs_vdev_cache_bshift byte reads by the vdev_cache (aka software 74 * track buffer). At most zfs_vdev_cache_size bytes will be kept in each 75 * vdev''s vdev_cache. While it
2016 May 27
2
Channel Mapping Family for Ambisonics
Hello Jean-Marc, Thanks for the quick reply and comments. On Thu, May 26, 2016 at 5:41 PM, Jean-Marc Valin <jmvalin at jmvalin.ca> wrote: > Hi Michael, > > Here's some more minor comments below. As long as you address the two > comments from my previous email (254 -> 2 and the draft name), the draft > is good for submitting as initial version on the IETF website (even
2006 Oct 31
0
6383534 xref(1) should show an example for multiple subdirs of a workspace
Author: meem Repository: /hg/zfs-crypto/gate Revision: 563d83732b6842d2ba3137bccf97d32e3e746644 Log message: 6383534 xref(1) should show an example for multiple subdirs of a workspace Files: update: usr/src/tools/scripts/xref.1
2006 Mar 15
6
Can't get port forwarded from net to net
I have followed the instructions at http://shorewall.net/FAQ.htm#faq2 along with some coaching on IRC from _Omache to get a machine (with IP address 66.93.22.233) to forward all port 25 traffic to another host in my network (with IP 66.93.22.254). This has not worked. I have tested by trying `telnet 66.93.22.233 25`, expecting to see the SMTP banner on 66.93.22.254. Of course, I don''t
2003 Dec 26
13
Remaining .htm? files
Of the remaining HTML files in the Shorewall-docs/ project, the only ones that I want to convert to HTML are: standalone.htm two-interface.htm three-interface.htm Paul -- while file(s) are you working on? -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2009 Mar 09
0
Error 404 when trying to get to an xvm repository that includes a + in its name
I just filed bug 7215. Here is the workaround: Symptom: http://src.opensolaris.org/source/xref/xen-gate/xvm-3.3%2Bsunos.hg/ or http://src.opensolaris.org/source/xref/xen-gate/xvm-3.3+sunos.hg/ Error 404: File not found! The requested resource is not available. Workaround: Escaping the % character with %25 will do the trick, because the last parse step will get an %2B escape sequence as