search for: acconfig

Displaying 20 results from an estimated 100 matches for "acconfig".

Did you mean: arcconfig
2004 Sep 10
5
autoheader failing?
With these versions: ii autoconf 2.54-2 automatic configure script builder ii automake1.6 1.6.3-2 A tool for generating GNU Standards-complian I am unable to build the autoconfiscations. autoheader gives: autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in What versions are you using? (btw, I do think it would be a very good idea to start using
2001 Oct 24
1
Borken dirname on Solaris 2.5.1
Discovered this post an upgrade to 2.9.9p2, Solaris 2.5.1 dirname is busted for paths like "/usr", returning "" rather than "/". Index: acconfig.h =================================================================== RCS file: /cvsroot/upstream/openssh/acconfig.h,v retrieving revision 1.1.1.3 diff -u -r1.1.1.3 acconfig.h --- acconfig.h 2001/10/23 15:18:33 1.1.1.3 +++ acconfig.h 2001/10/24 15:09:49 @@ -333,6 +333,9 @@ /* Define if you want sm...
2005 Feb 24
1
[PATCH] Drop SETGROUPS_NOOP
Hi, the SETGROUPS_NOOP define is used only for Cygwin. But it's also combined with the HAVE_SETGROUPS test in bsd-misc.c. So, since setgroups() exists and is functional in Cygwin, this is actually a noop in the more general sense. The below patch drops that entirely. Corinna Index: acconfig.h =================================================================== RCS file: /cvs/openssh_cvs/acconfig.h,v retrieving revision 1.180 diff -p -u -r1.180 acconfig.h --- acconfig.h 16 Aug 2004 13:12:06 -0000 1.180 +++ acconfig.h 24 Feb 2005 12:59:52 -0000 @@ -52,9 +52,6 @@ #undef SPT_TYPE #undef...
2002 Jul 04
1
[PATCH]: Remove HAVE_CYGWIN in favor of NO_IPPORT_RESERVED_CONCEPT
...his patch isn't applied, we definitely need another #ifndef HAVE_CYGWIN in serverloop.c otherwise serverside port forwarding for reserverd ports doesn't work in Cygwin's 3.4 version. The official Cygwin release of 3.4 contains that additional HAVE_CYGWIN patch so far. Corinna Index: acconfig.h =================================================================== RCS file: /cvs/openssh_cvs/acconfig.h,v retrieving revision 1.141 diff -u -p -r1.141 acconfig.h --- acconfig.h 25 Jun 2002 22:35:16 -0000 1.141 +++ acconfig.h 4 Jul 2002 09:13:29 -0000 @@ -310,6 +310,9 @@ /* Define if X11 doesn&...
2002 Jun 24
1
remove --with-rsh
...ath to your rsh program. -Normally ./configure will search the current $PATH for 'rsh'. You -may need to specify this option if rsh is not in your path or has a -different name. - --with-pam enables PAM support. --enable-gnome-askpass will build the GNOME passphrase dialog. You Index: acconfig.h =================================================================== RCS file: /var/cvs/openssh/acconfig.h,v retrieving revision 1.138 diff -u -r1.138 acconfig.h --- acconfig.h 12 Jun 2002 16:57:15 -0000 1.138 +++ acconfig.h 24 Jun 2002 00:50:20 -0000 @@ -228,9 +228,6 @@ /* Define if xauth is fou...
2004 Jan 08
2
[Bug 784] HAVE_TCSENDBREAK missing from acconfig.h
http://bugzilla.mindrot.org/show_bug.cgi?id=784 Summary: HAVE_TCSENDBREAK missing from acconfig.h Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: des at...
2000 Feb 02
1
MD5 have to be enabled in acconfig.h by hand
I noticed that openssh-1.2.2 doesn't build correctly on my slackware-7.0 (glibc-2.1.2) and with md5-passwords. One have to define "HAVE_MD5_PASSWORDS" in acconfig.h by hand, even if I choose --enable-md5-passwords when configuring. I find this to be a bug. All configuration should be done from ./configure solely when building. Is there btw a good reason for --with-ipv4-default *not* being the default? Otherwise, thanks a lot for a free-licensed and fast ss...
2004 Jan 08
2
[Bug 784] HAVE_TCSENDBREAK missing from acconfig.h
http://bugzilla.mindrot.org/show_bug.cgi?id=784 Summary: HAVE_TCSENDBREAK missing from acconfig.h Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: des at...
2002 Jun 25
2
Linux 2.2 + borken mmap() round 1
...r long term testing. I have one friend of mine testing this. Can I get a few other people to test. This is against --current, but maybe work against 3.3p1. Unsure. BTW.. those on NeXT platform (if you have autoreconf) should also test this. this should solve your problem also. - Ben Index: acconfig.h =================================================================== RCS file: /var/cvs/openssh/acconfig.h,v retrieving revision 1.139 diff -u -r1.139 acconfig.h --- acconfig.h 24 Jun 2002 16:26:49 -0000 1.139 +++ acconfig.h 25 Jun 2002 00:15:54 -0000 @@ -355,6 +355,9 @@ /* Path that unprivileged...
2002 Mar 12
2
sys/queue.h
removes HAVE_BOGUS_SYS_QUEUE_H and always use our queue.h. ok? Index: acconfig.h =================================================================== RCS file: /var/cvs/openssh/acconfig.h,v retrieving revision 1.122 diff -u -r1.122 acconfig.h --- acconfig.h 26 Feb 2002 16:40:49 -0000 1.122 +++ acconfig.h 12 Mar 2002 02:11:39 -0000 @@ -14,7 +14,6 @@ /* SCO workaround */ #und...
2001 Jun 03
1
OPIE support patch
...ChangeLog Thu Mar 22 06:04:12 2001 +++ openssh-2.5.2p2/ChangeLog Sun Jun 3 18:37:17 2001 @@ -1,3 +1,6 @@ +20010603 + - (wta) Add OPIE support + 20010322 - (djm) Better AIX no tty fix, spotted by Gert Doering <gert at greenie.muc.de> - (djm) Released 2.5.2p2 diff -wur org/openssh-2.5.2p2/acconfig.h openssh-2.5.2p2/acconfig.h --- org/openssh-2.5.2p2/acconfig.h Sat Mar 17 02:15:38 2001 +++ openssh-2.5.2p2/acconfig.h Sun Jun 3 18:36:47 2001 @@ -184,6 +184,9 @@ /* Define if you want AFS support */ #undef AFS +/* Define if you want OPIE support */ +#undef OPIE + /* Define if you want S/Key...
2003 Jan 25
1
Build failures: nanosleep on Solaris and AIX 4.2.x
...rbox/OpenSSH_Portable/status.html -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part -------------- Index: acconfig.h =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/acconfig.h,v retrieving revision 1.147 diff -u -r1.147 acconfig.h --- acconfig.h 12 Jan 2003 23:04:59 -0000 1.147 +++ acconfig.h 25 Jan 2003 05:20:54 -0000 @@ -371,6 +371,...
2003 Sep 12
2
Possible new configure option: --with-fatal-coredumps?
...e like the idea? Anyone hate it? -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part -------------- Index: acconfig.h =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/acconfig.h,v retrieving revision 1.165 diff -u -p -r1.165 acconfig.h --- acconfig.h 8 Sep 2003 21:35:17 -0000 1.165 +++ acconfig.h 12 Sep 2003 10:05:51 -0000 @@ -421,6 +42...
2003 Nov 13
0
[PATCH] Perform do_pam_chauthtok via SSH2 keyboard-interactive.
...reports of success or otherwise. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part -------------- Index: acconfig.h =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/acconfig.h,v retrieving revision 1.168 diff -u -p -r1.168 acconfig.h --- acconfig.h 15 Oct 2003 06:57:57 -0000 1.168 +++ acconfig.h 13 Nov 2003 09:02:50 -0000 @@ -424,6 +4...
2001 Mar 28
0
sftp client globbing problems on Solaris, Irix, etc
...suggested fix from Holger Trapp <Holger.Trapp at Informatik.TU-Chemnitz.DE> + - (djm) Work around Solaris' broken struct dirent. Diagnosis and suggested + fix from Philippe Levan <levan at epix.net> 20010327 - Attempt sync with sshlogin.c w/ OpenBSD (mainly CVS ID) Index: acconfig.h =================================================================== RCS file: /var/cvs/openssh/acconfig.h,v retrieving revision 1.108 diff -u -r1.108 acconfig.h --- acconfig.h 2001/03/17 01:15:38 1.108 +++ acconfig.h 2001/03/28 03:28:37 @@ -308,6 +308,9 @@ /* Define if your system glob() functio...
2001 Oct 30
1
[PATCH] for solaris 2.6
...it64 so that uses of 'struct rlimit rlim;' will become 'struct rlimit64 rlim;' by the compiler and the compilation will succeed. It may be desirable to modify the AC_SYS_LARGEFILE in the autoconf sources for this situation, but I have not tried to do that. Enjoy! -- Mark Index: acconfig.h =================================================================== RCS file: /cvs/openssh_cvs/acconfig.h,v retrieving revision 1.118 diff -u -r1.118 acconfig.h --- acconfig.h 2001/10/22 00:53:59 1.118 +++ acconfig.h 2001/10/30 18:42:56 @@ -332,6 +332,9 @@ /* Define if you want smartcard support...
2001 Mar 22
0
Solaris UseLogin problem
...to a clean and proper solution. Thanks, Matt Eagleson -------------- next part -------------- ? patch ? configure ? config.log ? config.h ? config.cache ? config.status ? Makefile ? ssh_prng_cmds ? config.h.in ? sshd_config.out ? ssh_config.out ? primes.out ? sshd ? openbsd-compat/Makefile Index: acconfig.h =================================================================== RCS file: /cvs/openssh_cvs/acconfig.h,v retrieving revision 1.108 diff -u -r1.108 acconfig.h --- acconfig.h 2001/03/17 01:15:38 1.108 +++ acconfig.h 2001/03/22 21:28:01 @@ -169,6 +169,9 @@ /* Define if you want to specify the pa...
2003 Sep 08
1
please test (HEADER.ad)
...849040019 -0700 @@ -1913,6 +1913,9 @@ AC_SEARCH_LIBS(res_query, resolv) AC_SEARCH_LIBS(dn_expand, resolv) AC_CHECK_FUNCS(_getshort _getlong) + AC_CHECK_MEMBER(struct HEADER.ad, + [AC_DEFINE(HAVE_HEADER_AD)],, + [#include arpa/nameser.h]) ]) fi ] --- openssh/acconfig.h.old 2003-09-07 11:01:43.989760001 -0700 +++ openssh/acconfig.h 2003-09-08 09:58:18.714080015 -0700 @@ -418,6 +418,9 @@ /* Define if getrrsetbyname() exists */ #undef HAVE_GETRRSETBYNAME +/* Define if HEADER.ad exists in arpa/nameser.h */ +#undef HAVE_HEADER_AD + @BOTTOM@ /* **************...
2001 Oct 24
4
snapshot problems on Mac OS X
...1:AC_CHECK_MEMBERS([struct stat.st_blksize]) configure.in:2168:AC_CONFIG_FILES([Makefile openbsd-compat/Makefile scard/Makefile ssh_prng_cmds]) configure.in:26:AC_SYS_LARGEFILE configure.in:4:AC_CONFIG_SRCDIR([ssh.c]) /usr/bin/autoheader: Symbol `socklen_t' is not covered by /usr/share/autoconf/acconfig.h ./acconfig.h next, the results from running "configure": creating cache ./config.cache ./configure: command not found: AC_CONFIG_SRCDIR(ssh.c) [606] . . . ./configure: command not found: AC_SYS_LARGEFILE [1403] . . . ./configure: command not found: AC_CHECK_MEMBERS(struct stat.st_bl...
2000 Apr 10
1
ls -alni /var/mail
...thout-lsmail. I'm not terribly happy with its name and I haven't patched any of the docs. Thanks, Andrew Stribblehill Systems Programmer, IT Service, University of Durham, England. -------------- next part -------------- diff --exclude=configure --exclude=config.h.in -c openssh-1.2.3test2/acconfig.h openssh-1.2.3test2+/acconfig.h *** openssh-1.2.3test2/acconfig.h Mon Apr 3 05:50:44 2000 --- openssh-1.2.3test2+/acconfig.h Mon Apr 10 14:09:51 2000 *************** *** 135,140 **** --- 135,143 ---- /* Specify default $PATH */ #undef USER_PATH + /* Define if you want to supress listing of...