Mailing List Archive

[Bug 3288] Ignoring comments at end of config file lines broke ProxyCommand with #-sign in script
https://bugzilla.mindrot.org/show_bug.cgi?id=3288

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |tomek.orzechowski@gmail.com

--- Comment #4 from Damien Miller <djm@mindrot.org> ---
*** Bug 3309 has been marked as a duplicate of this bug. ***

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3288] Ignoring comments at end of config file lines broke ProxyCommand with #-sign in script [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3288

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #3489|0 |1
is obsolete| |
Status|NEW |ASSIGNED
Assignee|unassigned-bugs@mindrot.org |djm@mindrot.org

--- Comment #5 from Damien Miller <djm@mindrot.org> ---
Created attachment 3528
--> https://bugzilla.mindrot.org/attachment.cgi?id=3528&action=edit
Use a better tokeniser for ssh/sshd_config parsing

I plan to commit this soon - it switches ssh_config and sshd_config
parsing to the argv_split() tokeniser, and gives this tokeniser the
ability to terminate when it encounters an unquoted '#' character.

This should fix this bug, but also improve quote handling in
configuration files generally. Note that the tokeniser is not used for
command-line arguments (e.g. ProxyCommand), so there should be no
behaviour change there other than fixing the '#' truncation regression.

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3288] Ignoring comments at end of config file lines broke ProxyCommand with #-sign in script [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3288

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Blocks| |3302


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=3302
[Bug 3302] Tracking bug for openssh-8.7
--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 3288] Ignoring comments at end of config file lines broke ProxyCommand with #-sign in script [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3288

Damien Miller <djm@mindrot.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED

--- Comment #6 from Damien Miller <djm@mindrot.org> ---
this diff, with a few bugfixes has been committed and will be in
openssh-8.7

--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs