search for: legitimize

Displaying 20 results from an estimated 1497 matches for "legitimize".

Did you mean: legitimizes
2012 May 09
2
file path
Dear all, is there any function to assert whether a file path is legitimate, and to convert any potential file path to a legitimate file path? I automate a batch of files and write them to plain text files with cat(). The file argument of cat() is generated automatically which may contain characters such as ? < >, unacceptable in Windows OS. What I do at this moment is to strip such
2005 Jan 27
5
iax.cc / sixtel are they legitimate?
Does anyone have any experience with iax.cc/sixtel? Are they a legitimate company? From their website it looks like you can get a private incoming 800 number for 30 cents/month plus 2 cents/minute. Somehow that pricing seems a little cheap for a DID number. I assume there has to be some minimum usage or something. Any info as far as actual costs and/or voice quality would be appreciated.
2004 Apr 15
3
VOIP Spam
Hi, Some people have suggested maintaining black lists and white lists to avoid spammers and allow legitimate callers into the network. However, the problem with this method is that the spammer's IP address might change due to DHCP. Today a spammer might get aaa.bbb.ccc.ddd and lets say that I put this address in my blacklist. To my annoyance, tomorrow a legitimate caller might get
2013 Aug 22
2
legitimate use of :::
Hi, So now R CMD check starts to warn against :::, but I believe sometimes it is legitimate to use it when developing R packages. For example, I have some utils functions that are not exported but I want to share them across the packages that I maintain. I do not need to coordinate with other authors about these internal functions since I'm the only author and I know clearly what I'm
2005 Jun 01
1
Re: Obtaining Cisco Firmware painlessly and LEGITIMATELY?
I'm in the UK and have had terrible trouble getting the right contract. After looking on voip-info I set off looking for a vendor only to find that no-one sells the $9 contract. Cisco retracted that one :-( I asked for the equivalent and they said I needed a ?20 contract. I said fine but after 20 minutes or so got a call saying I couldn't have that one as it didn't give me access
2006 Oct 22
0
firewall dropping legitimate packets
I'm experiencing strange problem with my CentOS 4.4 based firewall. In short, it seems to drop packets during larger downloads (several MB in size and larger). Most of the time, the connection itself doesn't break, it is just halted for about a minute or so and that continues. Rather annoying. The problem seems to exist only when downloading content from particular servers. The
2010 Oct 28
3
SIP client floods port 5060 and gets blocked
Hello, Is there any reason why an IP-phone would pounder on port 5060 ? My firewall blocks the public IP because it thinks the remote IP is port scanning on port 5060. I think the phone is just registering but for some reason it does this repeatedly in a very short time. Oct 28 09:01:48 astserver kernel: Firewall: *UDP_IN Blocked* IN=eth0 OUT= MAC=00:00:00:00:00:00:00:00:00:00:00:00:00:00
2019 Jul 03
1
using RedHat binary packages?
On 03/07/2019 15:58, Valeri Galtsev wrote: > RHEL binary packages are only available to paid customers who are explicitly prohibited to redistribute them. For the sake of completeness, not everyone with legitimate access to RHEL binaries is necessarily a *paid* customer. Red Hat provides a free dev licence so anyone can legitimately access RHEL binaries (and source RPMs of course) for free,
2010 Jun 27
1
spamassassin needs updating?
The spamassassin on my server is 3.2.5 and is stock CentOS 5.x. I do apply updates regularly. Most of my legitimate contacts are either whitelisted or sorted into folders before spamassassin sees them, but I have noticed an increasing amount of legitimate mail marked as spam. One issue seems to be the FH_DATE_PAST_20XX rule. I was able to fix that via running sa-update as root per
2012 Feb 07
2
Multiple userdb possible?
Hello, I am running v2.0.13. In my dovecot.conf I have: userdb { args = /etc/dovecot/dovecot-usrdb-ldap.conf driver = ldap } passdb { args = /etc/dovecot/dovecot-passdb-ldap.conf driver = ldap } Is it legitimate to include multiple ldap userdb's, like: userdb { args = /etc/dovecot/dovecot-usrdb-ldap1.conf driver = ldap } passdb { args =
2009 Jan 05
3
Log File Reviewing
I need to review a logfile with Sed and cut out all the lines that start with a certain word, problem is this word begins after some amount of whitespace and unless I search for whitespace at the beginning followed by "word" I may encounter "word" somewhere legitimately hence why I don't just search for "word" only... Anyone know how to make sed accomplish this?
2004 Feb 06
3
column names in matrix vs. data frame in R 1.8
Is the difference in behavior below, introduced in 1.8, inconsistent or, at least, undesirable? I couldn't find this in the NEWS. On the one hand, > a <- matrix (1:4, nrow=2) > a <- data.frame (a) > names (a) <- c("break","next") > names (a) [1] "break" "next" On the other, > a <- matrix (1:4, nrow=2) > dimnames(a)
2011 Jan 18
1
Semi-Regular Time Series with Missing Values
Hi, I'm trying to make a ts object that has both NA values and a frequency other than 1 (so I can use stl). I've tried all permutations I can think of, but cannot get the desired (expected?) results. The values live in x and the corresponding semi-regular time stamps are in t: > library('zoo') > z = zoo(x, order.by=t, frequency=24) > zzr = as.zooreg(z, start=0) > zr
2019 Aug 05
2
synchronization problem between DC
Hi, I have noticed that there are problems synchronizing between DC Primary Samba 4 and DC Secondary Windows Server 2008. I have already fixed the issue with the ldbedit command and everything was fine. Over time inconsistencies occur between the DCs again, as shown below: samba-tool ldapcmp ldap://WIN-DC1 ldap://SAMBA4-DC -UAdministrator Password for [EMPRESA\Administrator]: Comparing:
2016 May 30
3
Loads and stores of unsized types?
This came up in D20764, this IR verifies today: %X = type opaque define void @f_0(%X* %ptr) { %t = load %X, %X* %ptr ret void } define void @f_1(%X %val, %X* %ptr) { store %X %val, %X* %ptr ret void } which I found surprising -- what does it mean to load / store values of unknown sizes? Passing it to llc fails an assertion. Are there legitimate cases where we'd want to generate
2019 Jun 05
4
@llvm.memcpy not honoring volatile?
On Wed, 5 Jun 2019 at 13:49, Eli Friedman via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I don’t see any particular reason to guarantee that a volatile memcpy will access each byte exactly once. How is that useful? I agree it's probably not that useful, but I think the non-duplicating property of volatile is ingrained strongly enough that viewing a memcpy as a single load and
2015 Dec 04
4
RFC: New function attribute HasInaccessibleState
>> In the case of user-defined allocation functions, the definitions for those functions are available >Are they? probably not unless you're in an LTO build. Yes, I'm assuming an LTO build. >Printf() is a very nasty one because it can actually affect a lot of state. The %n modifier can cause an argument to be written to. hence it would have HasInaccessibleState and ArgMemOnly
2007 Nov 11
2
using RSperl with "tree" package
Hello, I am trying to use the "tree" package in R with RSperl. I have generated a regression tree using the "tree" package in R and saved it in a file say "RegTree_2.Rdata" If I use the predict function from R command line, it works fine. However, I want to use it from within perl using RSperl. To do that, here is what I do, my $regTree =
2015 Feb 05
7
[LLVMdev] i1 Values
I've been debugging some strange happenings over here and I put an assert in APInt to catch what I think is the source of the problem: int64_t getSExtValue() const { // An i1 -1 is unrepresentable. assert(BitWidth != 1 && "Signed i1 value is not representable!"); To me an i1 -1 makes no sense whatsoever. It is not representable in twos-complement form. It cannot
2020 Feb 20
3
Test failure on ARM: backtrace_append
Hi, I am a packager in Guix and user of dovecot on an ARM server (armhf). The Guix package fails to build because of a test error (see the last lines of the full build log: https://ci.guix.gnu.org/log/f5if2qb5rsqag3a6jy5vga1l9hm9pkj0-dovecot-2.3.9.3). As the name suggests, this is dovecot 2.3.9.3, the latest version. Previous versions built fine, as well as the same version on x86 and x86_64.