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)
commitc435955b02c7fc227b9475ff73c62e080d34a1af
tree003f5151fe56470a87f0d97e56eaea2d3b4d1473
parent1714adc7985e0c71d0ec046f727c239dfa33b2af
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.
(This used to be commit 05c85df3c7da982085615e5a1db6c71e164db4f5)
source3/include/smb.h
source3/smbd/ipc.c
source3/smbd/server.c