search for: ac_help

Displaying 5 results from an estimated 5 matches for "ac_help".

2001 Jan 03
1
chroot.diff
...sable shadow passwords */ #undef DISABLE_SHADOW Only in openssh-2.3.0p1-chroot/: config.h.in~ diff -u openssh-2.3.0p1/configure openssh-2.3.0p1-chroot/configure --- openssh-2.3.0p1/configure Mon Nov 6 03:25:18 2000 +++ openssh-2.3.0p1-chroot/configure Wed Jan 3 19:23:50 2001 @@ -42,6 +42,8 @@ ac_help="$ac_help --with-md5-passwords Enable use of MD5 passwords" ac_help="$ac_help + --with-chroot Enable user chrooting through magic token" +ac_help="$ac_help --without-shadow Disable shadow password support" ac_help="$ac_help --with-i...
2000 Jan 19
3
AIX openssh patches
...HAVE_SSL *************** *** 295,298 **** #include "defines.h" ! #endif _CONFIG_H --- 329,332 ---- #include "defines.h" ! #endif *** configure.DIST Tue Jan 11 09:20:43 2000 --- configure Tue Jan 11 12:09:34 2000 *************** *** 16,21 **** --- 16,23 ---- ac_help="$ac_help --without-pam Disable PAM support " ac_help="$ac_help + --with-aixauthenticate Use AIX4's authenticate function" + ac_help="$ac_help --with-gnome-askpass Build the GNOME passphrase requester (default=no)" ac_help="$ac_help...
2000 Sep 14
0
modifying Openssh config script for KTH-KRB (fwd)
...ing krb.h part of the problem? Best regards, Faheem Mitha. On Thu, 14 Sep 2000, Faheem Mitha wrote: > > Dear people, > > Openssh appears to have the option to compile with krb4 support, judging > by the config script. There is a line that says > > ac_help="$ac_help > --with-kerberos4=PATH Enable Kerberos 4 support" > > I assume this means add the flag > > --with-kerberos4=PATH > > to ./configure. > > However, I have the KTH version of KERBOROS, which has files in > idiosyncatic places. All the stuff i...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...ROOT + /* Define if you want to disable shadow passwords */ #undef DISABLE_SHADOW diff -u --new-file openssh-2.1.1p4/configure openssh-2.1.1p4-chroot/configure --- openssh-2.1.1p4/configure Sat Aug 26 01:31:35 2000 +++ openssh-2.1.1p4-chroot/configure Sat Aug 26 01:38:43 2000 @@ -42,6 +42,8 @@ ac_help="$ac_help --with-md5-passwords Enable use of MD5 passwords" ac_help="$ac_help + --with-chroot Enable user chrooting through magic token" +ac_help="$ac_help --without-shadow Disable shadow password support" ac_help="$ac_help --with-i...
2000 Oct 04
0
2.2.0p1 chroot patch
...ROOT + /* Define if you want to disable shadow passwords */ #undef DISABLE_SHADOW diff -u --new-file openssh-2.2.0p1/configure openssh-2.2.0p1-chroot/configure --- openssh-2.2.0p1/configure Sat Sep 2 00:08:44 2000 +++ openssh-2.2.0p1-chroot/configure Tue Oct 3 19:44:48 2000 @@ -42,6 +42,8 @@ ac_help="$ac_help --with-md5-passwords Enable use of MD5 passwords" ac_help="$ac_help + --with-chroot Enable user chrooting through magic token" +ac_help="$ac_help --without-shadow Disable shadow password support" ac_help="$ac_help --with-i...