Displaying 20 results from an estimated 23 matches for "grawity".
Did you mean:
gravity
2015 Jul 09
0
[Bug 958] patch to support GSI GSSAPI mechanism
https://bugzilla.mindrot.org/show_bug.cgi?id=958
Mantas M. <grawity at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |grawity at gmail.com
--
You are receiving this mail because:
You are the assignee for the...
2009 Jul 29
13
DO NOT REPLY [Bug 6590] New: [sender] could not find xattr #1 for home/jdoe/TheFresh
https://bugzilla.samba.org/show_bug.cgi?id=6590
Summary: [sender] could not find xattr #1 for home/jdoe/TheFresh
Product: rsync
Version: 3.0.5
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: stlman at
2013 Dec 28
2
[Bug 2191] New: Feature Proposal: Add an identity to the agent automatically when loading the identity
https://bugzilla.mindrot.org/show_bug.cgi?id=2191
Bug ID: 2191
Summary: Feature Proposal: Add an identity to the agent
automatically when loading the identity
Product: Portable OpenSSH
Version: 6.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2018 Feb 01
4
[Bug 1222] New: nft list ruleset – infinite memory use
...eset – infinite memory use
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: grawity at gmail.com
When this specific rule is inserted, trying to view it using `nft list ruleset`
causes the nft client to start allocating infinite amounts of RAM:
---
table inet filter {
chain input {
ct original ip daddr {1.2.3.4} accept
}
}
---
(The {set} is important – a standalo...
2014 Jan 18
9
[Bug 2197] New: Add ED25519 support to SSHFP dns record
https://bugzilla.mindrot.org/show_bug.cgi?id=2197
Bug ID: 2197
Summary: Add ED25519 support to SSHFP dns record
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2023 Jan 14
6
[Bug 3522] New: Crash with "free(): double free detected" with old clients
...clients
Product: Portable OpenSSH
Version: 9.1p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: grawity at gmail.com
I'm investigating a similar issue to #3512 on Arch with OpenSSH 9.1p1
and Glibc 2.36-6 and OpenSSL 3.0.7, though I'm not 100% sure if it's
the same problem.
The issue is that incoming SSH connections from a modern OpenSSH client
work fine, but connections from a somewhat...
2015 Nov 12
10
[Bug 2495] New: add GSI GSSAPI SSO authentication to OpenSSH
https://bugzilla.mindrot.org/show_bug.cgi?id=2495
Bug ID: 2495
Summary: add GSI GSSAPI SSO authentication to OpenSSH
Product: Portable OpenSSH
Version: 7.1p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Kerberos support
Assignee:
2013 Jun 09
7
[Bug 2119] New: SSHFP with DNSSEC – no trust anchors given, validation always fails
...ways fails
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: grawity at gmail.com
The ldns DNS resolver, as used by openbsd-compat/getrrsetbyname-ldns.c,
always fails to verify the DNSSEC signatures:
debug3: verify_host_key_dns
debug2: ldns: got 6 answers from DNS
debug2: ldns: trying to validate RRset
debug2: ldns: got 1 signature(s) (RRTYPE 46) from DNS
debug2:...
2015 Aug 19
3
[Bug 2445] New: Fix gssapi-with-mic support when is set to PermitRootLogin without-password
https://bugzilla.mindrot.org/show_bug.cgi?id=2445
Bug ID: 2445
Summary: Fix gssapi-with-mic support when is set to
PermitRootLogin without-password
Product: Portable OpenSSH
Version: 7.0p1
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: sshd
2016 Sep 28
2
Possible formatting bug in ssh-agent.1 man page
...; point, we should replace mdoc2man.awk with mandoc -Tman anyway.
> The last time i tried, there was still some work to do, so that
> won't be instantaneous.
At least on Linux systems, wouldn't using man/groff's built-in mdoc
support also be good enough?
--
Mantas Mikul?nas <grawity at gmail.com>
2013 Mar 07
5
[Bug 928] Kerberos/GSSAPI authentication does not work with multihomed hosts
https://bugzilla.mindrot.org/show_bug.cgi?id=928
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2076
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching someone on the CC
2013 Mar 25
0
ANNOUNCE: cifs-utils release 6.0 ready for download
...d introduced a regression when using a credentials file.
It set the username in the parsed mount info properly, but didn't set
the "got_user" flag in it.
Also, fix an incorrect strlcpy length specifier in open_cred_file.
Reported-by: "Mantas M." <grawity at gmail.com>
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit fb9999a9d20495719f3fa323401b087ebef60a0d
Author: Jeff Layton <jlayton at samba.org>
Date: Mon Jan 28 21:38:12 2013 -0500
setcifsacl: fix infinite loop in getnumcaces
Jian pointed out that this...
2016 Feb 04
2
Unix socket support for sshd
On 04 Feb (10:46:55), Daniel Kahn Gillmor wrote:
> On Thu 2016-02-04 07:40:39 -0500, David Goulet wrote:
>
> > I would like to know if adding support for Unix socket to sshd would be a
> > feature that would be consider to be added upstream? (ListenAddress).
>
> fwiw, i think this is a good idea, but i wouldn't implement it as an
> explicit ListenAddress option:
2016 Sep 26
6
Possible formatting bug in ssh-agent.1 man page
Version info: OpenSSH_7.3p1, OpenSSL 1.0.2i 22 Sep 2016, Arch linux
The ssh-agent.1 man page seems to have an indentation oddity, at least, as
formatted with recent Arch linux manpage toolset. Here's what appears in
the formatted output just after the description of the the "-t" option:
---------- Begin formatted output -------------------------------------
-t life
2014 Nov 18
55
[Bug 2319] New: [PATCH REVIEW] U2F authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2319
Bug ID: 2319
Summary: [PATCH REVIEW] U2F authentication
Product: Portable OpenSSH
Version: 6.7p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...Manjunathappa, Prakash <prakash.pm@ti.com>
Manoel Pinheiro <pinusdtv@hotmail.com>
Manohar Vanga <manohar.vanga@cern.ch>
Manoj Iyer <manoj.iyer@canonical.com>
Mans Rullgard <mans.rullgard@linaro.org>
Mans Rullgard <mans@mansr.com>
Mantas Mikulėnas <grawity@gmail.com>
Mantesh Sarashetti <mantesh@ti.com>
Manu Abraham <manu@linuxtv.org>
Manuel Lauss <manuel.lauss@gmail.com>
Manuel Lauss <manuel.lauss@googlemail.com>
Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part]
Manuel Stahl <manuel....
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...Manjunathappa, Prakash <prakash.pm@ti.com>
Manoel Pinheiro <pinusdtv@hotmail.com>
Manohar Vanga <manohar.vanga@cern.ch>
Manoj Iyer <manoj.iyer@canonical.com>
Mans Rullgard <mans.rullgard@linaro.org>
Mans Rullgard <mans@mansr.com>
Mantas Mikulėnas <grawity@gmail.com>
Mantesh Sarashetti <mantesh@ti.com>
Manu Abraham <manu@linuxtv.org>
Manuel Lauss <manuel.lauss@gmail.com>
Manuel Lauss <manuel.lauss@googlemail.com>
Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part]
Manuel Stahl <manuel....
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...Manjunathappa, Prakash <prakash.pm@ti.com>
Manoel Pinheiro <pinusdtv@hotmail.com>
Manohar Vanga <manohar.vanga@cern.ch>
Manoj Iyer <manoj.iyer@canonical.com>
Mans Rullgard <mans.rullgard@linaro.org>
Mans Rullgard <mans@mansr.com>
Mantas Mikulėnas <grawity@gmail.com>
Mantesh Sarashetti <mantesh@ti.com>
Manu Abraham <manu@linuxtv.org>
Manuel Lauss <manuel.lauss@gmail.com>
Manuel Lauss <manuel.lauss@googlemail.com>
Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part]
Manuel Stahl <manuel....
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...Manjunathappa, Prakash <prakash.pm@ti.com>
Manoel Pinheiro <pinusdtv@hotmail.com>
Manohar Vanga <manohar.vanga@cern.ch>
Manoj Iyer <manoj.iyer@canonical.com>
Mans Rullgard <mans.rullgard@linaro.org>
Mans Rullgard <mans@mansr.com>
Mantas Mikulėnas <grawity@gmail.com>
Mantesh Sarashetti <mantesh@ti.com>
Manu Abraham <manu@linuxtv.org>
Manuel Lauss <manuel.lauss@gmail.com>
Manuel Lauss <manuel.lauss@googlemail.com>
Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part]
Manuel Stahl <manuel....
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...Manjunathappa, Prakash <prakash.pm@ti.com>
Manoel Pinheiro <pinusdtv@hotmail.com>
Manohar Vanga <manohar.vanga@cern.ch>
Manoj Iyer <manoj.iyer@canonical.com>
Mans Rullgard <mans.rullgard@linaro.org>
Mans Rullgard <mans@mansr.com>
Mantas Mikulėnas <grawity@gmail.com>
Mantesh Sarashetti <mantesh@ti.com>
Manu Abraham <manu@linuxtv.org>
Manuel Lauss <manuel.lauss@gmail.com>
Manuel Lauss <manuel.lauss@googlemail.com>
Manuel Lauss <manuel.lauss@googlemail.com> [for the db1xxx_ss.c part]
Manuel Stahl <manuel....