search for: dssh_program

Displaying 20 results from an estimated 49 matches for "dssh_program".

2000 Nov 28
2
No subject
...RNING: you are using the builtin random number collection service. Please read WARNING.RNG and request that your OS vendor includes /dev/random in future versions of their OS. # make gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - DETC DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DE FAUL T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-arc4random.c gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - DETC DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\&quo...
2000 Nov 29
0
ssh problem
...tin random number collection service. >Please read WARNING.RNG and request that your OS vendor includes >/dev/random in future versions of their OS. > ># make >gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - >DETC >DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_D E >FAUL >T=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-arc4random.c >gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/openssl/include - >DETC >DIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/...
2000 Jun 27
1
openssh-2.1.1p1 on Irix6.2 report
...144MHz Indy. The builtin PRNG seeding is *much* preferable to the prior perl-based EGD. Many thanks, -jml A few high/easy portability points: ** There seems to be a pointer problem in vsnprintf: cc -n32 -I/usr/local/include -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 bsd-snprintf.c "bsd-snprintf.c", line 149: warning(1164): argument of type "va_list *" is incompatible with parameter of type "char *"...
1999 Dec 14
0
1.2pre17 fails to compile on RedHat 4.2/i386 (libc5)
Here goes: ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-tcp-wrappers Compiles just about everything until: gcc -O2 -m486 -fno-strength-reduce -Wall -DETCDIR=\"/etc/ssh\" -DSSH_PROGRAM=\"/usr/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c ssh.c -o ssh.o ssh.c: In function `main': ssh.c:751: warning: implicit declaration of function `daemon' gcc -o ssh ssh.o sshconnect.o log-client.o readconf.o clientloop.o...
1999 Nov 21
1
openssh 1.2pre13 on Linux/i386 RH4.2 problems
...ause of pam errors. The errors are attached below, and I apologize for the >75 chars a line. RH4.2, with the latest updates, runs pam-0.57-5. I could upgrade PAM from source, but I'd probably break other programs. gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/etc/ssh\" -DSSH_PROGRAM=\"/usr/bin/ssh\" -DASKPASS_PROGRAM=\"/usr/libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c sshd.c -o sshd.o sshd.c: In function `pam_cleanup_proc': sshd.c:224: warning: passing arg 1 of `pam_strerror' makes integer from pointer without a cast sshd.c:224: too many arguments...
1999 Nov 19
1
solaris compiling woes
Hi, I have a problem compiling openssh pre 1.12 on solaris 2.5.1 platform with gnu gcc 2.95.2 u_int32_t is missing somehow and i cannot find any includes which define it. gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DASKPASS_PROGRAM=\"/usr/local/lib/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c authfile.c authfile.c: In function `save_private_key': authfile.c:50: parse error before `rand' authfile.c:63: invalid lvalue in assignment authfile.c:64: invalid operands to...
1999 Nov 25
2
pre15 & Solaris 7 ... rsa.h problem ...
...we did to fix this last time, and I've had to rebuild my system completely from scratch over the past few days, so dont' have past patches to work from ... new-relay:/usr/slocal/src/openssh-1.2pre15> make gcc -g -O2 -Wall -I/usr/slocal/include -DETCDIR=\"/usr/local/etc/ssh\" -DSSH_PROGRAM=\"/usr/slocal/bin/ssh\" -DHAVE_CONFIG_H -c authfd.c -o authfd.o In file included from ssh.h:25, from authfd.c:19: rsa.h:40: parse error before `__P' rsa.h:42: parse error before `__P' rsa.h:44: parse error before `__P' rsa.h:45: parse error before `__P'...
2000 Aug 27
1
Login Patch
...17 11:25:31 2000 +++ openssh-2.1.1p4/Makefile.in Thu Aug 17 11:24:06 2000 @@ -17,10 +17,11 @@ SSH_PROGRAM=@bindir@/ssh ASKPASS_LOCATION=@libexecdir@/ssh ASKPASS_PROGRAM=$(ASKPASS_LOCATION)/ssh-askpass +LOGIN_PROGRAM=@LOGIN_PROGRAM@ CC=@CC@ LD=@LD@ -PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" +PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" -DLOGIN_PROGRAM=\"$(LOGIN_PROGRAM)\" CFLAGS=@CFLAGS@ $(PATHS)...
2000 Nov 28
0
No subject
...o make to complies, it keep spit out something like this make: rv: Command not found make: *** [libopenbsd-compat.a] Error 127 I am running Solaris 2.6 with perl 5.6 and openssl 0.9 gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c -o fake-getnameinfo.o fake-getnameinfo.c gcc -g -O2 -Wall -I. -I. -I/usr/local/include -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/loca...
2000 Dec 07
1
[PATCH] Separate CFLAGS and CPPFLAGS
...in/Services/OpenSSH/openssh/Makefile.in,v retrieving revision 1.1.1.4 retrieving revision 1.8 diff -u -d -b -w -r1.1.1.4 -r1.8 --- Makefile.in 2000/12/06 21:56:06 1.1.1.4 +++ Makefile.in 2000/12/06 22:11:15 1.8 @@ -20,7 +20,8 @@ CC=@CC@ LD=@LD@ PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DSSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" -CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ +CFLAGS=@CFLAGS@ +CPPFLAGS=@CPPFLAGS@ $(PATHS) @DEFS@ -I. -I$(srcdir) LIBS=@LIBS@ AR=@AR@ RANLIB=@RANLIB@ Wilfredo S?nchez, wsanchez at apple.com Open Source Engineering Lead App...
2000 Dec 30
1
MAXHOSTNAMELEN
...N is defined. Default to 64 character defination. Suggested by Christian Kurz <shorty at debain.org> This change causes compiler warnings on UnixWare 7, Solaris 7, others? ... gcc -g -O2 -Wall -I/usr/local/include -I/usr/local/ssl/include -I. -Isrc -DETCDI R=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT= \"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c src/bsd-arc4random.c In file included from src/includes.h:59, from src/bsd-arc4random.c:25: /usr/include/netdb.h:302: warning: `MAXHOSTNAMELEN' redefined src/...
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 u_int8_t' fake-socket.h:30:...
2000 Dec 27
1
problem report about installation of OpenSSH
...___ However, when I try to compile with make, the make does not work, with the following message: _______________________________________________________________________ /usr/local/src/openssh-2.3.0p1>make gcc -g -O2 -Wall -I. -I. -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh-askpass\" -DHAVE_CONFIG_H -c bsd-base64.c -o bsd-base64.o gcc: Internal compiler error: program cc1 got fatal signal 6 make: *** [bsd-base64.o] Error 1 _________________________________________________________...
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, from atomicio.c:26: de...
1999 Nov 19
0
Request for change in ssh-askpass location after pre12
...--- Makefile.in.orig Thu Nov 18 20:02:51 1999 +++ Makefile.in Thu Nov 18 20:04:42 1999 @@ -7,7 +7,7 @@ sysconfdir=@sysconfdir@ SSH_PROGRAM=@bindir@/ssh -ASKPASS_PROGRAM=@libdir@/ssh/ssh-askpass +ASKPASS_PROGRAM=@libexecdir@/ssh/ssh-askpass CC=@CC@ PATHS=-DETCDIR=\"$(sysconfdir)\" -DSSH_PROGRAM=\"$(SSH_PROGRAM)\" -DASKPASS_PROGRAM=\"$(ASKPASS_PROGRAM)\" @@ -81,12 +81,11 @@ ln -sf ssh.1 $(mandir)/man1/slogin.1 if [ "x at INSTALL_ASKPASS@" = "xyes" ] ; then \ - install -d $(libdir) ; \ - install -d $(libdir)/ssh ; \ + install -d $(libexecdir)...
1999 Dec 08
0
apparent fix for Solaris 7 compilation problems
..... "./configure --with-tcp-wrappers --with-egd-pool=/dev/entropy; make;" And here's where the compilation process failed... --------------------------------------------------------------------- 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 pty.c -o pty.o pty.c: In function `pty_allocate': pty.c:115: `I_PUSH' undeclared (first use in this function) pty.c:115: (Each undeclared identifier is repo...
1999 Dec 09
1
openssh-1.2pre16 patch to pty.c for Solaris 2.6
...gure --prefix=/usr/local \ --sysconfdir=/etc/ssh \ --with-tcp-wrapers \ --with-egd-pool=/var/random/entropy Problem: # using $Id: pty.c,v 1.9 1999/12/06 12:10:12 deraadt Exp $ gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\"/etc/ssh\" \ -DSSH_PROGRAM=\"/usr/local/bin/ssh\" \ -DSSH_ASKPASS_DEFAULT=\"/usr/local/libexec/ssh/ssh-askpass\" \ -DHAVE_CONFIG_H -c pty.c -o pty.o pty.c: In function `pty_allocate': pty.c:115: `I_PUSH' undeclared (first use in this function) pty.c:115: (Each undeclared identifier...
2000 Jan 16
1
Report on openssh-1.2.1pre26.tar.gz
...1.2.1pre26 on my Linux box with kernel 2.2.13 and libc 5.4.46. First I needed to modify the file "fake-getaddrinfo.h" as attached diff. Then I tried again, and gave up with the error: gcc -g -O2 -Wall -I/usr/local/ssl/include \ -DETCDIR=\"/usr/local/openssh/etc\" \ -DSSH_PROGRAM=\"/usr/local/openssh/bin/ssh\" \ -DSSH_ASKPASS_DEFAULT=\"/usr/local/openssh/libexec/ssh/ssh-askpass\" \ -DHAVE_CONFIG_H -c pty.c -o pty.o pty.c: In function `pty_allocate': pty.c:100: warning: implicit declaration of function `grantpt' pty.c:104: warning:...
2000 Mar 22
0
solaris build error for version 1.2.2p1
...of openssh (1.2.2p1) first to see if the patch fixes this problem. When I run 'make' it dies with the following error: gcc -g -O2 -I/usr/include -I/usr/local/openssl/include -I/usr/lib/openssl/include -I/usr/local/ssl/include -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 log.c log.c: In function `fatal': log.c:17: `__builtin_va_alist' undeclared (first use in this function) log.c:17: (Each undeclared identifier is reported only once lo...
2000 Apr 24
2
OpenSSH 1.2.3, HPUX 10.20 [TCB]
...pt --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: cont...