Opened 15 years ago
Closed 15 years ago
#132 closed defect (fixed)
Samba 3.3.10 to 3.3.12 always throws NT_STATUS_INVALID_OBJECT
Reported by: | Herwig Bauernfeind | Owned by: | Silvan Scherrer |
---|---|---|---|
Priority: | blocker | Milestone: | Samba Server for eCS (OS/2) 1.1.0 |
Component: | Samba Server | Version: | |
Keywords: | Cc: |
Description (last modified by )
As reported by Galen Henderson on the samba-user@… list:
The problem is located in
http://svn.netlabs.org/samba/browser/branches/samba-3.3.x/source/smbd/vfs.c
lines 858 - 940
The problem is very easy to reproduce:
Set loglevel to 10 and start local Samba server and run
smbclient.exe \\127.0.0.1\share --user=root%.... dir exit
You will see the error on screen. grep for "reduce" in logfiles for further analyses.
Change History (5)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Summary: | Samba 3.3.10 to 3.3.12 always NT_STATUS_INVALID_OBJECT → Samba 3.3.10 to 3.3.12 always throws NT_STATUS_INVALID_OBJECT |
---|
comment:4 by , 15 years ago
Owner: | changed from | to
---|
fixed in a private tree. some more testing goes on.
Note:
See TracTickets
for help on using tickets.
The conclusion from above are probably wrong, as this has not been changed between 3.3.9 (working) and 3.3.10 (failing). The problem becomes evident in line 932, but must be located somewhere else.