Opened 14 years ago

Last modified 14 years ago

#132 closed defect

Samba 3.3.10 to 3.3.12 always throws NT_STATUS_INVALID_OBJECT — at Version 3

Reported by: Herwig Bauernfeind Owned by: nobody
Priority: blocker Milestone: Samba Server for eCS (OS/2) 1.1.0
Component: Samba Server Version:
Keywords: Cc:

Description (last modified by Herwig Bauernfeind)

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 (3)

comment:1 Changed 14 years ago by Herwig Bauernfeind

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.

comment:2 Changed 14 years ago by Herwig Bauernfeind

Summary: Samba 3.3.10 to 3.3.12 always NT_STATUS_INVALID_OBJECTSamba 3.3.10 to 3.3.12 always throws NT_STATUS_INVALID_OBJECT

comment:3 Changed 14 years ago by Herwig Bauernfeind

Description: modified (diff)

3.3.10+ is quite different to 3.3.9.

Note: See TracTickets for help on using tickets.