nttrans.c: Fix change_notify. Queue processing code wasn't changing to
authorJeremy Allison <jra@samba.org>
Tue, 4 Aug 1998 23:45:34 +0000 (23:45 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 4 Aug 1998 23:45:34 +0000 (23:45 +0000)
commit3aeadef40b92d031036a50042bbf8fbe60d0954a
treea4f5fc93a24eb997cf3e67d2fe54ebb817031be8
parentc0c057c0dfc43c47b2d340e26026136cf001ff0a
nttrans.c: Fix change_notify. Queue processing code wasn't changing to
           the correct directory before doing the stat. Doh !
uid.c: Fix for performance in security=share mode. Invalid vuid meant
       that in security=share mode Samba was always doing the become_user/
       undebome_user pairs for *every* smb. This code fixes it, but tridge
       should review for security implications.
Jeremy.
(This used to be commit c3663379fdcec487feea2e5d848ee012ee6c6baf)
source3/smbd/nttrans.c
source3/smbd/uid.c