Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/reply.c

    r222 r223  
    7777                }
    7878
    79                 if (!stream_started && *s == ':') {
     79                if (!posix_path && !stream_started && *s == ':') {
    8080                        if (*p_last_component_contains_wcard) {
    8181                                return NT_STATUS_OBJECT_NAME_INVALID;
    8282                        }
    83                         /* stream names allow more characters than file names */
     83                        /* Stream names allow more characters than file names.
     84                           We're overloading posix_path here to allow a wider
     85                           range of characters. If stream_started is true this
     86                           is still a Windows path even if posix_path is true.
     87                           JRA.
     88                        */
    8489                        stream_started = true;
    8590                        start_of_name_component = false;
Note: See TracChangeset for help on using the changeset viewer.