search for: prog_ls

Displaying 4 results from an estimated 4 matches for "prog_ls".

Did you mean: prog_clk
2000 Apr 10
1
ls -alni /var/mail
...test2+/contrib diff --exclude=configure --exclude=config.h.in -c openssh-1.2.3test2/entropy.c openssh-1.2.3test2+/entropy.c *** openssh-1.2.3test2/entropy.c Mon Apr 3 06:07:32 2000 --- openssh-1.2.3test2+/entropy.c Mon Apr 10 12:15:37 2000 *************** *** 140,147 **** --- 140,149 ---- #ifdef PROG_LS { 0.002, PROG_LS, { "ls", "-alni", "/var/log", NULL } }, { 0.002, PROG_LS, { "ls", "-alni", "/var/adm", NULL } }, + #ifndef DISABLE_LSMAIL { 0.002, PROG_LS, { "ls", "-alni", "/var/mail&qu...
2001 Jun 07
2
Patch to enable multiple possible sources of entropy
...** ] ) # 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 of builtin entropy collector + AC_ARG_WITH(builtin-entropy, + [ --with-builtin-entropy use builtin entropy collector if nothing else available], + [ + if test ! -z "$PRNGD_PORT" ;...
2000 Sep 11
2
Problems/patches for BSD/OS 4.0.1
Two small problems with 2.2.0p1 on BSD/OS 4.0.1, both invoving the internal entropy collector: 1) The ``ls'' commands in ssh_prng_cmds.in all use -n, which isn't valid on BSD/OS and thus caused them all to fail when fixprogs checked them. BSD/OS does, however, have a -T flag which gives complete timestamp information (month, day, year, hour, minute, and second), which seems like a
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...M_FALLBACK=/usr/bin/login ac_cv_path_NROFF=/usr/bin/nroff ac_cv_path_PATH_GROUPADD_PROG=groupadd ac_cv_path_PATH_PASSWD_PROG=/usr/bin/passwd ac_cv_path_PATH_USERADD_PROG=useradd ac_cv_path_PROG_ARP=/cygdrive/c/WINDOWS/system32/arp ac_cv_path_PROG_DF=/bin/df ac_cv_path_PROG_IPCS=/bin/ipcs ac_cv_path_PROG_LS=/bin/ls ac_cv_path_PROG_NETSTAT=/cygdrive/c/WINDOWS/system32/netstat ac_cv_path_PROG_PS=/bin/ps ac_cv_path_PROG_TAIL=/bin/tail ac_cv_path_PROG_WHO=/bin/who ac_cv_path_SED=/usr/bin/sed ac_cv_path_SH=/usr/bin/sh ac_cv_path_TEST_MINUS_S_SH=/usr/bin/bash ac_cv_path_install='/usr/bin/install -c'...