Displaying 20 results from an estimated 3984 matches for "openbsd".
2000 May 09
1
2.9: remote port forwarding doesn't work
Hello,
I'm running OpenBSD 2.9 (-rOPENBSD_2_9) on i386. Remote port forwarding
doesn't work. Attached are 2 logs of
ssh -v -R2828:localhost:22 localhost
and
sshd -p 2222 -d
Note that server tries to forward to
Connection to port 2828 forwarding to 0.0.0.0 port 0 requested.
instead of localhost port 22 as it should.
wh...
2001 Jul 04
0
Sneek peak at what was commited.
For those following the portable CVS tree.. I'd suggest holding off for a
day or so unless you really want to get dirty. I just commited 32 patches
from the OpenBSD tree, but have not worked out all the issues (due to
Linux brain damage <sigh..Faster OpenBSD gets SMP..the happer I'll be>).
The two things that need to be finished integrated in the configure.in is
KRB5 and Cryptocard stuff.
I will not assure it will compile on any platform in its'...
2002 Feb 14
0
[Patch] Changes to openbsd.html
'ello Markus/folks@,
I downloaded 3.0.2 today and went and looked at openbsd.html and
found some errors. Patch attached.
Patch for http://www.openssh.com/openbsd.html
Hope that helps,
Rgds
--
Kevin Sindhu <kevin at tgivan dot com>
Systems Engineer
TGI Technologies Inc.
107 E 3rd Avenue Tel: (604) 872-6676 Ext 321
Vancouver V5T 1C7 Fax...
2000 Sep 16
15
Snapshot
....com>
- (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
Patch from Larry Jones <larry.jones at sdrc.com>
- (djm) Add Steve VanDevender's <stevev at darkwing.uoregon.edu> PAM
password change patch.
- (djm) Bring licenses on my stuff in line with OpenBSD's
- (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
Kevin Steves <stevesk at sweden.hp.com>
- (djm) Shadow expiry check fix from Pavel Troller <patrol at omni.sinus.cz>
- (djm) Re-enable int64_t types - we need them for sftp
- (djm) Use libexecdir from...
2015 Jun 06
4
[Bug 2412] New: make tests does not PASS all tests with SNAP openssh-SNAP-20150607.tar.gz
...ty: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: aixtools at gmail.com
tail:
ssh connect with protocol 1 failed
ssh connect with protocol 2 failed
failed simple connect
make[1]: *** [t-exec] Error 1
make[1]: Leaving directory
`/data/prj/openbsd/openssh/snap/openssh/regress'
make: *** [tests] Error 2
Full detail follows:
This is a reinstalled 'build' server, so the ssh conf directory is
empty - actually - it does not even exist - so there are many warnings
about files not being available. Maybe doing a 'make install' a...
2012 Jan 19
3
RFC PATCH: bring OpenBSD stdarg in line with FreeBSD one
Having an absolute path in a #include confuses distcc''s pump mode.
Since AFAICS OpenBSD''s stdarg handling uses the builtins, I think we
should just treat it like we do NetBSD.
I don''t have an OpenBSD box to test on, though. :( Any OpenBSD
enthusiasts care to comment?
Tim.
diff --git a/xen/include/xen/stdarg.h b/xen/include/xen/stdarg.h
index 57e2c0e..cb870ac 1006...
2018 Apr 24
2
AIX make checks issue
...cuse the length of the post - if you prefer attached files -
for the future, will do that in the future.
Went through the following steps:
a) copy src and do in-tree build
b) run the command (without having rerun make checks - in case there are
hiddne dependancies!)
root at x066:[/home/aixtools/openbsd/openssh-7.7p1]sh -x
/home/aixtools/openbsd/openssh-7.7p1/ssh-log-wrapper.sh -A -F
/home/aixtools/openbsd/openssh-7.7p1/ssh_proxy somehost ssh-add -l
+ exec ssh -E/home/aixtools/openbsd/openssh-7.7p1/ssh.log -A -F
/home/aixtools/openbsd/openssh-7.7p1/ssh_proxy somehost ssh-add -l
Question: can t...
2002 Dec 26
1
tftp-hpa backport to openbsd tftpd
Hi
I'm working on an update of the openbsd tftpd, mainly to support RFC
2349 (tsize option; and 2347-2348 too). In fact, i backport from
tftp-hpa (which came from an old openbsd cvs).
I know, i can use tftp-hpa but first it doesn't compile on openbsd,
second, i hope the backport could be include in openbsd cvs ...
does someone know a t...
2018 Apr 23
2
build-issue on AIX with openssh-7.7p1 - easy correction! included
On 23 April 2018 at 19:49, Michael Felt <michael at felt.demon.nl> wrote:
[...]
> run test agent.sh ...
[...]
> Question: I have not dug into the tests yet. Will copy to a "local"
> directory, and not build out of tree and see if that fixes it (as it does
> for many other packages). However, just in case it does not - how can I
> fast-forward the tests to the
2004 Apr 05
4
memdisk : booting OpenBSD and NetBSD
hi there.
I'm trying to boot several OSes floppy images from a cdrom via memdisk.
Actually, Linux and FreeBSD boots fine, but, while i'm using the same method,
I couldn't get into booting netbsd nor openbsd.
The boot process seems to hang up, in those two cases, when the second stage
native bootloader try to load the kernel (i'm not absolutely sure about this).
The native first stage bootloader works fine in both case.
So I supect a bug in memdisk (well, something that makes it differs from a bi...
2018 Oct 22
2
[PATCH] openssl-compat: Add version compatibility for SSLeay and friends
Building OpenSSH without deprecated APIs compiled causes it to fail.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
openbsd-compat/openssl-compat.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/openbsd-compat/openssl-compat.h b/openbsd-compat/openssl-compat.h
index 9e0264c0..b4f0908f 100644
--- a/openbsd-compat/openssl-compat.h
+++ b/openbsd-compat/openssl-compat.h
@@ -87,6 +87,13 @@ void ssh_aes_ctr_iv(EVP...
2001 Mar 23
1
-I$(srcdir)/openbsd-compat removal can cause errors
.../local/ssl/include -DETCDIR=\"/usr/local/etc\"
-D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\"
-D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\"
-D_PATH_SFTP_SERVER=\"/usr/local/libexec/sftp-server\" -DHAVE_CONFIG_H -c
atomicio.c
In file included from openbsd-compat/openbsd-compat.h:24,
from includes.h:102,
from atomicio.c:26:
openbsd-compat/vis.h:31: conflicting types for `vis'
/usr/local/include/vis.h:45: previous declaration of `vis'
make: *** [atomicio.o] Error 1
It turns out that the graphviz suite (instal...
2000 Aug 23
14
Test snapshot
I have just tarred up a snapshot and uploaded it to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000823.tar.gz
The snapshot incorporates the last month's fixes and enhancements from
the openssh-unix-dev mailing list and from the OpenBSD developers.
In particular:
- ssh-agent and ssh-add now handle DSA keys. NB. this does not interop
with ssh.com's ssh-agent. (Markus Friedl)
- Fix crashes when sshd is run out of inetd
- More fixes for SunOS4 and NeXT (Nate Itkin and Charles Levert)
- Add Solaris package support in cont...
2009 Jan 07
2
OpenBSD TFTPD remap rules
Hi!
I am using OpenBSD 4.4 with the build-in TFTP-Daemon for PXE.
Distributing OpenBSD works fine.
Now I want to distribute OpenBSD and WinPE. I've installed
PXELinux 3.72 and configured it. Works also fine for PXELinux and
distributing OpenBSD.
To distribute WinPE I need a remap rule (\ -> /) for the TFTP-Daemo...
2009 Sep 20
3
OpenBSD guest QEMU
Hi,
I''m running OpenBSD 4.5 as HVM guest. Here is part of my .cfg file:
kernel = ''/usr/lib/xen-3.2-1/boot/hvmloader''
device_model = ''/usr/lib64/xen-3.2-1/bin/qemu-dm''
builder = ''hvm''
It is running fine with vnc, but when I ssh to openbsd, and I type cat, vi,
etc. it f...
2006 Nov 23
2
Mongrel + Apache 1.3 + OpenBSD
Hello,
I want to install a mongrel rails server with an apache in fronthead,
all that on OpenBSD. But OpenBSD is released with a homemade Apache
1.3.29 patched by the OpenBSD team. I really want to keep this version
of apache and I don''t want to change it to Apache 2.x (because of the
security and the license but it''s not the point here). But for having
mongrel, it has to be...
2002 Jun 13
1
[2.PATCH]: Eliminate typo in bsd-misc.*
Hi,
the following patch eliminates a typo in bsd-misc.* which disallows
building for Cygwin.
Corinna
Index: openbsd-compat/bsd-misc.c
===================================================================
RCS file: /cvs/openssh_cvs/openbsd-compat/bsd-misc.c,v
retrieving revision 1.7
diff -u -p -r1.7 bsd-misc.c
--- openbsd-compat/bsd-misc.c 12 Jun 2002 16:57:15 -0000 1.7
+++ openbsd-compat/bsd-misc.c 13 Jun 2002 20:...
2002 Aug 01
4
openssh-3.4p1.tar.gz on ftp.openbsd.org changing rather than frozen
I have seen that file
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.4p1.tar.gz
is continuosly changing.
This seems strange to me as I expected it should be a 'frozen' file;
The signature and diff file are still dated Jun 26.
I am wondering whether this is intentional.
Best regards,
Wojtek
2003 Sep 16
4
openbsd-compat/inet_ntoa.h missing from 3.7p1?
...o be used only for c99 mode
compilations
#error This header file is to be used only for c99 mode compilations
^
cc-1005 cc: ERROR File = inet_ntoa.c, Line = 46
The source file "inet_ntoa.h" is unavailable.
#include "inet_ntoa.h"
^
Is openbsd-compat/inet_ntoa.h missing or is openbsd-compat/inet_ntoa.c
wrong?
--
albert chin (china at thewrittenword.com)
2009 Oct 19
1
Problems compiling against OpenSSL-0.9.8k
Hello,
after upgrading the OpenSSL version from 0.9.7j to 0.9.8k which I used
to compile OpenSSH-5.2, I get conflicting type definitions for authfile.c:
../openssl/include/openssl/sha.h:138: error: conflicting types for
'SHA256_CTX'
openbsd-compat/sha2.h:66: error: previous declaration of 'SHA256_CTX'
was here
../openssl/include/openssl/sha.h:145: error: conflicting types for
'SHA256_Init'
openbsd-compat/sha2.h:77: error: previous declaration of 'SHA256_Init'
was here
../openssl/include/openssl/sha.h:145: error...