Displaying 3 results from an estimated 3 matches for "have_so_peercr".
Did you mean:
have_so_peercred
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,
2006 Sep 25
1
[PATCH] implementation of getpeereid() for Solaris
...H with
getpeerucred() in case that ucred.h and getpeerucred() are present. I then
generated new configure script via autoconf, configured and built on Solaris
and FreeBSD. It seems fine.
I changed regress/agent-getpeereid.sh to accept existence of
HAVE_GETPEERUCRED and added missing check for HAVE_SO_PEERCRED.
I also suggest this change:
< /dev/null ${SUDO} -S -u ${UNPRIV} ssh-add -l > /dev/null 2>&1
r=$?
- if [ $r -lt 2 ]; then
+ if [ $r -le 2 ]; then
fail "ssh-add did not fail for ${UNPRIV}: $r < 2"
fi
-> ie. to c...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...#define HAVE_SETREUID 1
#define HAVE_SETRLIMIT 1
#define HAVE_SETSID 1
#define HAVE_SETUTENT 1
#define HAVE_SETUTXENT 1
#define HAVE_SETVBUF 1
#define HAVE_SHADOW_H 1
#define HAVE_SIGACTION 1
#define HAVE_SIGVEC 1
#define HAVE_SIG_ATOMIC_T 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKETPAIR 1
#define HAVE_SO_PEERCRED
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
/* #undef HAVE_STRLCAT */
/* #undef HAVE_STRLCPY */
/* #undef HAVE_STRMODE */
/* #undef HAVE_STRNVIS */
#...