Displaying 20 results from an estimated 51 matches for "loganaden".
2013 Aug 07
29
[Bug 2140] New: Capsicum support for FreeBSD 10 (-current)
...rrent)
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: FreeBSD
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: loganaden at gmail.com
Created attachment 2326
--> https://bugzilla.mindrot.org/attachment.cgi?id=2326&action=edit
openssh-capsicum
Recently, I started playing around with FreeBSD 10.
Following a discussion on capsicum-mailing:
https://lists.cam.ac.uk/pipermail/cl-capsicum-discuss/2013-August/ms...
2011 Nov 06
13
[Bug 1949] New: PermitOpen none option
...lassified
Product: Portable OpenSSH
Version: 5.9p1
Platform: All
OS/Version: OpenBSD
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: loganaden at gmail.com
Created attachment 2104
--> https://bugzilla.mindrot.org/attachment.cgi?id=2104
permitopen_none option diff
>From debian bug tracker:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543683
Package: openssh-server
Version: 1:5.1p1-7
Severity: wishlist
I'm trying to set...
2013 Jun 19
9
[Bug 2021] sftp resume support (using size and offset)
https://bugzilla.mindrot.org/show_bug.cgi?id=2021
Loganaden Velvindron <loganaden at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2199|0 |1
is obsolete| |
--- Comment #...
2013 Oct 20
29
[Bug 2163] New: unchecked returned value from pam_get_item()
...et_item()
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: PAM support
Assignee: unassigned-bugs at mindrot.org
Reporter: loganaden at gmail.com
Created attachment 2356
--> https://bugzilla.mindrot.org/attachment.cgi?id=2356&action=edit
auth-pam.c.diff
in auth-pam.c,
A call is made to pam_get_item() but the returned value isn't checked.
In other places, the returned value to pam_get_item() has been checked.
--...
2011 Dec 17
3
[Bug 1961] New: ECDSA memory leak
...on: Unclassified
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: loganaden at gmail.com
Created attachment 2120
--> https://bugzilla.mindrot.org/attachment.cgi?id=2120
ssh ecdsa memory leak diff
In ssh_ecdsa_verify(), buffer bb is initialised but not freed before
returning.
I've attached a diff against openbsd -current.
--
Configure bugmail: https://bugzill...
2011 Dec 07
3
[Bug 1956] New: sftp segfaults in parse_args() when argv[0] is NULL
https://bugzilla.mindrot.org/show_bug.cgi?id=1956
Bug #: 1956
Summary: sftp segfaults in parse_args() when argv[0] is NULL
Classification: Unclassified
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp
2013 Nov 12
7
[Bug 2170] New: Potential integer overflow
...erflow
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: loganaden at gmail.com
Created attachment 2373
--> https://bugzilla.mindrot.org/attachment.cgi?id=2373&action=edit
potential_overflow_fix
in serverloop.c:
max_time_milliseconds = options.client_alive_interval * 1000;
client_alive_interval is declare as int.
int client_alive_inte...
2012 Sep 02
3
[Bug 2021] sftp resume support (using size and offset)
https://bugzilla.mindrot.org/show_bug.cgi?id=2021
--- Comment #3 from Loganaden Velvindron <loganaden at gmail.com> ---
ping :-) ?
--
You are receiving this mail because:
You are watching the assignee of the bug.
2014 Jan 18
9
[Bug 2197] New: Add ED25519 support to SSHFP dns record
...dns record
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: loganaden at gmail.com
Hi,
Ajay Ramjatan @ tuxlab noticed that ED25519 can't be used for SSHFP DNS
while testing the upcoming 6.5
I've attached a diff.
--
You are receiving this mail because:
You are watching the assignee of the bug.
2013 Jul 31
1
openssh-unix-dev Digest, Vol 123, Issue 13
>
> Message: 8
> Date: Tue, 30 Jul 2013 12:46:50 -0700
> From: Iain Morgan <imorgan at nas.nasa.gov>
> To: Damien Miller <djm at mindrot.org>
> Cc: "openssh-unix-dev at mindrot.org" <openssh-unix-dev at mindrot.org>
> Subject: Re: Call for testing: OpenSSH-6.3
> Message-ID: <20130730194649.GC18047 at linux124.nas.nasa.gov>
>
2012 Jun 25
1
[Bug 2021] New: sftp resume support (using size and offset)
...classified
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: loganaden at gmail.com
Created attachment 2165
--> https://bugzilla.mindrot.org/attachment.cgi?id=2165
sftp resume support (using offset)
Hi,
I have to copy huge files using sftp, and i thought that it would be
cool to get sftp support.
My diff has some arbitrary choices:
1) If user specifies -a (...
2016 Aug 10
3
Feature request for ssh-add
Ajay Ramjatan asks if it would be ok to have:
A config file that contains list of DSA/RSA/ED25519 entries to be
added, when run by default.
Currently According to the man page:
"
Alternative file names can be given on the command line. If any file
requires a passphrase, ssh-add asks for the passphrase from the user.
"
Instead of specifying each key file, a single file such as .config
2013 Oct 22
0
[Bug 1962] command buffer struct is not freed before exit()
https://bugzilla.mindrot.org/show_bug.cgi?id=1962
Loganaden Velvindron <loganaden at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID...
2011 Dec 17
1
[Bug 1962] New: command buffer struct is not freed before exit()
...ion: Unclassified
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: loganaden at gmail.com
Created attachment 2122
--> https://bugzilla.mindrot.org/attachment.cgi?id=2122
ssh memory leak diff
command is initialised but is not freed before returning from main().
All modern OS free it automatically, but I've been told it's a good
practice to free it.
--
Conf...
2012 Apr 28
2
[Bug 2001] New: Document PermitOpen none in man page
...d
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: OpenBSD
Status: NEW
Severity: trivial
Priority: P2
Component: Documentation
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: loganaden at gmail.com
Created attachment 2146
--> https://bugzilla.mindrot.org/attachment.cgi?id=2146
PermitOpen none documentation
PermitOpen any is described in sshd_config.5 but not PermitOpen none.
Attached diff fixes this.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=...
2013 Nov 12
3
[Bug 2171] New: potential fd leak
...d leak
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
Reporter: loganaden at gmail.com
in sftp-client.c:
if (resume_flag) {
if (fstat(local_fd, &st) == -1) {
error("Unable to stat local file \"%s\": %s",
local_path, strerror(errno));
goto fail;...
2014 Sep 15
3
[Bug 2275] New: sftp undocumented flags
...undocumented flags
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: sftp
Assignee: unassigned-bugs at mindrot.org
Reporter: loganaden at gmail.com
Created attachment 2473
--> https://bugzilla.mindrot.org/attachment.cgi?id=2473&action=edit
sftp document flag
Scott Neugroschl pointed out that get and put aren't documented.
--
You are receiving this mail because:
You are watching the assignee of the bug.
2011 Jul 30
3
[Bug 1921] New: [Patch] memory leak in sftp-client.c
...: Unclassified
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: loganaden at gmail.com
Created attachment 2071
--> https://bugzilla.mindrot.org/attachment.cgi?id=2071
Fix for memory leak in sftp-client.c
in do_hardlink(), buffer_init(&msg) may be unfreed
if the server does not support hardlink condition is met.
Jonathan Armani (armani@) advises moving it dow...
2013 Jan 12
1
[Bug 2021] sftp resume support (using size and offset)
https://bugzilla.mindrot.org/show_bug.cgi?id=2021
--- Comment #10 from Loganaden Velvindron <loganaden at gmail.com> ---
ping :-) ?
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
2016 Jan 15
4
Proposal: always handle keys in separate process
...t loads Caml-Crush PKCS#11 middleware that connects to
its daemon and allows to sign SSH exchange to authenticate
No patch needed.
Hope this helps,
Thomas
[1] https://archive.fosdem.org/2015/schedule/event/caml_crush/
[2] https://github.com/ANSSI-FR/caml-crush
On Fri, Jan 15, 2016 at 9:30 AM, Loganaden Velvindron
<loganaden at gmail.com> wrote:
> On Thu, Jan 14, 2016 at 7:12 PM, Alexander Wuerstlein <arw at cs.fau.de> wrote:
>> Hello,
>>
>> in light of the recent CVE-2016-0777, I came up with the following idea,
>> that would have lessened its impact. Feel f...