Displaying 1 result from an estimated 1 matches for "split_argv".
Did you mean:
splim_arg
2015 May 25
0
[Bug 1596] Option parser does not permit a double-quote character to occur in option values
...mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|2360 |2403
--- Comment #23 from Damien Miller <djm at mindrot.org> ---
auth2-pubkey.c's split_argv() would be better choice than
sftp.c:makeargv(), as the latter has a bunch of goop to deal with glob
characters that isn't relevant to argument parsing.
Another option is a more drastic replacement of the config language,
which has been discussed a little.
--
You are receiving this mail beca...