Displaying 8 results from an estimated 8 matches for "arthurmesh".
2013 Aug 02
9
[Bug 2139] New: re-exec fallback problem
...ck problem
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: FreeBSD
Status: NEW
Severity: minor
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: arthurmesh at gmail.com
I've attempted to run openssh-SNAP-20130802.tar.gz on
FreeBSD 9.1-STABLE FreeBSD 9.1-STABLE #2 r251997: Wed Jun
19 11:13:25 PDT 2013 /usr/obj/usr/src/sys/GENERIC amd64
While "make tests" pass successfully, I did stumble upon, potentially
not a new, bug related to f...
2013 Jul 29
4
[Bug 2134] New: invalid prototype for get_last_login_time()
...Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: FreeBSD
Status: NEW
Severity: enhancement
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: arthurmesh at gmail.com
Created attachment 2321
--> https://bugzilla.mindrot.org/attachment.cgi?id=2321&action=edit
proposed fix
simple fix -- found when building OpenSSH with stricter warning sets.
--
You are receiving this mail because:
You are watching the assignee of the bug.
2013 Apr 15
6
[Bug 2088] New: meoory leak in do_gen_krl()
...lassified
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: FreeBSD
Status: NEW
Severity: minor
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: arthurmesh at gmail.com
Created attachment 2240
--> https://bugzilla.mindrot.org/attachment.cgi?id=2240&action=edit
potential fix
ca is not properly freed.
--
You are receiving this mail because:
You are watching the assignee of the bug.
2014 Mar 03
6
[Bug 2207] New: Potential NULL deference, found using coverity
...rity
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: FreeBSD
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: arthurmesh at gmail.com
This defect was found on OpenSSH 6.5; however, it appears that code in
question has not changed between 6.5 and openssh-SNAP-20140204.tar.gz.
Thoughts:
while reading the code -- this caught attention:
authfile.c:
279 kdfname = buffer_get_cstring_ret(©, NULL);
280...
2012 Sep 24
3
[Bug 2043] New: memleak in import_environments
...//bugzilla.mindrot.org/show_bug.cgi?id=2043
Priority: P5
Bug ID: 2043
Assignee: unassigned-bugs at mindrot.org
Summary: memleak in import_environments
Severity: trivial
Classification: Unclassified
OS: All
Reporter: arthurmesh at gmail.com
Hardware: All
Status: NEW
Version: 6.1p1
Component: sshd
Product: Portable OpenSSH
Created attachment 2189
--> https://bugzilla.mindrot.org/attachment.cgi?id=2189&action=edit
fix
Potential fix attached.
--
You are receiv...
2014 Mar 04
0
[Bug 2208] New: memleak in servconf.c
...rvconf.c
Product: Portable OpenSSH
Version: -current
Hardware: Other
OS: FreeBSD
Status: NEW
Severity: trivial
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: arthurmesh at gmail.com
Created attachment 2414
--> https://bugzilla.mindrot.org/attachment.cgi?id=2414&action=edit
proposed fix
(kex|mac|cipher)_alg_list() return dynamically allocated memory;
however, this dynamically allocated memory is not freed when used in
dump_config()
Attached is a propose...
2013 Jul 09
5
[Bug 2127] New: incorrectness of do_print_resource_record()
..._record()
Product: Portable OpenSSH
Version: 6.2p1
Hardware: All
OS: FreeBSD
Status: NEW
Severity: minor
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: arthurmesh at gmail.com
Line 1304 seems incorrect. Call to ask_filename() doesn't modify fname,
and
hence is of no use.
1293 /*
1294 * Print the SSHFP RR.
1295 */
1296 static int
1297 do_print_resource_record(struct passwd *pw, char *fname, char
*hname)
1298 {
1299 Key *public;
1300 ch...
2012 Oct 19
1
OpenSSH and Galois/Counter mode i.e. GCM
Hello,
Are there any known efforts to implement RFC 5647 i.e. AES Galois
Counter Mode for the Secure Shell Transport Layer Protocol for OpenSSH?
If not, would OpenSSH project be interested in such feature?
Thanks.