Displaying 20 results from an estimated 29 matches for "pechanec".
Did you mean:
mechanic
2008 Jan 26
8
[Bug 1432] New: MaxAuthTries is not used correctly
...on: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: Jan.Pechanec at Sun.COM
Created an attachment (id=1447)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1447)
fix for the bug reported
sshd permits 2 more auth failures then it should have according to
MaxAuthTries. See example:
sshd -o MaxAuthTries=4 ....
and the output shows that there were 5 fail...
2007 Oct 22
3
[Bug 1379] New: memory leak in process_cmdline()
...ication: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: Jan.Pechanec at Sun.COM
Created an attachment (id=1366)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1366)
fix for the bug
if anything goes wrong and Fwd was filled then listen_host/connect_host
are not freed.
patch attached.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=e...
2007 Oct 22
15
[Bug 1380] New: incorrect check for strlen(fwd->connect_host) in parse_forward()
...ication: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: Jan.Pechanec at Sun.COM
there are 2 issues for hostname len check in parse_forward()
(a) the len is checked against NI_MAXHOST while it should be checked
against (SSH_CHANNEL_PATH_LEN - 1).
(b) the check should be also performed against listen_host when in
remote fwd mode; otherwise hostname of any length i...
2007 Nov 09
6
[Bug 1390] New: RekeyLimit max value is too restrictive
...ication: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: Jan.Pechanec at Sun.COM
Created an attachment (id=1380)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1380)
patch against 4.7p1
RekeyLimit option allows to set the limit up to 2^31 bytes only since
it's a signed integer. However, the default value for rekeying limit is
2^32 since AES's block...
2010 Jan 11
2
/etc/nologin must be world-readable which is not totally clear
...hibited to non-root
users when it is not.
I can file a bug in bugzilla and send a patch if you agree that
it should be fixed. If this behaviour should be preserved, I suggest to
update the man page, it should read "The file must be world-readable" in
that case.
cheers, J.
--
Jan Pechanec
http://blogs.sun.com/janp
2007 Jan 18
3
proposal: new DisableBanner client side option
...candidate.
since we try to avoid divergence with upstream (= OpenSSH) if
possible I would like to ask, in case you would be interested in adding such
functionality to OpenSSH in which case I can provide a patch then, whether
this would be an acceptible syntax for both.
thanks, Jan.
--
Jan Pechanec
Sun Microsystems
2003 Jul 03
1
ipv6 dialup: "nd6_lookup: failed to lookup" problem (4.8-REL)
...0 0 1500 0
axxem.hide:~# ping6 fe80:0006::02d0:baff:fef4:0e80
PING6(56=40+8+8 bytes) fe80::290:27ff:fe78:9275%tun0 --> fe80:6::2d0:baff:fef4:e80
16 bytes from fe80::2d0:baff:fef4:e80%tun0, icmp_seq=0 hlim=64 time=49.115 ms
^C
any help? Thanks in advance, Jan.
--
Jan Pechanec <jp_at_devnull_cz>
2006 Sep 25
1
[PATCH] implementation of getpeereid() for Solaris
...umask then agent-getpeereid.sh
test can PASS even if getpeereid() functionality wasn't checked at all
because the path to socket is unreachable which means 2 is returned. Or it
could be changed to greater-then 128.
proposed change is already present in OpenSolaris.
regards, Jan.
--
Jan Pechanec
-------------- next part --------------
diff -ur openssh/config.h.in openssh-SNAP-20060921-patched//config.h.in
--- openssh/config.h.in Wed Sep 20 16:30:40 2006
+++ openssh-SNAP-20060921-patched//config.h.in Mon Sep 25 11:49:06 2006
@@ -354,6 +354,9 @@
/* Define to 1 if you have the `getpeereid...
2007 Dec 06
5
scp -t - revisited.....
Okay - We went around and around on the idea that adding an option to restrict scp to only allow files to be copied to a certain directory (or below) based on a different startup param.
I was told to use all sorts of different options, parameters, methods, etc... All because no one wanted to modify the scp code, for whatever reasoning.
I'm sitting here laughing right now, seriously
2007 Jul 03
0
typos in the design document
...- s/ZIO_CRYPT_INERIT/ZIO_CRYPT_INHERIT/
- s/mater of policy/matter of policy/
and one question - I''m probably missing some background - why is AES
CBC mode linked to HMAC-SHA256? I understand that SHA-1 is not enough now
but why it is limited to HMAC-SHA when CCM not?
Jan.
--
Jan Pechanec
2009 Feb 26
2
[Bug 1564] New: non-accessible user's home directory not reported when ChrootDirectory=none
...ctory=none
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: Jan.Pechanec at Sun.COM
Created an attachment (id=1608)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1608)
suggested patch
ChrootDirectory=none is the same as not specifying ChrootDirectory at
all. In both cases, sshd should report when the user's directory can't
be cd into. It does that on...
2007 Mar 21
0
[Bug 1287] Use getpeerucred on Solaris
...----------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Comment #1 from dtucker at zip.com.au 2007-03-21 21:40 -------
Patch has been applied and will be in 4.7. Thanks to Jan Pechanec at
Sun.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2007 Oct 22
2
[Bug 1378] New: incorrect port check in parse_forward()
...ication: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: Jan.Pechanec at Sun.COM
Created an attachment (id=1365)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1365)
fix for the bug
the check whether ports were parsed OK is not correct; it doesn't
recognize when only one of the ports is incorrect:
# ./ssh -L 99999:localhost:4444 localhost
Password:
#...
2007 Oct 29
2
[Bug 1385] New: extra backslashes in RB_PROTOTYPE
...nclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Miscellaneous
AssignedTo: bitbucket at mindrot.org
ReportedBy: Jan.Pechanec at Sun.COM
The RB_PROTOTYPE macro in usr/src/cmd/ssh/include/sys-tree.h has a
backslash on the last line of the macro. This backslash is not needed,
and it's a maintenance hazard. If somebody puts non-null text on the
line following the macro, it will get sucked into the macro definition.
Thi...
2006 Oct 31
2
SSH 1.0.1 and 1.1 have different prompt.
Hi,
Just feel curiously.
I am using sun SSH 1.0.1 and 1.1 on different machines,
and get different password promts as follows.
------------------------------------
root> ssh -V
SSH Version Sun_SSH_1.0.1, protocol versions 1.5/2.0.
root>ssh 10.193.106.90
root at 10.193.106.90's Password:
------------------------------------
root> ssh -V
Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL
2007 Aug 23
1
PAM_RUSER questions
By looking at the code, I saw that PAM_RUSER is not set by sshd.
Is there a reason why ?
If I write a patch to add that feature, is there a chance for it to be
included in the main distrib ?
Best regards,
Arnauld
2007 Sep 12
0
PATCH: fix incorrect checking of syslog facility in sftp-server
...if (log_level == SYSLOG_FACILITY_NOT_SET)
+ if (log_facility == SYSLOG_FACILITY_NOT_SET)
error("Invalid log facility \"%s\"", optarg);
break;
case 'h':
--
Jan Pechanec
2007 Sep 13
0
PATCH: missing free() in vasprintf() in openbsd-compat
...h initial alloc */
*str = string;
} else if (ret == INT_MAX || ret < 0) { /* Bad length */
+ free(string);
goto fail;
} else { /* bigger than initial, realloc allowing for nul */
len = (size_t)ret + 1;
--
Jan Pechanec
2007 Oct 10
0
PATCH: incorrect behaviour of 'ssh-keygen -HF'
hi, the corner case of '-HF' hashes the whole hostline and not just
the host xor IP address which means that usually it will hash "HOST,IP".
This will never be matched if manually included into the known_host file.
Patch against 4.7p1 attached.
J.
--
Jan Pechanec
-------------- next part --------------
--- openssh-4.7p1/ssh-keygen.c Mon Feb 19 12:10:25 2007
+++ openssh-4.7p1-patched/ssh-keygen.c Wed Oct 10 17:38:05 2007
@@ -598,7 +598,7 @@
}
static void
-print_host(FILE *f, char *name, Key *public, int hash)
+print_host(FILE *f, const char *name, Key *p...
2009 Feb 25
3
[Bug 1562] New: EXPAND_MAX_KEYS in percent_expand is actually (EXPAND_MAX_KEYS - 1)
...Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P4
Component: Miscellaneous
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: Jan.Pechanec at Sun.COM
Created an attachment (id=1607)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1607)
suggested patch
it may be a nit picking: EXPAND_MAX_KEYS, as any MAX macro, suggests
that we can have up to EXPAND_MAX_KEYS keys. That's not true since if
we reach the maximum, the followi...