Displaying 20 results from an estimated 4000 matches similar to: "-I$(srcdir)/openbsd-compat removal can cause errors"
2001 Feb 08
1
openbsd-compat/vis.c fails to build (patch)
vis.c from the 20010208 snap fails to build under OpenBSD 2.8. apply the following in the openssh root to fix:
--- openbsd-compat/vis.c.old Thu Feb 8 09:21:18 2001
+++ openbsd-compat/vis.c Thu Feb 8 09:21:26 2001
@@ -35,9 +35,9 @@
static char rcsid[] = "$OpenBSD: vis.c,v 1.5 2000/07/19 15:25:13 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
-#ifndef HAVE_VIS
-
2001 Feb 16
1
OpenSSH 2.3.0p1 port to BSDI BSD/OS
BSD/OS 4.2 comes with OpenSSH 2.1.1p4, patched to support BSDI's
authentication library. However, BSDI's patches have several
problems:
1. They don't run the approval phase, so they can allow users to login
who aren't supposed to be able to.
2. They don't patch configure to automatically detect the BSDI auth
system, so they're not ready to use in a general portable
2001 Sep 20
2
vis.[ch]
Does anybody use openbsd-compat/vis.c? Not at the moment I think:
% find . -name '*.[ch]' -exec grep -l "vis *(" {} \;
./openbsd-compat/vis.c
./openbsd-compat/vis.h
% find . -name '*.[ch]' -exec grep -l VIS_ {} \;
./includes.h
./openbsd-compat/vis.c
./openbsd-compat/vis.h
The reason I ask is, AT&T's graphviz package includes a vis.h, and when I
try to compile
2000 Jan 07
2
problems with compiling on SPARC solaris 2.7
ssh won't compile on this platform
log:
gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\"
-DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c atomicio.c -o atomicio.o
In file included from config.h:294,
from bsd-misc.h:39,
from includes.h:91,
2018 Nov 19
2
[PATCH] openssl-compat: Test for OpenSSL_add_all_algorithms before using.
OpenSSL 1.1.0 has deprecated this function.
---
configure.ac | 1 +
openbsd-compat/openssl-compat.c | 2 ++
openbsd-compat/openssl-compat.h | 4 ++++
3 files changed, 7 insertions(+)
diff --git a/configure.ac b/configure.ac
index 3f7fe2cd..db2aade8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2710,6 +2710,7 @@ if test "x$openssl" = "xyes" ; then
])
2000 Jan 17
1
pre27 compilation fails on Sol7 box
Something strange happens when I compile the pre27 SSH:
ocal/ssh//include -DETCDIR=\"/usr/local/ssh//etc\" \
-DSSH_PROGRAM=\"/usr/local/ssh//bin/ssh\" \
-DSSH_ASKPASS_DEFAULT=\"/usr/local/ssh//libexec/ssh/ssh-askpass\" \
-DHAVE_CONFIG_H -c atomicio.c
In file included from includes.h:106,
from atomicio.c:26:
fake-socket.h:30: parse error before
2000 Jan 18
1
Error when compiling for Solaris7
I cannot make openssh on Solaris.
The 'make' fails on the first file.
Here are the commands and the output.
Essentially, I pre-built EGD, SSL, and ran:
configure
make
make errors are listed at the bottom.
Can anyone help me get this compiled on Solaris7?
Steve
sdn at sprintlabs.com
./configure --prefix=/common --sysconfdir=/etc/ssh
--with-egd-pool=/common/bin/egd.pl
loading cache
1999 Dec 30
1
more problems with solaris 7?
configure appears to be setting things right:
dragon:/var/src/openssh-1.2.1pre23> grep INTXX config.h
#define HAVE_INTXX_T 1
/* #undef HAVE_U_INTXX_T */
#define HAVE_UINTXX_T 1
Marc G. Fournier marc.fournier at acadiau.ca
Senior Systems Administrator Acadia University
"These are my opinions, which are not necessarily shared
2000 Jul 06
2
2.1.1p2 HP-UX 11 timing error
FYI in order to get 2.1.1p2 to work on my HP-UX 11.0 systems I had to patch
atomicio.c for EWOULDBLOCK (HP read() does not give the POSIX return code).
The new atomicio() is a clean fix for this timing problem; all it needs now
is this one little tweak.
Also had the "General Commercial Security" error (PAM_TERM_ERROR from
pam_acct_mgmt()) which I have very crudely addressed for now by
2007 Sep 18
2
poll.h vs sys/poll.h on QNX Neutrino
From the ChangeLog:
- dtucker at cvs.openbsd.org 2007/06/25 12:02:27
[atomicio.c]
Include <poll.h> like the man page says rather than <sys/poll.h>.
ok djm@
This was probably ill-advised given the
history of this header file. Some older
systems, and some not-quite-XSI-compliant
systems such as QNX Neutrino, still have
<sys/poll.h> but not <poll.h>.
I
2000 Oct 17
1
ssh-add broken for latest snapshots
Hi!
I had some fight with ssh-add this morning that I have now tracked down
to a change recently made.
I run "ssh-add < /dev/null" to launch (x11-)ssh-askpass from the CDE
startup. Unfortunately, no keys are added to ssh-agent!
Reason: Between 2.2.0p1 (ssh-add.c 1.20) and now (ssh-add 1.22) the input
reading from ssh-askpass was changed from read() to atomicio().
91c120
<
2015 Mar 03
2
openssh-SNAP-20150304 issues
Script started on Tue Mar 3 07:35:34 2015
doctor.nl2k.ab.ca//usr/source/openssh-SNAP-20150304$ make tests
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress
[ -d `pwd`/regress/unittests ] || mkdir -p `pwd`/regress/unittests
[ -d `pwd`/regress/unittests/test_helper ] || mkdir -p `pwd`/regress/unittests/test_helper
[ -d `pwd`/regress/unittests/sshbuf ] || mkdir -p `pwd`/regress/unittests/sshbuf
[ -d
2002 Mar 30
3
[Bug 111] sshd syslogs raw untrusted data
http://bugzilla.mindrot.org/show_bug.cgi?id=111
------- Additional Comments From stevesk at pobox.com 2002-03-31 05:13 -------
we should perhaps vis(3) wrap log calls.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2007 Oct 31
26
[Bug 1386] New: OpenSSH 4.7p1 compile error in atomicio.c under Tru64 4.0f
https://bugzilla.mindrot.org/show_bug.cgi?id=1386
Summary: OpenSSH 4.7p1 compile error in atomicio.c under Tru64
4.0f
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: Alpha
OS/Version: Tru64
Status: NEW
Severity: major
Priority: P2
Component: Build
2009 Mar 16
2
openssh 5.2p1 fails to build on IRIX 5.3
Hello,
I ran into a few problems when trying to build openssh 5.2p1 on IRIX 5.3.
First one is new to 5.2p1:
cc -I. -I. -I/usr/tgcware/include/openssl -I/usr/tgcware/include
-DSSHDIR=\"/usr/tgcware/etc/ssh\"
-D_PATH_SSH_PROGRAM=\"/usr/tgcware/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/tgcware/libexec/ssh-askpass\"
2009 Nov 30
3
Specifying sub-filters
Hello everyone.
I have been looking at the filtering on Mapstraction and realized that it does not allow for sub-filters.
I have modified the applyFilter function to accommodate sub filters.
for example if I wanted to filter all houses that are blue and green and also all warehouses irrespective of color
now I can use
map.addFilter(''Type'', ''eq'', { pFilter:
2006 Apr 11
1
error in which(): recursive default argument reference
Dear useRs,
I have written a very simple function to compute some probabilities
on words (function is below). The function includes a which()
statement applied to a vector of characters (word.split): sapply
(word.split, function(x) which(letters==x)). This statement worked
as expected when used outside the global function :
> word <- "hello"
> (word.split <-
2000 Dec 07
2
sunos 4.1.4 Makefile and regex.[ch] fix
Hi,
At the office, there is an old ss5 box running sunos 4.1.4.
I have configured openssh using gcc on this machine.
In doing so, I found a few compilation and configuration problems.
1. Compilation Problem.
SunOS 4.1.4 doesn't have regex.h header nor the entry points regex.c
is supposed to offer.
Solution.
Copy regex.c and regex.h from, say, GNU awk distribution to
the openssh directory
2013 Feb 13
2
Need Help Plotting "Line" for multiple linear regression
Hello,
My name is Craig and I need help plotting a "line" for a multiple linear
regression in R.
Here is my sample data (filename: convis.txt)
Output of convis.txt is (vis and density being predictors of either
avoidance or entrance):
vis den avoid entrance
1 10 1 0.0000 0.0000
2 10 3 0.8750 0.0000
3 8 3 0.8180 0.0300
4 8 3 0.6670 0.0667
5 8 1
2010 Dec 30
1
Auto-Removal of Straggling File locks due to Ungraceful Client Disconnects
Hi all,
This question has come up many times before in a number of guises.
But I do not believe that it has ever been answered satisfactorily.
This may well reflect fundamental difficulties in the CIFS protocol
However, recent incarnations of Windows Server seem to handle the problem
better
possibly due to tweaks in the underlying TCP/IP stack vis-a-vis Linux.
At the end of the day, a