Displaying 20 results from an estimated 8000 matches similar to: "strtok_r() HP-UX"
2000 Sep 16
15
Snapshot
Quite a few changes here, please test.
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000916.tar.gz
-d
20000916
- (djm) New SuSE spec from Corinna Vinschen <corinna at vinschen.de>
- (djm) Update CygWin support from Corinna Vinschen <vinschen at cygnus.com>
- (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
Patch from Larry Jones <larry.jones at
2000 Sep 05
1
HP-UX contrib files
Attached is a small tar archive with a start of a contrib/hpux/
directory. Right now it has a startup/shutdown script.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hpux.tar
Type: application/octet-stream
Size: 10240 bytes
Desc:
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20000905/42c23a97/attachment.obj
2000 Sep 08
4
PATCH: HPUX trusted system password checking
Dear developers,
The HPUX 10.20 trusted system hack doesn't work yet as intended.
I have adapted the auth-passwd.c file to make it work.
Please find a context diff file attached to this file. This diff is
against the latest OpenSSH 2.2.0p1 released Sept 2, 2000.
Also on HPUX 10.20, xauth is not found at the standard location.
Perhaps this standard location could be changed automagically
2000 Sep 05
2
sftp-server and latest snapshot
Needed to do the following to get sftp-server to compile on HP-UX 11.
Not sure what the right "portable" fix might be. Also, should
sftp-server really be installed in prefix/libexec/ssh/ or just
prefix/libexec/?
--- defines.h~ Tue Sep 5 07:13:07 2000
+++ defines.h Tue Sep 5 14:36:24 2000
@@ -143,9 +143,7 @@
typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t
2000 Sep 20
1
password aging and account lock checks
I'm looking at the password aging and account lock checks in
auth.c:allowed_user(), and specifically their behaviour on
HP-UX.
First, should this code be ifdef'd away if we're using PAM?
Next:
/* Check account expiry */
if ((spw->sp_expire > 0) && (days > spw->sp_expire))
return 0;
If I lock an account by entering too many incorrect passwords,
sp_expire
2001 Sep 12
3
lastlog with hp-ux 10.20
i haven't heard of problems with configure/lastlog on 10.20. i'll copy
the development list as there are folks there who use 10.20.
On Thu, 6 Sep 2001, Jesse Caldwell wrote:
:one last problem with openssh -- building openssh on HPUX 10.20 fails
:on loginrec.c (i don't have the errors handy but i would be more than
:happy to recreate them). i get the same error with 2.9p2 and 9/6/2001
2000 Jul 03
2
2.1.1p2 HP-UX 11 PAM General Commerical Security error
Trying 2.1.1p2 on HP-UX 11 (trusted system) I get:
Jul 3 14:24:53 robinson sshd[1236]: debug: Encryption type: 3des
Jul 3 14:24:53 robinson sshd[1236]: debug: Received session key; encryption turned on.
Jul 3 14:24:53 robinson sshd[1236]: debug: Installing crc compensation attack detector.
Jul 3 14:24:53 robinson sshd[1236]: debug: Starting up PAM with username "stevesk"
Jul 3
2000 Mar 14
1
Problems compiling 1.2.2 on HP-UX 10.20
Hi,
I'm trying to compile OpenSSH-1.2.2 on HP-UX 10.20 but
immediately fall into the problem pit..
I've got gcc v2.8.1 and the first error is something
like:
defines.h:93: parse error before `u_int64_t`
I got around this by uncommenting (guessing) line 118
in config.h:
#define HAVE_UINTXX_T 1
But then I got another error when trying to compile
sshd.c, I get an error message like:
2001 Mar 14
3
OpenSSH 2.3.0p1: HP-UX 11.00 64-bit
I have encountered a problem with using OpenSSH 2.3.0p1 on 64-bit HP-UX
11.00 systems. This bug does not exhibit itself on any 32-bit HP-UX
11.00 or HP-UX 10.20 systems that I have built 2.3.0p1 on. OpenSSH
2.3.0p1 was built with HPs ANSI C compiler with OpenSSL 0.9.6 and zlib
1.1.3.
The problem is with the call to vhangup(2) in sshd when interactive
sessions are started. The problem does not
2002 Mar 26
1
[Bug 185] --with-ipv4-default breaks X11-forwarding on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=185
------- Additional Comments From koenig at science-computing.de 2002-03-27 01:28 -------
I found a possible workaround for my problem: adding
X11UseLocalhost no
in sshd_conf for HP-UX 10.20 avoids the X11-forwarding problems.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the
2003 Nov 06
2
openssh-3.7.1p2 on HP-UX 10.20
Hello,
I have dowloaded all that is required to build a working OpenSSH on HP-UX
10.20 from the HP-UX Porting and Archibve centre (this seems to be the only
way to go for 10.20). Make/install of all prerequisites has scucceeded. Now
make of openssh-3.7.1p2 gives the following:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./..
-I/usr/local/openssl-0.9.7b/include
2000 Sep 17
2
configure prob with 2.2.0p1 and FBSD4.1R
Hi,
I'm getting the:
checking for OpenSSL directory... configure: error: Could not find working
SSLeay / OpenSSL libraries, please install
despite Freebsd coming with openssl in the base system. I have tried
various settings using --with-ssl-dir and still haven't had any luck. Any
suggestions would be greatly appreciated.
Locate finds the following relevant looking files:
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
2004 Aug 17
1
Problems compiling OpenSSH [no version info] on HP-UX 10.20 was: (no subject)
Aloha Jiwen (I used to get kama'aina discounts, but
no longer)--
First, you didn't tell us what OpenSSH source code
version you're trying to compile. Without that info
there are any number of possible problems--so I'll
assume (for now) that you're using the latest
released portable version of OpenSSH. Please
reply with specific version info.
The fact that things are blowing
2000 Dec 11
1
Antw: problem with installing openssh on HP/UX
Hi,
> acro-284> uname -a
> HP-UX niit1 A.09.01 A 9000/730 2015353714 two-user license
I don't know what "niit1" stand for. We use openssh on several HP 9000/800 series (HP-UX 10.20, 11.00) compiled with gcc-2.95.2 and did not run into problems with the latest portable openssh version and the pam-patch provides earlier in this list.
Stephan
--
LDS Brandenburg
Dr. Stephan
2004 Sep 17
2
patch: openssh 3.9p1 on hp-ux 10.20
OpenSSH 3.9p1 does not compile on HP-UX 10.20 due to the code which was
added in includes.h to work around HP-UX 11.11's behavior. The following
patch lets it work on HP-UX 10.20. It should also work on HP-UX 11.11,
but I can't test that (no HP-UX 11 boxes here).
It uses code from http://www.faqs.org/faqs/hp/hpux-faq/section-213.html .
The copyright at
2014 Feb 03
1
OpenSSH 6.5 on HP-UX 10.20
Hi,
just a minor bugreport.
OpenSSH 6.5 needs a fix to compile on HP-UX 10.20.
On HP-UX 10.20, ntohs is not defined in "netinet/in.h" but in "arpa/inet.h".
readconf.c misses the required additional #include <arpa/inet.h>:
$ diff -c readconf.c readconf.c_new
*** readconf.c Fri Jan 17 14:03:57 2014
--- readconf.c_new Mon Feb 3 01:18:29 2014
***************
***
2003 Feb 20
2
Suport to HP UX 10.20
To : Support Staff
I need to test SAMBA with a HP K 9000 Class machine, with HP-UX 10.20
operating system.
Wich SAMBA software version is compatible with this OS? How can I get this
software?
Thanks and regards,
Mario
2004 Oct 30
3
[Bug 947] ssh-keyscan.c fails to compile on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=947
Summary: ssh-keyscan.c fails to compile on HP-UX 10.20
Product: Portable OpenSSH
Version: 3.9p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
1999 Oct 18
1
Anyone using SAMBA on a HP/9000 with HP/UX 10.20 ?
Hello,
Does anyone use a SAMBA server on a HP/9000 with HP/UX 10.20 ?
I use currently Samba at home with Linux, W95 and AmigaOS , at work on
Solaris and I will
try to use it for a new project on several HP/9000.
Regards