Displaying 20 results from an estimated 80 matches for "imnsho".
2006 Aug 24
2
Restricting Services (POP or IMAP)
It would be great to have a HOWTO in the wiki, on how to restrict
services by username in dovecot, so some users are allowed IMAP
and others not allowed.
As concerns restricting users by IP, I believe that is a bad idea.
It's almost a useless idea, imnsho, because they can connect from
another IP.
It's easy to restrict services by IP using a firewall or by using
inetd.
-Wash
http://www.netmeister.org/news/learn2quote.html
DISCLAIMER: See http://www.wananchi.com/bms/terms.php
--
+==============================================================...
2006 Mar 15
2
Drive Designation
...c"
but on my system (due to no special smarts on my part that would be
"~/.wine/dosdevices/c:" instead. Why this difference? Are the ones who post
basing their operation on an older way of doing things? The ability to use "c:"
rather than "drive_c" seems nicer IMNSHO. FWIW, I'm using version 0.9.8. I have
had to skip 0.9.9 but look forward to 0.9.10(?).
--
Jim
2000 Feb 01
0
FEATURE REQ: safe % expansion via new syntax
...mand'
parameters implemented by a patch by Andy Bakun which allow
administrators to specify a command to be called when a file is opened
or closed.
Since those commands are run via smbrun() and, eventually, via /bin/sh,
any strings that may be passed in by users should be appropriately
quoted. IMNSHO.
The open/close command patch would allow me to set up shares for the
purpose of securely launching applications remotely without having to
deal with the horror of the 'magic script' parameter.
The 'magic script' parameter should be deprecated, IMNSHO, and Andy
Bakun's patch s...
2015 Sep 25
2
Dynamic VMA in Sanitizers for AArch64
...w if
>> everyone is in agreement, so we could get cracking.
>
> You mean you want a dynamic shadow offset on aarch64 as opposed to
> fixed kAArch64_ShadowOffset64 (1UL << 36) one?
> I think this is completely unnecessary, all you need to change is
> libsanitizer internals IMNSHO, all that is needed is to make runtime
> decisions during libasan initialization on the memory layout, and
> also (because 39 bit VMA is too slow), dynamic decision whether to use
> 32-bit or 64-bit allocator. See
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435
> for details....
2014 May 25
4
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...will rely on ldlinux.sys
being installed on the 0-64k range,
> > thus it can't exceed the limit, otherwise the superblock would be
corrupted.
Raphael/Paulo: does UFS2 have a hard 64kiB limit? I know it's not
installed to the first sector where the first superblock is located.
> IMNSHO is including core/ldlinux_limit.pl better
> than waiting for a better core/ldlinux_limit.pl
This should be rendered obsolete and unnecessary with the recent patch for
ldlinux.sys on btrfs (but might be relevant for UFS2).
--Gene
2008 Nov 11
2
wiki home page links
I just noticed that the home page links on wiki.centos.org dont actually
match the navigation on the top/bottom, is that by design ? it just
looks confusing
--
Karanbir Singh : http://www.karan.org/ : 2522219 at icq
2001 Feb 09
1
Bug in auth-options.c
Hi,
There's a nasty bug in auth-open.c that causes all options in a line
of authorized_keys to be applied to all subsequent lines without
options.
IMNSHO this clearly shows the evil of global variables, and using
extern whatever as a means of information sharing.
Cheers,
Han Holl
--- auth-options.c.orig Fri Feb 9 14:14:51 2001
+++ auth-options.c Fri Feb 9 14:18:43 2001
@@ -57,11 +57,12 @@
auth_parse_options(struct passwd *pw, char *options, u...
2008 Jun 25
2
Changing the symbolic link for /Centos/5
I do not know the command line for symbolic links. I created the
symbolic link of /Centos/5 to /Centos/5.1 in Nautilus which does not
have a method of changing a symbolic link. Only deleting it and
creating a new one.
Is there a command line to change /Centos/5 to link to /Centos/5.2 ?
IMNSHO, anyone that has more than 2 Centos boxes should maintain their
own local repo. Of course it only took me a few years until I got mine
up and running! Just had some challenges walking the talk :)
2008 Jun 16
1
[LLVMdev] [llvm-announce] llvm and simplescalar
It use to. alphasim (the validated alpha model based on simplescalar)
is better though. Also, since no one has needed to run simplescalar
experiments, the alpha backend has bitrotted some. The last version
that I know worked with most of spec was llvm 1.8 or so. You need to
get or write an elf64 loader and fix a couple instruction
implementations in simplescalar to get it to run linux binaries
2008 Jun 16
0
[LLVMdev] [llvm-announce] llvm and simplescalar
...ents, the alpha backend has bitrotted some. The last version
> that I know worked with most of spec was llvm 1.8 or so. You need to
> get or write an elf64 loader and fix a couple instruction
> implementations in simplescalar to get it to run linux binaries (I
> have both somewhere).
IMNSHO, don't use SimpleScalar. It's simulation model is WAY ourt of date.
Use M5 instead:
http://m5.eecs.umich.edu/wiki/index.php/Main_Page
-Dave
2014 Jan 04
1
Samba 4.1.7 AD DC - Local Administrator == Domain Administrator ?!?
...espite the fact the user is just logged-in locally. The W7 box
is domain member, however.
But: the 'LOCALPC/Administrator' is not a domain user and NEITHER in the 'Domain Users' NOR in the 'Domain
Administrators' group and is surely NOT entitled to have those superpowers, IMNSHO.
How come? Security bug? Or am I'm not aware of some arcane Windows behaviour?
Regards,
Peter
2007 Mar 10
4
Functions that cannot be traced by FBT under x86
Hi All:
In Solaris Dtrace User Guide, page 218, it says,
"Functions that do not create a stack frame on x86 systems cannot be
instrumented by FBT."
Then what are these functions?
What characteristics do they have?
Regards
TJ
2016 Jul 05
2
Suggestion to Stop Cross Posting Discussions
...community' suggestion is essentially the same thing as the ISO C++ 'all' list, and it has worked really well over the years and I'd definitely favour that approach.
>
> +11111
>
> I'm tired of all the stupid/bikeshed OT non-developer discussions that happen on what imnsho should be a *development ONLY* list.
I don't have a good suggestion to avoid the bikeshed discussion, but it is not off topic: git/svn is used by every active llvm developer on a day to day basis!
- Matthias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...
2014 May 27
2
[PATCH 1/1] core: Check if ldlinux.sys exceeds the limit at its building time.
...nstalled on the 0-64k range,
> > > thus it can't exceed the limit, otherwise the superblock would be
> corrupted.
>
> Raphael/Paulo: does UFS2 have a hard 64kiB limit? I know it's not
> installed to the first sector where the first superblock is located.
>
> > IMNSHO is including core/ldlinux_limit.pl better
> > than waiting for a better core/ldlinux_limit.pl
>
> This should be rendered obsolete and unnecessary with the recent patch for
> ldlinux.sys on btrfs (but might be relevant for UFS2).
>
> --Gene
Hi everyone, it's been a long ti...
2000 Nov 15
1
RODBC
...kage (also on CRAN) is much
more interesting : it allows direct access to PostgreSQL classes (tables) as R
objects, ensuring that any R access is done to up-to-date data.
Of course, OTOH, if you happen to trash your R data-access-objects, your
original data are gone for good. Caveat emptor ...
4) IMNSHO, the future lies somewhere in the (hypothetical) fusion of these two
package : direct access to ODBC objects would be perfect (and might seriously
alleviate problems due to the R static memory allocation model, which is an
EPITA ...).
Hope this helps,
Emmanuel Charpentier
--
Emmanuel Charpe...
2008 Jun 16
6
llvm and simplescalar
hello everyone,
I'm wondering whether llvm can work together with simplescalar. Would anyone
please give me some clarification? Thanks a lot!
2008 Jun 16
6
llvm and simplescalar
hello everyone,
I'm wondering whether llvm can work together with simplescalar. Would anyone
please give me some clarification? Thanks a lot!
2002 Oct 10
3
pks for openssh
I was directed to the following site by one of our customers regarding
a keyserver built into openssh. There's a patch for 3.4p1 on their
site, but the license isn't very clear, nor is it clear if they have
approached the openssh team regarding the inclusion of this subsystem
into openssh proper.
I've been asked to patch Mandrake's openssh with this feature, but I'm
2015 Feb 19
4
Bug#776094: dovecot-imapd: corrupts mailbox after trying to retrieve it (fwd)
On Sun, 15 Feb 2015, Timo Sirainen wrote:
> On 14 Feb 2015, at 16:23, Santiago Vila <sanvila at unex.es> wrote:
>
> > I wrote about this three weeks ago but got no answer. I'm going to
> > officially "forward" the Debian bug this time, with all the details.
> >
> > The test case is just 840 bytes long. Please give it a try.
[ Small correction:
2016 Apr 12
1
discussions around upstream documentation
...ot even have a pointer along "take with a grain a salt the information
from the upstream docs hosted at access.redhat.com" which still would be
more than nothing and would alleviate a bit ( or at least complement )
the need for the @docs trigger in #centos.
Before discussing tooling , IMNSHO we should focus on the actual content
that we want/need to publish and the method to create and deliver it.
Using publican, mkdocs or whatever method to generate web pages from
"something" should be the result of this discussion, not the preamble.