bugzilla-daemon at mindrot.org
2005-Dec-13 08:24 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |David.Monniaux at ens.fr
------- Comment #4 from dtucker at zip.com.au 2005-12-13 19:24 -------
*** Bug 1099 has been marked as a duplicate of this bug. ***
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-13 10:57 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482 ------- Comment #5 from dtucker at zip.com.au 2005-12-13 21:57 ------- Created an attachment (id=1038) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1038&action=view) Allow embedded spaces in tokens by preceding with a backslash This patch allows embedded spaces in config tokens by preceding the space with a backslash, eg AllowUsers John\ Smith ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-13 12:15 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482 ------- Comment #6 from dtucker at zip.com.au 2005-12-13 23:15 ------- Created an attachment (id=1039) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1039&action=view) Same again with (hopefully) less bugs. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-13 12:15 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1038 is|0 |1
obsolete| |
------- Comment #7 from dtucker at zip.com.au 2005-12-13 23:15 -------
Created an attachment (id=1040)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1040&action=view)
Same again with (hopefully) less bugs.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-13 12:16 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1039 is|0 |1
obsolete| |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-13 12:38 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482 ------- Comment #8 from dtucker at zip.com.au 2005-12-13 23:38 ------- Created an attachment (id=1041) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1041&action=view) Fix handling of double-escapes "\\ ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-13 12:38 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1040 is|0 |1
obsolete| |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-13 12:39 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1041|Fix handling of double- |Fix handling of double-
description|escapes "\\ |escapes (ie
"\\")
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-13 12:41 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|Cygwin on NT/2k |All
Platform|ix86 |All
------- Comment #9 from dtucker at zip.com.au 2005-12-13 23:41 -------
This is not specific to Cygwin, but other OSes don't tend to have spaces in
either usernames or file paths so it's not usually a problem elsewhere.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-15 01:02 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482 ------- Comment #10 from harry at scms.waikato.ac.nz 2005-12-15 12:02 ------- (In reply to comment #9) Not true, Mac OS X routinely has spaces appearing in file paths, e.g., bug 579. Harry. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Dec-20 13:14 UTC
[Bug 482] readconf doesn't accept paths with spaces in them
http://bugzilla.mindrot.org/show_bug.cgi?id=482 ------- Comment #11 from dtucker at zip.com.au 2005-12-21 00:14 ------- (In reply to comment #10)> Not true, Mac OS X routinely has spaces appearing in file paths, e.g., bug 579.OK, make that "most sane OSes don't tend to..." :-) I've been thinking about it and I think allowing quotes instead would be more logical for people, eg: AllowUsers "John Smith" . When I get a chance I'll change the patch to do this. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Seemingly Similar Threads
- [Bug 482] readconf doesn't accept paths with spaces in them
- [Bug 482] readconf doesn't accept paths with spaces in them
- [Bug 482] readconf doesn't accept paths with spaces in them
- [Bug 482] readconf doesn't accept paths with spaces in them
- [bug report] virtio_net: rework mergeable buffer handling