search for: install_ssh_prng_cmds

Displaying 11 results from an estimated 11 matches for "install_ssh_prng_cmds".

2001 Jun 08
1
configure --with-catman is supposed to be --with-mantype
There's a typo in configure.in that's specifying --with-catman as an option but the help message says --with-mantype. Here's a patch. - Dave Dykstra *** configure.in.old Fri Jun 8 13:23:13 2001 --- configure.in Fri Jun 8 13:17:47 2001 *************** *** 1422,1428 **** AC_SUBST(INSTALL_SSH_PRNG_CMDS) ! AC_ARG_WITH(catman, [ --with-mantype=man|cat|doc Set man page type], [ case "$withval" in --- 1422,1428 ---- AC_SUBST(INSTALL_SSH_PRNG_CMDS) ! AC_ARG_WITH(mantype, [ --with-mantype=man|cat|doc Set man page type], [ case "$withval" in
2001 Jun 07
2
Patch to enable multiple possible sources of entropy
...ocket]) + fi if test "x$withval" != "xno" ; then PRNGD_SOCKET="$withval" AC_DEFINE_UNQUOTED(PRNGD_SOCKET, "$PRNGD_SOCKET") *************** *** 1375,1385 **** ] ) # detect pathnames for entropy gathering commands, if we need them INSTALL_SSH_PRNG_CMDS="" rm -f prng_commands ! if (test -z "$RANDOM_POOL" && test -z "$PRNGD") ; then # Use these commands to collect entropy OSSH_PATH_ENTROPY_PROG(PROG_LS, ls) OSSH_PATH_ENTROPY_PROG(PROG_NETSTAT, netstat) --- 1378,1406 ---- ] ) + # Check for use...
2008 Jan 08
2
have configure generate header dependencies automatically
...sh/Makefile.in,v retrieving revision 1.285 diff -u -p -r1.285 Makefile.in --- Makefile.in 11 Jun 2007 04:01:42 -0000 1.285 +++ Makefile.in 8 Jan 2008 05:36:33 -0000 @@ -56,6 +56,7 @@ ENT=@ENT@ XAUTH_PATH=@XAUTH_PATH@ LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@ EXEEXT=@EXEEXT@ +INCLUDES=@INCLUDES@ INSTALL_SSH_PRNG_CMDS=@INSTALL_SSH_PRNG_CMDS@ INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@ @@ -120,7 +121,7 @@ $(LIBSSH_OBJS): Makefile.in config.h $(SSHOBJS): Makefile.in config.h $(SSHDOBJS): Makefile.in config.h -.c.o: +.c.o: $(INCLUDES) $(CC) $(CFLAGS) $(CPPFLAGS) -c $< LIBCOMPAT=openbsd-compat/lib...
2002 Apr 14
1
"make install" broken in cvs
...kefile.in.orig Mon Apr 15 08:12:03 2002 +++ Makefile.in Mon Apr 15 08:12:32 2002 @@ -218,7 +218,7 @@ $(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 $(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 if [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ - $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 + $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8 ; \ fi @NO_SFTP@$(INSTALL) -m 644 sftp.1.out $(DES...
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
...ne/local/bin/perl ENT= XAUTH_PATH=/usr/openwin/bin/xauth LDFLAGS=-L. -Lopenbsd-compat/ -R/home/gmccone/installs/openssl-0.9.6c - L/home/gmccone/installs/openssl-0.9.6c -L/home/gmccone/installs/zlib-1.1.4 - R/home/gmccone/installs/zlib-1.1.4 -L/usr/local/lib -R/usr/local/lib EXEEXT= SSH_MODE= 0711 INSTALL_SSH_PRNG_CMDS= INSTALL_SSH_RAND_HELPER=yes SFTP_PROGS=sftp-server$(EXEEXT) sftp$(EXEEXT) TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh- keyscan${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) ssh-rand-helper${EXEEXT} $(SFTP_PROGS) LIBSSH_OBJS=atomicio.o authfd.o authfile.o bufaux.o buf...
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
...ne/local/bin/perl ENT= XAUTH_PATH=/usr/openwin/bin/xauth LDFLAGS=-L. -Lopenbsd-compat/ -R/home/gmccone/installs/openssl-0.9.6c - L/home/gmccone/installs/openssl-0.9.6c -L/home/gmccone/installs/zlib-1.1.4 - R/home/gmccone/installs/zlib-1.1.4 -L/usr/local/lib -R/usr/local/lib EXEEXT= SSH_MODE= 0711 INSTALL_SSH_PRNG_CMDS= INSTALL_SSH_RAND_HELPER=yes SFTP_PROGS=sftp-server$(EXEEXT) sftp$(EXEEXT) TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh- keyscan${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) ssh-rand-helper${EXEEXT} $(SFTP_PROGS) LIBSSH_OBJS=atomicio.o authfd.o authfile.o bufaux.o buf...
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
...- ./mkinstalldirs $(DESTDIR)$(sysconfdir); \ + $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \ $(INSTALL) -m 644 ssh_config.out $(DESTDIR)$(sysconfdir)/ssh_config; \ $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \ fi if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ - $(PERL) fixprogs ssh_prng_cmds $(ENT); \ + $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \ fi Index: Services/OpenSSH/openssh/configure.in diff -u Services/OpenSSH/openssh/configure.in:1.1.1...
2000 Jul 09
0
OpenSSH 2.1.1p2: /etc/nologin handling and related stuff
...c/nologin in place */ +#undef NOLOGIN_ALLOW_FILE + /* The number of bytes in a char. */ #undef SIZEOF_CHAR diff -ruw -x configure ../dist/configure.in ./configure.in --- ../dist/configure.in Sat Jul 1 08:52:55 2000 +++ ./configure.in Sat Jul 8 21:12:27 2000 @@ -823,6 +823,17 @@ fi AC_SUBST(INSTALL_SSH_PRNG_CMDS) +# Check for nologin-allow file +AC_ARG_WITH(nologin-allow, + [ --with-nologin-allow=FILE File with users to allow during nologin (default none)], + [ + if test "x$withval" != "xno" ; then + NOLOGIN_ALLOW_FILE="$withval"; + AC_DEFINE_UNQUOTED(NOLOGIN_ALLOW_FIL...
2001 Oct 16
6
program-prefix does not work
...! if [ ! -f $(DESTDIR)$(sysconfdir)/sshd_config ]; then \ ! $(INSTALL) -m 644 sshd_config.out $(DESTDIR)$(sysconfdir)/sshd_config; \ else \ ! echo "$(DESTDIR)$(sysconfdir)/sshd_config already exists, install will not overwrite"; \ fi if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \ $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \ ! if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \ ! $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \ else \ ! echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exist...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENT='' EXEEXT='.exe' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_SSH_PRNG_CMDS='' INSTALL_SSH_RAND_HELPER='' KILL='/usr/bin/kill' LD='gcc' LDFLAGS='' LIBEDIT='' LIBOBJS='' LIBPAM='' LIBS='-lresolv -lcrypto -lz /usr/lib/textmode.o -lcrypt' LIBWRAP='-lwrap' LOGIN_PROGRAM_FALLBACK='/usr/bin/logi...
2001 Feb 07
2
Patch for unformatted manpages
...DEFINE(USE_PIPES) CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" - MANTYPE='$(CATMAN)' - mansubdir=cat LIBS="$LIBS -lprot -lx -ltinfo -lm" no_dev_ptmx=1 rsh_path="/usr/bin/rcmd" @@ -1117,25 +1092,6 @@ AC_SUBST(INSTALL_SSH_PRNG_CMDS) -AC_ARG_WITH(catman, - [ --with-catman=man|cat Install preformatted manpages[no]], - [ - MANTYPE='$(CATMAN)' - if test x"$withval" != x"yes" ; then - mansubdir=$withval - else - mansubdir=cat - fi - ], [ - if test -z "$MANTYPE" ; then - M...