Displaying 20 results from an estimated 1000 matches similar to: "configure sys/audit.h WARNING"
2003 Sep 08
2
Variable declarations in xcrypt.c
Hi All.
I noticed that xcrypt.c now has some variable declarations after code
within a block (for some sets of #ifdef's). Won't that choke some
compilers? Should it do something like the attached?
--
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
2005 Aug 26
0
Patch for UnixWare 7
Hi Openssh developers,
Attached please find patch to support long passwords (> 8-char) on
UnixWare 7.
Thanks,
Ahsan
--
Ahsan Rashid
Escalations Research Group arms at sco.com
The SCO Group Inc., Murray Hill, NJ 908 790 2279
-------------- next part --------------
--- openssh/CREDITS.old 2004-05-26 16:59:31.000000000 -0700
+++ openssh/CREDITS 2005-08-25 13:53:08.602447006 -0700
@@ -3,6 +3,7
2000 May 12
0
SunOS 4.x port
This is based on openssh-2.0.0beta1. There are a few rough spots:
1) SunOS doesn't have ut_type in struct utmp so I just whacked
in the old login() from openssh-1.2.3.
2) There is a SUNOS4 section added to defines.h -- this could probably
be a bit cleaner.
3) sigaction on SunOS is implemented via #defines to sigvec, thus there
is no SA_RESTART (this is the default behavior).
2016 Jan 31
4
configure warning on SunOS 4.1.4
Hi,
I was told to do so by configure of openssh-7.1p2 -:)
...
configure: WARNING: sys/audit.h: present but cannot be compiled
configure: WARNING: sys/audit.h: check for missing prerequisite headers?
configure: WARNING: sys/audit.h: see the Autoconf documentation
configure: WARNING: sys/audit.h: section "Present But Cannot Be
Compiled"
configure: WARNING: sys/audit.h:
2005 Sep 29
3
[Bug 1096] ssh-keygen broken on HPUX
http://bugzilla.mindrot.org/show_bug.cgi?id=1096
Summary: ssh-keygen broken on HPUX
Product: Portable OpenSSH
Version: 4.2p1
Platform: HPPA
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo: bitbucket at mindrot.org
ReportedBy: o.flebbe at
2010 Nov 02
1
SFTP subsystem and umask
Hello,
I have noticed that the -u parameter to the sftp-server or internal-sftp subsystem is not working correctly. For openssh-5.6p1 I believe that the problem lies in this code, starting at line 1414 in sftp-server.c:
----------------------------------------------------------
case 'u':
mask = (mode_t)strtonum(optarg, 0, 0777, &errmsg);
if (errmsg != NULL)
2005 Oct 14
11
[Bug 1104] Compile error "ldLL" not declared in strtonum.c under Tru64 Unix 4.0f
http://bugzilla.mindrot.org/show_bug.cgi?id=1104
Summary: Compile error "ldLL" not declared in strtonum.c under
Tru64 Unix 4.0f
Product: Portable OpenSSH
Version: 4.2p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: Build system
2006 Mar 15
0
build world failed on pflogd
list:
cvsuped and build world failed today on pflogd.
cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes
-Wno-uninitialized -Wstrict-prototypes
-I/usr/src/sbin/pfctl/../../contrib/pf/pfctl -DENABLE_ALTQ
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c
/usr/src/sbin/pfctl/../../contrib/pf/pfctl/pfctl_radix.c
cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes
2003 Sep 22
0
Compiling issues in HPUX 11.11 for 3.7.1
The openssh-unix-dev list is the correct place for questions about OpenSSH
Portable.
chi-leung.wong at nokia.com wrote:
>
> Hi,
>
> Sorry to send you this issue but I haven't been able to find
> this issue anywhere on the net and we have tried to compile on a few
> HPUX 11.11 systems ending up with the same situation. We cheated so the
> compile works but does
2006 Jun 29
1
SunOS 4.1.4 "configure: WARNING" for sys/audit.h and sys/dir.h
Openssh: openssh-SNAP-20060626 and openssh-4.3p2
System: SunOS 4.1.4
Compiler: gcc 2.8.1
CONFIGURE PROBLEM:
The warnings included below occur because of missing include files for each
compilation test.
Specifically:
sys/audit.h needs sys/types.h and sys/label.h
sys/dir.h needs sys/types.h
PARTIAL FIX:
Most of the machinery for the sys/types.h dependency is already
2003 Sep 29
0
Openssh-3.7.1p2 install on HP-UX 11i not working
I downloaded
http://gatekeep.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.7.1p2/
and have been trying to install it on our HP-UX 11i system. Although
configure completes successfully, make give the following errors:
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I.
-I./..
-I/usr/local/ssl/include -D_HPUX_SOURCE -D_XOPEN_SOURCE
-D_XOPEN_SOURCE_EXTENDE
D=1
2005 Sep 19
1
ssh hangs or gives Segmentation fault
Details of installation attached.
Effect: when I build and test (with full path names) ssh in the openssh...
directory, everything works fine. When I "install" it as per attached file
into a test-directory and run it from there, there are 2 phenomena:
either it just hangs, eating 96% of CPU
or it dies with a Segmentation fault (this is what happens most often)
Help needed
2013 Jan 17
1
[LLVMdev] MC X86 lacking support for hyphenated VIA Padlock instructions
On Wed, Jan 16, 2013 at 12:04:52PM -0500, Stephen Checkoway wrote:
>
> On Jan 16, 2013, at 10:07 AM, Brad Smith <brad at comstyle.com> wrote:
>
> > I was wondering if someone with more familiarity with MC
> > on X86 could consider looking into adding support for
> > the hyphenated versions of the VIA Padlock instructions?
>
>
> Take a look at
2016 Sep 07
0
Building R under Linux - library dependencies
On Wed, Sep 7, 2016 at 1:50 PM, Pawe? Pi?tkowski <cosi1 at tlen.pl> wrote:
> > | Is there a way to overcome this problem? Precompiled versions of R can
> be installed on various system configurations, so I guess that there should
> be a way to compile it in a version-agnostic manner.
> >
> > Yes, for example by
> >
> > -- using a Docker container which
2015 Mar 03
2
Building for CygWin without OpenSSL fails
Ok, I think I've figured that out. I used 6.7 stable and it was wrong.
Now I took 6.8 from master and configure --without-openssl went fine.
But now when make I see
...
openbsd-compat//libopenbsd-compat.a(xcrypt.o): In function `xcrypt':
/cygdrive/c/openssh-portable-master/openbsd-compat/xcrypt.c:83:
undefined reference to `crypt'
2005 Jul 28
1
greater than 8 character passwords on Unixware (IA database support)
I made some quick changes to support the IA security thing in Uniware
7.1.1. I wish I understood all of this well enough to make a proper
patch to include new defines and what not. I tried and made a mess.
Hopefully I can get a better grasp this weekend. The only files I
changed were xcrypt.c and Makefile.
Makefile needed -lcrypt and -liaf added to LIBS=. It had -lcrypto but
needed -lcrypt for
2009 Jul 29
3
Building on cygwin: xcrypt error
Any suggestions or thoughts are appreciated. I'm trying to build OpenSSH with a stable snapshot of Openssl 1.0.0, within cygwin. After much effort, the configure process (./configure --with-tcp-wrappers --with-ssl-dir=myssldir) went fine, though I was not able to successfully build due to an error:
gcc -o sshd.exe sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshp
ty.o
2023 Jan 14
6
[Bug 3522] New: Crash with "free(): double free detected" with old clients
https://bugzilla.mindrot.org/show_bug.cgi?id=3522
Bug ID: 3522
Summary: Crash with "free(): double free detected" with old
clients
Product: Portable OpenSSH
Version: 9.1p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: sshd
2013 Jun 01
7
[Bug 2112] New: Android doesn't provide an implementation of crypt().
https://bugzilla.mindrot.org/show_bug.cgi?id=2112
Bug ID: 2112
Summary: Android doesn't provide an implementation of crypt().
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Build system
Assignee:
2016 Jul 21
4
Openssh use enumeration
On Wed, Jul 20, 2016 at 09:02:57PM -0600, Selphie Keller wrote:
> I wonder if could be useful to set the fall back account to something user
> defined to avoid suggesting people add passwords to root, though I do like
> root since the account is always there,
Since committing that diff I've heard of people running in production
with no root password (ie *LK*, !! or similar).