search for: rw2

Displaying 20 results from an estimated 21 matches for "rw2".

Did you mean: rw
2002 Sep 29
7
[Fwd: Building custom _updown script for freeswan to make it talk with shorewall]
Tuomo Soini wrote: > You don''t happen to read shorewall-devel mailinglist ? I read it -- I just didn''t know what to make of your post and it arrived while I was on vacation. What exactly are you trying to accomplish that Shorewall isn''t doing for you now? e.g. /etc/shorewall/zones rw Roadwarriors Road Warriors /etc/shorewall/interfraces rw ipsec+
2002 Oct 01
0
Dynamic Zones
...0/0 is assumed. When you add a host or subnet to a zone, Shorewall will NOT create rules allowing that host/subnet to communicate with itself through the firewall. To use this facility for ipsec road warriors: a) Define a zone for each class of Road Warrior. e.g.: rw1 RW1 Road Warrior class 1 rw2 RW2 Road Warrior class 2 You can leave these zones empty -- Shorewall will issue a warning about each of them at startup but these warnings are expected and can be safely ignored. b) Define the rules and policies for these zones normally. c) In /etc/shorewall/interfaces, define the ipsec device...
2004 Nov 16
2
changing character to a vector name
Dear R People: I would like to generate a vector/variable name from within a loop to be passed to a table function. This is what I have so far: >assign("p1",paste("raw3.df$",rw2$V1[3],sep="")) >p1 [1] "raw3.df$CITIZEN" > Essentially, I want to use the raw3.df$CITIZEN along with another value to generate a table. However, I'm stuck here. I know this is incredibly stupid. Thanks in advance. Sincerely Laura Holt mailto: lauraholt_983 at hotma...
2009 Apr 11
2
Labeling points on plot on relative warp scores?
Hi there, I am plotting relative warp scores (equivalent to pca scores) and I want to label (color code and shape) the points by group. I can't figure out how to do this beyond simple plotting. plot(RW1, RW2); Do I need to make vectors of each group and then plot them separately onto the same plot? How do I go about this? Thanks! -- View this message in context: http://www.nabble.com/Labeling-points-on-plot-on-relative-warp-scores--tp23002055p23002055.html Sent from the R help mailing list archive a...
2005 Mar 31
3
Multiple subnet question
...levant FAQ''s and had set things up properly, but a few odd things are happening. ZONES: net Net Internet loc Local Local networks 192.168 loc2 Local Local networks 10.151 ppp PPP PPP Dial-in rw RoadWarriors Road Warriors rw2 RoadWarriors Road Warriors INTERFACES: net eth0 detect norfc1918 - eth1 192.168.168.255,10.151.255.255 multi ppp ppp+ detect rw ipsec+ rw2 tun+ - routeback POLICY: Lots of stuff in here, but I duplic...
2007 Oct 11
2
Matching and merging two rows with missing values
Hello, I have two rows which are almost identical but miss different values at different locations. I would like to merge these two rows so that the missing values are replaced by the element in the same column on the other row making one row. If both rows contain a NA, NA remains in the output. 1 2 3 4 5 Row1 AA AG GG NA NA Row2 NA AG GG AA NA The
2004 Mar 29
0
smbtorture option changed?
...URE RANDOMIPC NBW95 NBWNT default test is ALL But the smbtorture compiled with Gentoo's 3.0.2a gives me tests are: FDPASS LOCK1 LOCK2 LOCK3 LOCK4 LOCK5 LOCK6 LOCK7 UNLINK BROWSE ATTR TRANS2 MAXFID TORTURE RANDOMIPC NEGNOWAIT NBENCH OPLOCK1 OPLOCK2 OPLOCK3 DIR DIR1 DENY1 DENY2 TCON TCONDEV RW1 RW2 RW3 OPEN OPENATTR XCOPY RENAME DELETE PROPERTIES MANGLE W2K TRANS2SCAN NTTRANSSCAN UTABLE CASETABLE ERRMAPEXTRACT PIPE_NUMBER TCON2 IOCTL CHKPATH FDSESS default test is ALL What is the new equivalent to NBW95 and NBWNT, and what do you have to do to make them work nicely? - -Tom -----BEGIN PGP S...
2014 Jul 30
0
[Announce] Samba 4.0.20 Available for Download
...lear that net vampire is for NT4 domains only. * BUG 10657: autobuild: Delete $NSS_MODULES in "make clean". o Volker Lendecke <vl at samba.org> * BUG 10663: msg_channel: Fix a 100% CPU loop. * BUG 10680: smbstatus: Fix an uninitialized variable. * BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due to the invalid status check in the second client. * BUG 10699: smbd: Avoid double-free in get_print_db_byname. o Stefan Metzmacher <metze at samba.org> * BUG 10469: ldb-samba: fix a memory leak in ldif...
2014 Jul 30
0
[Announce] Samba 4.0.20 Available for Download
...lear that net vampire is for NT4 domains only. * BUG 10657: autobuild: Delete $NSS_MODULES in "make clean". o Volker Lendecke <vl at samba.org> * BUG 10663: msg_channel: Fix a 100% CPU loop. * BUG 10680: smbstatus: Fix an uninitialized variable. * BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due to the invalid status check in the second client. * BUG 10699: smbd: Avoid double-free in get_print_db_byname. o Stefan Metzmacher <metze at samba.org> * BUG 10469: ldb-samba: fix a memory leak in ldif...
2017 Oct 11
1
[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
...+ xorq (RT2, RT1, 8), to##1; \ movzbl RW1bl, RT3d; \ movzbl RW1bh, RT1d; \ do_movq(RW0, RW1); \ - xorq s3(, RT3, 8), to##1; \ - xorq s1(, RT1, 8), to##1; \ + leaq s3(%rip), RT2; \ + xorq (RT2, RT3, 8), to##1; \ + leaq s1(%rip), RT2; \ + xorq (RT2, RT1, 8), to##1; \ xorq from##2, RW2; \ movzbl RW2bl, RT3d; \ movzbl RW2bh, RT1d; \ shrq $16, RW2; \ - xorq s8(, RT3, 8), to##2; \ - xorq s6(, RT1, 8), to##2; \ + leaq s8(%rip), RT2; \ + xorq (RT2, RT3, 8), to##2; \ + leaq s6(%rip), RT2; \ + xorq (RT2, RT1, 8), to##2; \ movzbl RW2bl, RT3d; \ movzbl RW2b...
2014 Jul 28
0
[Announce] Samba 4.1.10 Available for Download
...IC: assert failed at ../source3/smbd/open.c(1582): ret". * BUG 10663: msg_channel: Fix a 100% CPU loop. * BUG 10671: s3: smbd: Prevent file truncation on an open that fails with share mode violation. * BUG 10680: smbstatus: Fix an uninitialized variable. * BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due to the invalid status check in the second client. * BUG 10693: ldb: Fix 1138330 Dereference null return value, fix CIDs 241329, 240798, 1034791, 1034792 1034910, 1034910). * BUG 10699: smbd: Avoid double-free in...
2014 Jul 28
0
[Announce] Samba 4.1.10 Available for Download
...IC: assert failed at ../source3/smbd/open.c(1582): ret". * BUG 10663: msg_channel: Fix a 100% CPU loop. * BUG 10671: s3: smbd: Prevent file truncation on an open that fails with share mode violation. * BUG 10680: smbstatus: Fix an uninitialized variable. * BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to 2 due to the invalid status check in the second client. * BUG 10693: ldb: Fix 1138330 Dereference null return value, fix CIDs 241329, 240798, 1034791, 1034792 1034910, 1034910). * BUG 10699: smbd: Avoid double-free in...
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce
2018 Mar 13
32
[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
These patches make the changes necessary to build the kernel as Position Independent Executable (PIE) on x86_64. A PIE kernel can be relocated below the top 2G of the virtual address space. It allows to optionally extend the KASLR randomization range from 1G to 3G. Thanks a lot to Ard Biesheuvel & Kees Cook on their feedback on compiler changes, PIE support and KASLR in general. Thanks to
2017 Oct 04
28
x86: PIE support and option to extend KASLR randomization
These patches make the changes necessary to build the kernel as Position Independent Executable (PIE) on x86_64. A PIE kernel can be relocated below the top 2G of the virtual address space. It allows to optionally extend the KASLR randomization range from 1G to 3G. Thanks a lot to Ard Biesheuvel & Kees Cook on their feedback on compiler changes, PIE support and KASLR in general. Thanks to
2018 May 23
33
[PATCH v3 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v3: - Update on message to describe longer term PIE goal. - Minor change on ftrace if condition. - Changed code using xchgq. - patch v2: - Adapt patch to work post KPTI and compiler changes - Redo all performance testing with latest configs and compilers - Simplify mov macro on PIE (MOVABS now) - Reduce GOT footprint - patch v1: - Simplify ftrace
2017 Oct 11
32
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce dynamic relocation space on mapped memory. It also simplifies the relocation process. - Move the start the module section next to the kernel. Remove the need for -mcmodel=large on modules. Extends
2017 Oct 11
32
[PATCH v1 00/27] x86: PIE support and option to extend KASLR randomization
Changes: - patch v1: - Simplify ftrace implementation. - Use gcc mstack-protector-guard-reg=%gs with PIE when possible. - rfc v3: - Use --emit-relocs instead of -pie to reduce dynamic relocation space on mapped memory. It also simplifies the relocation process. - Move the start the module section next to the kernel. Remove the need for -mcmodel=large on modules. Extends
2014 Jul 30
1
samba Digest, Vol 139, Issue 40
...ns > only. > * BUG 10657: autobuild: Delete $NSS_MODULES in "make clean". > > > o Volker Lendecke <vl at samba.org> > * BUG 10663: msg_channel: Fix a 100% CPU loop. > * BUG 10680: smbstatus: Fix an uninitialized variable. > * BUG 10687: 'RW2' smbtorture test fails when -N <numprocs> is set to > 2 due > to the invalid status check in the second client. > * BUG 10699: smbd: Avoid double-free in get_print_db_byname. > > > o Stefan Metzmacher <metze at samba.org> > * BUG 10469: ldb-samba...