[Bug 1361] ssh should handle leading comma in authentication method list
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Wed Sep 12 21:45:09 EST 2007
http://bugzilla.mindrot.org/show_bug.cgi?id=1361
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #6 from Damien Miller <djm at mindrot.org> 2007-09-12 21:45:05 ---
(In reply to comment #4)
> I still maintain it's possible to interpret ",password" as one name,
> not as two with one having zero length.
A string containing a comma-separated list of names. A name-list
is represented as a uint32 containing its length (number of bytes
that follow) followed by a comma-separated list of zero or more
names. A name MUST have a non-zero length, and it MUST NOT
^^^^^^^^^^^^^^^
contain a comma (","). As this is a list of names, all of the
^^^^^^^^^^^^^^^^^^^^^^
elements contained are names and MUST be in US-ASCII.
--
Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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.
More information about the openssh-bugs
mailing list