Mailing List Archive

OpenSSH 1.2.3, HPUX 10.20 [TCB]
Hello,

already checked the Mailinglist archive for HPUX Problems, but
havent found exact this:

./configure --prefix=/opt --without-pam --with-ssl-dir=/opt/OpenSSL
--with-lastlog=/var/adm/wtmp --with-egd-pool=/dev/entropy
--with-tcp-wrappers --with-pid-dir=/var/run --sysconfdir=/etc/ssh

and get after a make:
gcc -O2 -Wall -D_HPUX_SOURCE -I/usr/local/include -I/opt/include
-DETCDIR=\"/etc/ssh\" -DSSH_PROGRAM=\"/opt/bin/ssh\"
-DSSH_ASKPASS_DEFAULT=\"/opt/libexec/ssh/ssh-askpass\"
-DHAVE_CONFIG_H -c login.c
login.c: In function `get_last_login_time':
login.c:57: storage size of `ll' isn't known
login.c:57: warning: unused variable `ll'
login.c:131: warning: control reaches end of non-void function
login.c: In function `record_login':
login.c:143: storage size of `ll' isn't known
login.c:143: warning: unused variable `ll'
*** Error exit code 1

gcc is 2.95.2, but I do not think there is really a problem.

TIA,
--
Philipp Buehler, aka fIpS | sysfive.com | BOfH | NUCH | <double-p>

%SYSTEM-F-TOOEARLY, please contact your sysadmin at a sensible time.
Artificial Intelligence stands no chance against Natural Stupidity.
Re: OpenSSH 1.2.3, HPUX 10.20 [TCB] [ In reply to ]
Philipp Buehler wrote To openssh-unix-dev@mindrot.org:
> ./configure --prefix=/opt --without-pam --with-ssl-dir=/opt/OpenSSL
> --with-lastlog=/var/adm/wtmp --with-egd-pool=/dev/entropy
> --with-tcp-wrappers --with-pid-dir=/var/run --sysconfdir=/etc/ssh
compiles smoothly with --without-lastlog .. which is not really nice :}

ciao
--
Philipp Buehler, aka fIpS | sysfive.com | BOfH | NUCH | <double-p>

%SYSTEM-F-TOOEARLY, please contact your sysadmin at a sensible time.
Artificial Intelligence stands no chance against Natural Stupidity.
Re: OpenSSH 1.2.3, HPUX 10.20 [TCB] [ In reply to ]
Philipp Buehler wrote To openssh-unix-dev@mindrot.org:
> compiles smoothly with --without-lastlog .. which is not really nice :}
And the patch from
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=95155819832022&w=2
fixes the usage of passwords > 8 chars on 10.20/TCB too,
thanks Ged Lodder

So, reporting: openssh-1.2.3 on HPUX10.20/TCB with longer passwords
running w/o lastlog

ciao
--
Philipp Buehler, aka fIpS | sysfive.com | BOfH | NUCH | <double-p>

%SYSTEM-F-TOOEARLY, please contact your sysadmin at a sensible time.
Artificial Intelligence stands no chance against Natural Stupidity.