ipc.c: Fix bug where we don't return the correct error code when client
authorJeremy Allison <jra@samba.org>
Wed, 3 Jun 1998 01:04:45 +0000 (01:04 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 3 Jun 1998 01:04:45 +0000 (01:04 +0000)
commit05c85df3c7da982085615e5a1db6c71e164db4f5
tree474e1a443fbb4f00c554596237255d588068e740
parentdef161eeea4b430d785ec57150f96fae98a34bcb
ipc.c: Fix bug where we don't return the correct error code when client
       gives a too-small buffer for share info. Fix from Gil Kloepfer <gil@arlut.utexas.edu>
smb.h:
server.c: Fix for a nastly little security problem with multi-user Windows NT
          servers and Samba where the contents of the open-file cache can end
          up being served out to users who shouldn't have access. This is some
          *seriously* ugly code.
Jeremy.
source/include/smb.h
source/smbd/ipc.c
source/smbd/server.c