Displaying 20 results from an estimated 20000 matches similar to: "[Bug 1107] Honouring securetty file in HP-UX with UseLogin"
2005 Oct 26
2
[Bug 1107] Honouring securetty file in HP-UX with UseLogin
http://bugzilla.mindrot.org/show_bug.cgi?id=1107
Summary: Honouring securetty file in HP-UX with UseLogin
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2015 Feb 24
2
Current 6.8 git build issues on HP-UX
On Tue, Feb 24, 2015 at 2:20 PM, Darren Tucker <dtucker at zip.com.au> wrote:
> On Wed, Feb 25, 2015 at 09:13:22AM +1100, Darren Tucker wrote:
> > On Wed, Feb 25, 2015 at 09:04:57AM +1100, Darren Tucker wrote:
> > > On Tue, Feb 24, 2015 at 12:11:16PM -0800, Kevin Brott wrote:
> > > > ld: Unsatisfied symbol "xstrdup" in file
> > > >
2015 Feb 24
2
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:20:01AM +1100, Darren Tucker wrote:
[...]
> Sigh. And now the right patch from the tree that compiled.
> (djm: I get the idea :-)
Tim: is this sufficient to back out the "Work around finicky USL linker"
change?
https://anongit.mindrot.org/openssh.git/commit/?id=d1db656021d0cd8c001a6692f772f1de29b67c8b
> diff --git a/openbsd-compat/bsd-misc.c
2003 May 18
1
OpenSSH -current segfaults on HP-UX+gcc
Hi All.
As of last night, sshd now segfaults on HP-UX (11.00, gcc 3.2.2) on
startup.
I've single-stepped through the code in freeaddrinfo and it's called with
a valid *addrinfo, follows ai_next once then for some reason attempts to
deref the second pointer which is NULL.
Suspecting a compiler/optimization bug I recompiled fake-getaddrinfo.c
without optimization but that made no
2015 Feb 25
2
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 11:50 AM, Kevin Brott <kevin.brott at gmail.com> wrote:
>
> Interestingly enough if I re-run 'make tests' using HP-UX cc it continues
> into the tests because it actuall did build regress netcat! (not executable
> - but it's there) ...
>
> run test connect.sh ...
> ssh connect with protocol 1 failed
> ssh connect with protocol 2
2015 Feb 24
4
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:04:57AM +1100, Darren Tucker wrote:
> On Tue, Feb 24, 2015 at 12:11:16PM -0800, Kevin Brott wrote:
> > ld: Unsatisfied symbol "xstrdup" in file
> > openbsd-compat//libopenbsd-compat.a[bsd-misc.o]
>
> How about removing the dependency on xmalloc? eg (untested):
Shoulda tested it. Now one that will compile:
diff --git
2003 Oct 06
0
OpenSSH_3.6.1p2: key authentication on HP-UX.
The address you sent this to is not the appropriate place for general
problem reports regarding Portable OpenSSH. Unless you're reporting a
security exposure you should use openssh-unix-dev.
Gina Demars wrote:
>
> We currently upgraded one of our HP-UX systems to version 3.6.1p2.
With the appropriate security patch, I hope?
> I have
> RSA keys from other Unix systems that are
2015 Apr 17
0
[Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
https://bugzilla.mindrot.org/show_bug.cgi?id=378
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2591|ok?(dtucker at zip.com.au) |ok+
Flags| |
--
You are receiving this mail because:
You are watching
2015 Apr 17
0
[Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
https://bugzilla.mindrot.org/show_bug.cgi?id=378
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> ---
Comment on attachment 2590
--> https://bugzilla.mindrot.org/attachment.cgi?id=2590
skip record_login in privsep when UseLogin is active
>+ if (!options.use_login)
>+ return;
>+
Err, that's going to skip the login recording when UseLogin is
INactive.
--
You
2015 Apr 17
0
[Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
https://bugzilla.mindrot.org/show_bug.cgi?id=378
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2360
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching
2015 Sep 07
0
[Bug 1457] X11 Forwarding doesn't work anymore on a solaris 10 host where ipv6 has not been enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1457
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
CC|
2009 Nov 20
0
[Bug 1403] ssh ProxyCommand feature
https://bugzilla.mindrot.org/show_bug.cgi?id=1403
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #3 from Darren Tucker <dtucker
2015 Nov 01
0
[Bug 1843] ssh should mention ssh-keygen in remote host fingerprint warning
https://bugzilla.mindrot.org/show_bug.cgi?id=1843
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #7 from Darren Tucker <dtucker
2016 Jul 15
0
[Bug 1475] Cisco routers drop protocol 1 connections when lots of input is sent.
https://bugzilla.mindrot.org/show_bug.cgi?id=1475
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #1 from Darren Tucker <dtucker
2015 Feb 25
6
Current 6.8 git build issues on HP-UX
On Tue, 24 Feb 2015, Darren Tucker wrote:
| On Tue, Feb 24, 2015 at 3:11 PM, Kevin Brott <kevin.brott at gmail.com> wrote:
|
| > [...]
| > "cipher-aesctr.c", line 30: warning #2260-D: explicit type is missing
| > ("int" assumed)
| > static inline void
| >
|
| does replacing "inline" with "__inline__" work? Failing that,
2006 Oct 07
0
[Bug 939] README.privsep incorrectly says opnessh does not on HP-UX with pam+privsep+trusted mode.
http://bugzilla.mindrot.org/show_bug.cgi?id=939
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #2 from dtucker at zip.com.au 2006-10-07 11:37 -------
Change all RESOLVED bug to CLOSED with the exception
2003 Jan 24
0
[Bug 473] cannot update password using PAM on HP-UX system that has been tsconverted
http://bugzilla.mindrot.org/show_bug.cgi?id=473
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dtucker at zip.com.au 2003-01-25
2004 Mar 21
3
[Bug 816] IPv6 fail for HP-UX
http://bugzilla.mindrot.org/show_bug.cgi?id=816
Summary: IPv6 fail for HP-UX
Product: Portable OpenSSH
Version: 3.8p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P3
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: japs at adm.ku.dk
2004 Jan 30
1
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748
------- Additional Comments From dtucker at zip.com.au 2004-01-29 21:47 -------
So far no-one has said anything about IPv6 working or not on HP-UX 11.11, so we
don't know whether or not it works. We do know that (in some cases, anyway)
IPv4 doesn't work because of the getaddrinfo issue.
Based on the currently available information,
2004 Mar 22
18
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |japs at adm.ku.dk
------- Additional Comments From dtucker at zip.com.au 2004-03-22 22:46 -------
*** Bug 816 has been marked as a