search for: restict

Displaying 20 results from an estimated 29 matches for "restict".

Did you mean: restrict
2002 Nov 12
3
time resticted
Dear all, Does Shorewall support for time limitation? for example I want to create rule for someone only has access internet between 7.00am - 11.00am? How to configure like that? please give me suggest Regards
2005 Nov 04
2
Compile failure current SVN
...ate; >> >> Just moved it up to the variable declaration block to solve it locally, but >> as it's not valid C, I thought I'd mention it ;) > > Where have you been the past 6 years? It is valid C99 (even if it's confusing > for non-C++-minded people). "restict" is also valid C99, but as that was removed for compatibility with non-compliant compilers, I thought one might wish to fix this as well, especially as it's the only place in the code it is used.
2002 Apr 13
1
glm() in R (PR#1457)
Hello, I was using R for logistic regression modeling (glm() with binomial family) and have noticed that it' can't handle more than 100 predictors (reports syntax error) Is it a bug, or a language restiction ? I would be very grateful if you let me know possible ways around the problem, as I need R for problems with many attributes. Thank you, Alex. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/...
2002 Jan 14
2
Should sshd be fixed to handle NIS+ keylogin
...o without-password and a key is added to the authorized_keys file for each sysadmin. BUT if in sshd_config UseLogin is set to yes then RSA keys cannot be used to get in as root. If UseLogin is set to no then sshd doesn't do the keylogin, therefore, no home directory (dh Secured NFS). and resticted access to the NIS+ maps. Should sshd be fixed to handle the keylogin. (Obviously this could only work with password auth) Tim McGarry
2015 Feb 11
2
[LLVMdev] LLVM as an OpenGL backend
> On Feb 11, 2015, at 11:37 AM, Tom Stellard <tom at stellard.net> wrote: > > On Wed, Feb 11, 2015 at 04:06:10PM +0000, Sam Kellett wrote: >> Would it be feasible to compile LLVM IR into shading language assembler? If >> so, is this already being done? >> > > The R600 backend does this in conjunction with the Open Source mesa3D > project:
2017 Sep 07
1
change network settings of VM depending on logged in user(s)?
...ess that can be done via his account profile at local security from Microsoft product itself. Alternatively GPO policy at the AD. When he logs on to the username and password, his profile will also download to that PC. Thanks, that?s something I need to look into. It would still be better than no restiction at all. The intention is to quarantaine windoze machines as much as possible for security reasons. Hibernating doesn?t really help with that unless they?re never used ... > Hope that help! > > Xlord > > -----Original Message----- > From: CentOS-virt [mailto:centos-virt-bou...
2005 Jun 01
2
TC Filtering Problems
...ceil 1024mbit prio 0 done Http Filter ( looks for (Source)Port 80 on Offset 20 in the Ip Packet (Httpserver Answer) ): tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match u32 0x500000 0xffff0000 at 20 classid 1:10 This Filter is working and the http download on the Firewall Side is resticted to 64 kbit as you can see below. tc -s filter show dev eth0 : filter parent 1: protocol ip pref 100 u32 filter parent 1: protocol ip pref 100 u32 fh 800: ht divisor 1 filter parent 1: protocol ip pref 100 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:10 (rule hit 151 success 129) match...
2020 Feb 09
3
[draft PATCH] whitelist support for refuse options
...re'd be any interest in merging something of this shape before I put more work into it. My use case is setting up a restricted trust relationship by allowing host A to ssh to host B with a forced command of "rsync --server --daemon --config=/path/to/rsyncd.conf ." and configuring the restictions in rsyncd.conf. I know what options I want to use, it'd be nice to enforce that on the server side without listing every other option in "refuse options". --- options.c | 114 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 82 insertions(+), 32 deletions(...
2011 Jan 03
1
A device attached to the system is not functioning -When adding a computer to the domain
...d this out a 2nd (and last) time.. I got suggestions > not to > use BLAH.COM and to use BLAH instead for my domain name, however I > don't > think that's causing my problem as it's been this way for 6 years? Then you have done no research regarding NetBIOS names. NetBIOS Restictions Characters Unicode characters, numbers, white space, symbols: ! @ # $ % ^ & ' ) ( . - _ { } ~ See chart top of page: http://technet.microsoft.com/en-us/library/cc959336.aspx Machine trusts MUST be able to resolve NetBIOS names. The preferred method is via WINS. Misconfigured Net...
2005 Nov 04
0
Compile failure current SVN
Thorvald Natvig wrote: > "restict" is also valid C99, but as that was removed for compatibility > with non-compliant compilers, That means "restrict" is no longer part of the standard and hence should not be accepted by standards conforming compilers. However, the issue you were complaining about is still part o...
2010 Mar 10
1
multiple RTP port ranges for SIP
We are coordinating a connection to a SIP provider who told us they use two port ranges for RTP, 7000-8000 and 10000-20000. We've never encountered that before (and I believe rtp.conf only supports a single range). We can obviously setup 7000-20000 within RTP.conf, but I'm wondering if there is any other significance to this config? The other end is using an asterisk server too, so
1999 Jun 28
0
samba 204b and nis(yp) netgroup
hello, i use Sun Solaris 2.7 and Samba 2.04b. Iwant to use netgroups for host and user to restict access . I user in me samba.conf file host allow = @servergroup the host server has no access. but when i use the hstname of server host allow = server1 it works. I compile the sources of samba be using the autoconfig script. It is a bug or must i use a speziel Compiler Define ? thanks wol...
2011 May 29
0
Use of cruel and unusal frame sizes
Hi, I've been developing an application using CELT for some time and, for simplicity, have restricted frame sizes to powers of 2. During final testing I tested with a sound interface (the Phonic Firefly 302) whose ASIO drivers are very restictive in what they accept, and have about 6 allowable frame sizes < 512, a lot of which are odd numbers. However some are even numbered, so this should work. Unfortunately it doesn't and en exception is raised. Some investigation reveals the problem to be in the module kiss_fft.c, dur...
2020 Feb 11
0
[draft PATCH] whitelist support for refuse options
...rging something of this shape > before I put more work into it. > > My use case is setting up a restricted trust relationship by > allowing host A to ssh to host B with a forced command of > "rsync --server --daemon --config=/path/to/rsyncd.conf ." and > configuring the restictions in rsyncd.conf. I know what options > I want to use, it'd be nice to enforce that on the server side > without listing every other option in "refuse options".
2011 Aug 11
1
multiple levels of group permissions on some folders in a share
...o accomplish this, running samba 3.x on a debian system in share level mode (workgroup) have a shared folder for all the staff that they have permssions to by membership of being in the "staff" group, this share has about 40-50 subfolders. now they have an intern starting and want to restict that intern to 5 of those folders which they'll access from an XP machine I could create a new share for each folder, but if they decide to expand the list of allowed folders, that gets clunky. So I created a new share for the intern and symlinked the 5 subfolders which they can see just f...
2002 Dec 12
1
Windows boot-NTLDR not found?
Hello All, I am using NU2's BCD with the isolunix/memdisk add-on to create the cd. Floppy images work fine, however the bootsector (w2K et.al) doesn't. I get an NTLDR not found error. Not a problem, as the issue is that the bootsector needs to be in the root of the CD. Well if I do that then how do I spec that location properly in isolinux.cfg for the label tag? For example- this
2005 Nov 04
3
Compile failure current SVN
Current SVN compilation fails on Win32 (Intel C++ compiler 9.0): ..\..\libspeex\mdf.c(317): error: declaration may not appear after executable statement in block float adapt_rate; Just moved it up to the variable declaration block to solve it locally, but as it's not valid C, I thought I'd mention it ;) PS: With the same compiler, AGC fails horribly (Zlast goes to several
2008 Sep 11
3
ZFS Crypto [Prelim] Codereview
...; ------------------------------------------------------------------ usr/src/lib/libzfs/common/libzfs_crypto.c.html get_passphrase() DEA-6: typos for Retrieve and restrictions: 1105 /* Retreive the source value for the current keyscope */ 1353 * keysource changes have no restictions. DEA-7: hexadecimal is misspelled twice in this function (this is user-visible, not a comment): 176 gettext("Enter new hexadecmial key for"), 180 gettext("Enter hexadecmial key for"), zc->zc_name); DEA-8: Grammar:...
2004 Feb 16
1
RE: samba problem
Hi Alexander, The kind of firewall i have uses the basic iptables which came with the installation CDs of linux-SuSE. I installed SuSE 8.1 which has a firewall that has to be activated. But now, u know, i can't find the file containing the iptables so as to adjust the rules. When i try "iptables -L" in console mode i can see all the rules. I think i need to add some new rules
2002 Jul 18
3
[Bug 320] Cannot build 3.4p1
http://bugzilla.mindrot.org/show_bug.cgi?id=320 ------- Additional Comments From stevesk at pobox.com 2002-07-18 14:24 ------- i'm not sure. what does this show: $ grep HAVE___[Ff] config.h /* #undef HAVE___FUNCTION__ */ #define HAVE___func__ 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.