Bug 2372 - ENOENT returned when renaming a file to something invalid
Summary: ENOENT returned when renaming a file to something invalid
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Local drive redirection (show other bugs)
Version: pre-1.0
Hardware: PC Windows
: P2 Minor
Target Milestone: MediumPrio
Assignee: Peter Åstrand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 16:29 CET by Pierre Ossman
Modified: 2013-08-22 13:01 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2007-02-23 16:29:11 CET
Windows has a lot more invalid characters for filename than posix. unfsd checks
for this and returns an error when we try to use them. But the current error is
ENOENT, which gives rather odd error messages (renaming "foo" to "b\ar" results
in "foo does not exists").

Note You need to log in before you can comment on or make changes to this bug.