search for: ayrnetworks

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

Did you mean: aeronetworks
2002 Jun 29
1
[Bug 321] configure does not work when cross compiling
http://bugzilla.mindrot.org/show_bug.cgi?id=321 ------- Additional Comments From chua at ayrnetworks.com 2002-06-29 11:00 ------- Created an attachment (id=123) configure.ac diff ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jun 29
0
[Bug 321] New: configure does not work when cross compiling
...Product: Portable OpenSSH Version: -current Platform: MIPS OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: chua at ayrnetworks.com configure does not work when cross compiling because of the AC_TRY_RUN macro without cross-compilation parameters. Most of these can be resolved by relatively safe guesses, changing them to AC_TRY_LINK, or runtime detection. Attached is a patch that allows Openssh 3.4p1 to cross-compile. -...
2002 Jan 07
3
keyboard-interactive
Is there a way for a PAM module to force a client (and the server) to use kbd-interactive? As far as I can tell, when in the INITIAL_LOGIN phase, all communication with the client returns a PAM_CONV_ERR. I am trying to write a PAM module that will prompt a user for a second username and a second password in order for the module to succeed so that proper authentication relies on the ability
2002 Apr 03
2
cross compilation?
../openssh-3.1p1/configure --host=mips-linux --build=i686-linux --with-pam does not work. It selects the correct toolchain prefix, but the configure script bails on cross-compilation. Attached is a patch that *might* make the right paranoid assumptions, but I am not positive. -- bryan --- configure.ac.orig Tue Feb 26 22:12:35 2002 +++ configure.ac Wed Mar 27 14:28:02 2002 @@ -437,20 +437,6
2001 Oct 16
6
program-prefix does not work
the configure option --program-prefix does not work although it is listed in teh configure --help output. The attached patch fixes these issues: 1) program prefix is not substituted in configure 2) program prefix is not present in Makefile 3) scp requires use of a known "scp" program -- bryan diff -cr openssh-2.9.9p2.orig/Makefile.in openssh-2.9.9p2/Makefile.in ***