Displaying 20 results from an estimated 500 matches similar to: "[PATCH] implementation of getpeereid() for Solaris"
2007 Feb 19
2
[Bug 1287] Use getpeerucred on Solaris
http://bugzilla.mindrot.org/show_bug.cgi?id=1287
Summary: Use getpeerucred on Solaris
Product: Portable OpenSSH
Version: v4.5p1
Platform: All
URL: http://marc.theaimsgroup.com/?l=openssh-unix-
dev&m=115919880516907&w=2
OS/Version: Solaris
Status: NEW
Severity: normal
2018 Aug 17
3
Call for testing: OpenSSH 7.8
On SPARC Solaris 10, using Solaris' native OpenSSL and Solaris
Studio 12.2, I got the following errors:
run test agent-getpeereid.sh ...
ssh-add did not fail for nobody: 1 < 2
failed disallow agent attach from other uid
gmake[1]: *** [t-exec] Error 1
gmake[1]: Leaving directory
`/scratch/wieland/src/openssh/openssh-SNAP-20180817/regress'
gmake: *** [tests] Error 2
--
Jeff Wieland,
2007 May 09
1
[Bug 1287] Use getpeerucred on Solaris
http://bugzilla.mindrot.org/show_bug.cgi?id=1287
bugzilla-openssh at thewrittenword.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Comment #2 from bugzilla-openssh at
2003 Jun 20
0
[PATCH] Regression test portabilization.
Hi All.
Attached is a patch (against OpenSSH Portable -current) to portablize the
regression tests. It will also apply to OpenBSD's (with a couple of
rejects). They are based on work by Roumen Petrov and myself, with
contributions from Corinna Vinschen and David M Williams.
My goal is to have the tests work out of the box on as many of our
supported platforms as possible so running the
2007 Oct 18
0
[PATCH] Use credentials and permissions on control socket where available
There are at least three cases:
* Linux: check credentials and pid from client;
restrict permissions from server
* BSD: check credentials only from client; restrict permissions from server
* Solaris: wide open
---
configure.in | 4 ++--
src/control.c | 11 ++++++++++-
src/control_common.h | 1 +
src/tincctl.c | 38 ++++++++++++++++++++++++++++++++++----
4
2005 Feb 25
1
ssh client Symbol getpeereid (number 34) is not exported from dependent module /usr/lib/libc.a(shr.o).
Hello
I've Compiled openssh 3.9.p1 on AIX 5.2:
<source Dir>/contrib/findssl.sh
Searching for OpenSSL header files.
0x009060dfL /opt/freeware/include/openssl/opensslv.h
Searching for OpenSSL shared library files.
Searching for OpenSSL static library files.
0x009060dfL /opt/freeware/lib/libcrypto.a
0x009060dfL /opt/freeware/64/lib/libcrypto.a
0x009060dfL /usr/local/lib/libcrypto.a
2005 Feb 23
1
getpeereid
Hi,
I've just implemented getpeereid in Cygwin and I found that there's
something I don't understand.
In ssh-agent.c and in clientloop.c, getpeereid is used to ask for the
effective uid of the peer side of the connected socket. So far so good,
but why does the test look like this:
if ((euid != 0) && (getuid() != euid))
? Is there any good reason why root should be able
2016 Dec 27
2
[Bug 2654] New: regress/agent-getpeereid.sh uses wrong ssh-add program
https://bugzilla.mindrot.org/show_bug.cgi?id=2654
Bug ID: 2654
Summary: regress/agent-getpeereid.sh uses wrong ssh-add program
Product: Portable OpenSSH
Version: 7.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Regression tests
2005 Feb 25
0
Openssh AIX 5.2 Symbol getpeereid (number 34) is not exported
Hello
I've compiled OpenSSH 3.9p1 on AIX
<source Dir>/contrib/findssl.sh
Searching for OpenSSL header files.
0x009060dfL /opt/freeware/include/openssl/opensslv.h
Searching for OpenSSL shared library files.
Searching for OpenSSL static library files.
0x009060dfL /opt/freeware/lib/libcrypto.a
0x009060dfL /opt/freeware/64/lib/libcrypto.a
0x009060dfL /usr/local/lib/libcrypto.a
2010 Jan 22
1
libvirtd remote access
Hi,
I can''t seem to get libvirtd to accept remote connections. Both systems are built using genunix''s b130.
It seems that connections originating from the xvm0 server itself are fine but as soon as I go on to the other box and run the same python script (or simply virsh) the connection gets dropped immediately. Telnetting to port 16509 confirms that it drops the connection
2013 Feb 15
2
getpgrp
These days, sshd.c has:
static void
grace_alarm_handler(int sig)
{
...
if (getpgid(0) == getpid()) {
signal(SIGTERM, SIG_IGN);
killpg(0, SIGTERM);
}
sigdie(...);
}
however (really) old BSDs do not have getpgid(). They do have
getpgrp(), which does what we want here. The question is what to do if
we have neither: return the pid (and thus
2003 Sep 26
0
3.7.1p1 (possibly p2, too): two small compilation nits on RedHats
(These are compiling the .src.rpm from
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/rpm/SRPMS/openssh-3.7.1p1-1.src.rpm)
1) On Red Hat 7.3, with gcc-3.2 with the SSP patch
(http://www.research.ibm.com/trl/projects/security/ssp/),
rpm --rebuild --define "static_libcrypto 1" openssh-3.7.1p1-1.src.rpm
- I needed to add -ldl to the linker flags before it linked.
2)
2007 Sep 05
0
Announce: OpenSSH 4.7 released
OpenSSH 4.7 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches,
2007 Sep 05
0
Announce: OpenSSH 4.7 released
OpenSSH 4.7 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0
implementation and includes sftp client and server support.
Once again, we would like to thank the OpenSSH community for their
continued support of the project, especially those who contributed
code or patches,
2012 Mar 23
1
Problems with upgrade 2.0.16 -> 2.1.3
I ran into two issues trying to upgrade our dovecot installation (Solaris 10).
1) Does not compile with OpenSSL 0.9.7
Not a big deal, as I was able to successfully against OpenSSL 0.9.8,
but does dovecot require OpenSSL >= 0.9.8 now?
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test -std=gnu99 -O3 -fomit-frame-pointer -mcpu=ultrasparc -Wall -W
2020 May 19
3
Detecting forwarded agent connections
I know this is pretty left-field, but I'm working on a custom ssh-agent
implementation and looking at ways to detect forwarded agent
connections, with the hope to have a "confirm" mode which can apply just
to those (or those, plus non-whitelisted local processes).
I realise this has been discussed a bit before, but I have thought up a
method which seems to be working in my tests
2005 Feb 25
0
Antwort: Re: ssh client Symbol getpeereid (number 34) is not exported from dependent module /usr/lib/libc.a(shr.o).
Hi Darren
Thanks for your fast reply
thats the rease wy it doesn't work....
I have ML4 on my Developement Machine and ML3 on the Quality System...;->
Thanks from Switzerland
2012 Oct 09
3
make install errors in openssh(when openpam is to be integrated with openssh)
Hi,
I want to integrate openpam with openssh in our server (which uses QNX632
operating system). I am facing some problems in the "make install" part of
openssh. Following are the steps I followed to build zlib, openssl, openpam
and openssh.
*NOTE*: Since I want the sshd and ssh binaries in my server(using QNX), I
had to cross compile the packages for QNX (environment was set to x86)
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
I am having trouble figuring out how to build openssh-5.8p1 for QNX 6.5. I am trying to build on linux, cross-compiling for armv7.
If I configure like this:
configure CC=ntoarmv7-gcc --host=i686-pc-linux-gnu --target=arm-unknown-nto-qnx6.5.0
then I get these errors:
sshconnect.o: In function `timeout_connect':
sshconnect.c:(.text+0x778): undefined reference to
2002 Oct 25
2
[Bug 421] compile error on Debian slink
http://bugzilla.mindrot.org/show_bug.cgi?id=421
------- Additional Comments From mouring at eviladmin.org 2002-10-25 14:03 -------
[.. Important part from URL..]
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -
I/usr/local/ssl/include
-DHAVE_CONFIG_H -c bsd-getpeereid.c
bsd-getpeereid.c: In function `getpeereid':
bsd-getpeereid.c:35: storage size of `cred'