Displaying 20 results from an estimated 900 matches similar to: "snapshot problems on Mac OS X"
2001 Oct 30
1
[PATCH] for solaris 2.6
I didn't see this one applied to the repository yet.
It may not be the best patch possible... basic problem is that
_LARGEFILE64_SOURCE needs to be defined on Solaris 2.6 if
AC_SYS_LARGEFILE ends up doing a '#define _FILE_OFFSET_BITS 64'
If _FILE_OFFSET_BITS == 64, then <sys/resource.h> will define a
'struct rlimit64' but NOT define a 'struct rlimit' leading to
2001 Sep 27
2
openssh-2.9.9p2, AC_SYS_LARGEFILE, SCO, and HPUX
openssh-2.9.9p2/configure.in says:
# Disabled until it works on SCO and HPUX
#AC_SYS_LARGEFILE
As an autoconf maintainer I'd like to fix this. Can you please
explain what's broken on SCO and HPUX?
I'm puzzled by the comment, as AC_SYS_LARGEFILE is a feature
introduced in autoconf 2.50, whereas openssh-2.9.9p2/configure was
built with autoconf 2.13.
Anyway, some older GNU
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
2001 May 21
1
2.9p1 patches
1. Add support for files >2GB via Paul Eggert's AC_SYS_LARGEFILE
macro. This macro is now part of autoconf 2.50. Because of this,
"config.h" needs to be included before system headers to get
the appropriate defines for LFS support.
openbsd-compat/sigact.c
configure.in
acinclude.m4
2. AIX defines TILDE in <sys/ioctl.h>. Rename to TILDE_CHAR. Feel
2013 Apr 04
9
[Bug 2086] New: passwd struct does not have pw_gecos member on Android
https://bugzilla.mindrot.org/show_bug.cgi?id=2086
Bug ID: 2086
Summary: passwd struct does not have pw_gecos member on Android
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: ssh
2003 Sep 08
1
please test (HEADER.ad)
Could someone with HEADER.ad in arpa/nameser.h please test the
attached patch (against current) to see it it's detected.
None of my platforms have the ad member.
config.h will end up with "#define HAVE_HEADER_AD".
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
-------------- next part --------------
--- openssh/configure.ac.old 2003-09-08 06:33:33.000000000
2006 Sep 09
2
Make Install Failed for 4.4p1 on FC4
Hi,
I tried to build the CVS snapshot for OpenSSH 4.4p1 dated 9/08/06. Make install failed on Fedora Core 4 system with the following errors:
[root at fedora4 openssh]# make install
\if test ! -z ""; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
make[1]: Entering directory `/usr/local/openssh/openbsd-compat'
make[1]: Nothing to be
2005 Jan 19
1
Re: [R-SIG-Mac] Formatting of time zone for POSIXct
Don,
thanks for your report.
On Jan 19, 2005, at 12:41 PM, Don MacQueen wrote:
> I'm encountering a problem formatting POSIXct objects in R 2.0.1 on OS
> X.
>
> For reference, on a Solaris system, R 2.0.1 (2004-11-15), formatting
> is correct:
>
>> Sys.time()
> [1] "2005-01-19 09:12:33 PST"
>> format(Sys.time(),'%H:%M %Z')
> [1]
2009 Apr 07
2
Portable OpenSSH CVS install error
Hi,
I did a CVS checkout this morning to patch sftp.c for Jon Grant's
recent sftp request, but there seems to be an install problem on
Mac OS X 10.5.6 possibly caused by recent changes to configure.ac.
For example (most output pruned):
% ident configure.ac
configure.ac:
$Id: configure.ac,v 1.419 2009/03/18 18:25:02 tim Exp $
$Revision: 1.419 $
% autoreconf
% ./configure
% make
gcc
2015 Apr 08
10
Build-system cleanups
Hi everyone
Following are a number of build-system cleanup patches. Some of them are
prep-work for a possible upcoming automake/gnulib introduction.
Best regards,
Tiziano
2015 Feb 19
2
Proposal: Allow HostKeyAlias to be used in hostname check against certificate principal.
Howdy --
I have a number of servers with host keys validated by certificates.
These systems are behind a load-balanced frontend, and the
certificates are signed as valid for the DNS name used by that common
frontend address.
This works well for the primary use case of the systems; however, when
wishing to address only a single unit within the pool, the certificate
cannot be used to validate that
2001 Dec 21
2
help -- generating a patch
All,
I'm attempting to generate a patch for 3.0.2p1. This patch will modify
the configure script (and another file); I would like to do it via the
configure.ac file.
However, when I run 'autoconf ./configure.ac > ./configure.new', I get an
unuseable ./configure.new script; both with and without my patch
applied (including from a freshly unpacked tarball). Here is the error:
2003 May 27
3
[Bug 577] bug (wrong flag) in sc_private_decrypt (scard-opensc.c)
http://bugzilla.mindrot.org/show_bug.cgi?id=577
Summary: bug (wrong flag) in sc_private_decrypt (scard-opensc.c)
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Smartcard
AssignedTo: openssh-bugs at mindrot.org
2003 Sep 13
1
make install fails with current CVS due to commented out target
Solaris x86 8
autoconf 2.57
autoconf; autoheader; ./configure ....; make
all goes fine
make install fails on Ssh.bin. scard/Makefile has a commented out target
for it - is there some reason for the target being commented out?
--
Carson
2014 Feb 13
5
[PATCH 1/2] nbdkit: Work around what seems like an bug in automake 1.14
"AM_INIT_AUTOMAKE(foreign) dnl ..." seems to trigger Debian bug#738716
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ee9d377..df31014 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,8 @@ AC_CONFIG_MACRO_DIR([m4])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
-AM_INIT_AUTOMAKE(foreign) dnl NB: Do not
2008 Aug 16
21
[Bug 1506] New: rationalize agent behavior on smartcard removal/reattachment
https://bugzilla.mindrot.org/show_bug.cgi?id=1506
Summary: rationalize agent behavior on smartcard
removal/reattachment
Product: Portable OpenSSH
Version: 5.1p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Smartcard
AssignedTo:
2006 May 04
2
xmalloc(foo*bar) -> xcalloc(foo, bar) for Portable
Hi All.
While wandering in auth-pam.c I noticed that there's a few Portable-specific
escapees from the xmalloc(foo * bar) cleanup.
There's also a "probably can't happen" integer overflow in
ssh-rand-helper.c with the memset:
num_cmds = 64;
- entcmd = xmalloc(num_cmds * sizeof(entropy_cmd_t));
+ entcmd = xcalloc(num_cmds, sizeof(entropy_cmd_t));
2005 Oct 05
2
ssh-agent add PKCS#11 support
Hello,
PKCS#11 is a standard API interface that can be used in
order to access cryptographic tokens. You can find the
specification at
http://www.rsasecurity.com/rsalabs/node.asp?id=2133, most
smartcard and other cryptographic device vendors support
PKCS#11, opensc also provides PKCS#11 interface.
I can easily make the scard.c, scard-opensc.c and
ssh-agent.c support PKCS#11.
PKCS#11 is
2008 May 02
2
1.1rc4 file-offset-size unsupported?
Is --with-file-offset-size no longer supported in 1.1?
# ./configure \
--prefix=/usr/local/dovecot-1.1 \
--with-mysql \
--with-file-offset-size=32 \
--with-ioloop=best \
--with-pop3d \
--with-ssl \
--with-deliver \
...
checking for _FILE_OFFSET_BITS value needed for large files... 64
...
Install prefix ...................... : /usr/local/dovecot-1.1
File
2007 Nov 15
2
2 commits - configure.ac
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8b3f9aca00a0d0447ba95a5ac86c56eb5894b8a8
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Nov 15 12:00:38 2007 +0100
back to development
diff --git a/configure.ac b/configure.ac
index 514f515..96ffeed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])