Displaying 20 results from an estimated 400 matches similar to: "MAP_ANON replacement?"
2001 Sep 28
2
openssh-2.9p2, auth2.c
Even with option "HostbasedUsesNameFromPacketOnly yes", the trailing
dot in chost should be stripped before auth_rhosts2() is called from
hostbased_key_allowed().
Hans Werner Strube strube at physik3.gwdg.de
Drittes Physikalisches Institut, Univ. Goettingen
Buergerstr. 42-44, D-37073 Goettingen, Germany
Suggested change:
*** auth2.c.ORI Wed Apr 25 14:44:15 2001
---
2001 Sep 28
3
openssh-2.9p2, short hostnames
For systems where the local hostname is obtained as a short name without
domain, there should be a ssh_config option "DefaultDomain" as in ssh-3.x
from ssh.com.
For the server, there might be a corresponding option in order to strip
the domain name from the remote client name (if it matches the server's
DefaultDomain) for use in auth_rhost2, since netgroups usually contain
short
2002 Jun 25
3
3.3p1 patch for Solaris 2.6
here's a patch to 3.3p1 for Solaris 2.6 - it does not handle
mmap() with fd = -1. does it look okay?
itojun
--- work.i386/openssh-3.3p1/servconf.c- Tue Jun 25 23:43:22 2002
+++ work.i386/openssh-3.3p1/servconf.c Tue Jun 25 23:43:33 2002
@@ -257,7 +257,7 @@
if (use_privsep == -1)
use_privsep = 1;
-#if !defined(HAVE_MMAP) || !defined(MAP_ANON)
+#if !defined(HAVE_MMAP)
if
2002 Jun 25
2
Linux 2.2 + borken mmap() round 1
The following is just a simple 'if ANON|SHARE is broken, disable
compression'. We don't have time for fancy stuff until we have time for
long term testing.
I have one friend of mine testing this. Can I get a few other people to
test. This is against --current, but maybe work against 3.3p1. Unsure.
BTW.. those on NeXT platform (if you have autoreconf) should also test
this. this
2001 Apr 14
2
Problems With Starcraft
Well heres the story.. I decided to install the newest version of wine (20010326
I believe) I am running wine on a linux partition, and have configured
everything according to the various HOWTOS and FAQ's and other pieces of
Documentation I have read. Starcraft & Starcraft Broodwar installed with no
incident whatsoever. There is one problem however, when I try and install the
patch to
2004 Sep 16
1
[LLVMdev] Patch to lib/System/Interix
Hi
Interix does not know MAP_ANON or -NOCORE only MAP_SHARED, -PRIVATE and
-FIXED.
Henrik
_________________________________________________________________
F� alle de nye og sjove ikoner med MSN Messenger http://messenger.msn.dk/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Memory.cpp.zip
Type: application/x-zip-compressed
Size: 495 bytes
Desc: not
2002 Jun 24
4
README.privsep
Hi,
This is included in the release now; any feedback?
Privilege separation, or privsep, is method in OpenSSH by which
operations that require root privilege are performed by a separate
privileged monitor process. Its purpose is to prevent privilege
escalation by containing corruption to an unprivileged process.
More information is available at:
2003 Oct 23
1
pam_smbpass on Solaris box
Hello
I decided to test password migration (on Solaris 8 box with SUNWspro C) and built samba with pam_smbpass module :
CC=cc ./configure --prefix=/opt/local/samba --with-acl-support --with-pam --with-pam_smbpass
Then installed bin/pam_smbpass.so in /usr/lib/security :
# ls -al /usr/lib/security/pam_smbpass.so
-rwxr-xr-x 1 root sys 2091380 Oct 23 11:01
2008 Sep 23
1
WG: Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Claus-Juergen
Neumann/BASF-AG/B
ASF An
r-help at r-project.org
23.09.2008 12:49 Kopie
2007 Feb 14
3
severe performance problem (mail cache related?)
Hi all, we're having a bad day with email :)
I have a user who was complaining of poor performance today when
opening mailboxes. Total time to open the box was about 1 minute.
Upon truss'ing the imap process during an open, I saw the trace quoted
below at the end of the email.
As you can see, for each "FETCH" line of response, we were seeing
dovecot do a ton of work-- mmaping
2008 Sep 23
1
Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Dear "R"-Team,
we had some problem to install R-2.7.2 on HP-UX 11.11 on PA-Risc platform.
1.) i load down the Software and made a extract of the tar-file in a
specific Directory.
2.) i follow the instructions on the INSTALL file:
./configure
3.) during "configure" we got a error message see below:
checking for history_truncate_file... no
configure: error:
2010 Jul 21
3
smbd -D hangs
I'm testing both sunfreeware and official sun (sfw) samba on Solaris
10. For some reason since yesterday, the smbd process just "hangs" at
the start.
No log is generated on server side
Where smbd is started, I can't find any open port on 139 or 145
My OS is Solaris 10
# uname -a
SunOS labo2 5.10 Generic_142900-13 sun4v sparc SUNW,SPARC-Enterprise-T5120
#
2007 Jul 10
0
[LLVMdev] Accounting for stack space
On Jul 10, 2007, at 15:39, Chris Lattner wrote:
> On Tue, 10 Jul 2007, Sandro Magi wrote:
>
>>> used. Your choices are to either override malloc/free for both
>>> the JIT and the program or for neither of them.
>>
>> I want to 'intercept' ALL allocations actually, including the
>> stack if possible, so the above suits me just fine.
>
>
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
This means we no longer waste an extra file descriptor per
worker process in the master. Now there''s no need to set a
higher file descriptor limit for systems running >= 1024
workers.
---
I just pushed this out to git://bogomips.org/unicorn.git and it''ll
be in Unicorn 4.x.
The subset of raindrops used by Unicorn should work on all machines
with mmap(2) +
2002 Jul 27
1
Patch to OpenSSH-3.4p1/monitor_mm.c for Linux 2.0
I had to modify the file monitor_mm.c to get the privledge separation to
work for Linux 2.0.36 (and above) and am passing on the patch to you; if
there is a better place to send this, please let me know. I've included a
new #define (USE_MMAP_DEV_ZERO) to select this patch, but am not including
the patch to config.h---if there's a better name for it, please, by all
means, change it.
2004 Sep 16
1
[LLVMdev] Patch to lib/System/Interix
>From: Reid Spencer <reid at x10sys.com>
>Date: Thu, 16 Sep 2004 13:26:09 -0700
>
>Okay, so the question is, how do you do the equivalent of a MAP_ANON
>allocation on Interix. We don't want to map a file here. We're just asking
>for virtual memory (unbacked by swap or file) to be allocated to the
>process. Is there a way to do that on Interix? The
2001 Oct 24
3
Inconsistent server/client configuration
It appears somewhat inconsistent to me that parameter HostKey is configurable
on the server side but fixed on the client side.
On the client, always _PATH_HOST_KEY_FILE, _PATH_HOST_DSA_KEY_FILE,
_PATH_HOST_RSA_KEY_FILE are used (in this order), whereas on the server,
the paths can be specified by up to three HostKey options as arbitrary names
in arbitrary sequence.
Similarly, option
2003 Jun 17
2
[LLVMdev] Re: Autoconf
> However, mmap() does provide some other small potential issues:
>
> 1) The mmap() function may not exist on all Unices, or it may work
> differently on various versions of them.
Definitely. We use mmap for a couple of different things.
1a) In lib/Bytecode/Reader we use mmap to read in bytecode files and archives.
Certainly it would be trivial to rework this to fall back on
2002 Jun 25
1
[Bug 259] UsePrivilegeSeparation crashed sshd under Linux 2.2
http://bugzilla.mindrot.org/show_bug.cgi?id=259
------- Additional Comments From Al.Smith at gold.net 2002-06-25 18:09 -------
Linux 2.2 defines MAP_ANON in <bits/mman.h>, however it can seen in
/usr/src/linux/mm/mmap.c (lines 200 onwards) that if MAP_ANON is used
then the system call will return -EINVAL.
The following is a quick hack to get openssh to compile on linux 2.2:
diff -ur
2006 Jan 26
0
smbclient failure
I am still unable to get the following command to work correctly. The
x's replace the correct entry obviously.
smbclient -Lboss -Uxxxxxx%xxxxxxxx
I decided to run the command as root preceeded by 'truss' so I could
generate a debug output.
This is the output from the command without 'truss'
Domain=[BOSS] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename